Overview
Several bugs have been fixed, including
- Incompatible Rz implementation. Error occurred when Rz is controlled by other qubits.
- A new version of originq_dummy is developed, especially a clear version of Noisy Simulator. It allows inputting noise_description, gate_noise_description as well as measurement_error by kwargs.
- online_info now might be able to close in dummy mode. Adding savepath=None to submit_task can suppress the log output to online_info. Note that this is dependent on the availability of the DummyCacheContainer maintaining the output. Also, get_last_taskid is also not available in dummy mode now.
- Many features in the result_adapter are now fixed correspondingly.
What's Changed
* Add random seed mentioned in 41 by YunJ1e in https://github.com/Agony5757/QPanda-lite/pull/42
* Update noisy simulator & Fix bugs in qpandalite.analyzer by RichardSun2019 in https://github.com/Agony5757/QPanda-lite/pull/45
* FIX: Added an interface to modify the path of current working directo… by Chaos-Paradox in https://github.com/Agony5757/QPanda-lite/pull/46
* Fix noisy simulator by RichardSun2019 in https://github.com/Agony5757/QPanda-lite/pull/47
* Fix convert result list by sbzhao in https://github.com/Agony5757/QPanda-lite/pull/43
New Contributors
* RichardSun2019 made their first contribution in https://github.com/Agony5757/QPanda-lite/pull/45
* Chaos-Paradox made their first contribution in https://github.com/Agony5757/QPanda-lite/pull/46
* sbzhao made their first contribution in https://github.com/Agony5757/QPanda-lite/pull/43
**Full Changelog**: https://github.com/Agony5757/QPanda-lite/compare/0.2.0...0.2.1.post1