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 #42
- Update noisy simulator & Fix bugs in qpandalite.analyzer by @RichardSun2019 in #45
- FIX: Added an interface to modify the path of current working directo… by @Chaos-Paradox in #46
- Fix noisy simulator by @RichardSun2019 in #47
- Fix convert result list by @sbzhao in #43
New Contributors
- @RichardSun2019 made their first contribution in #45
- @Chaos-Paradox made their first contribution in #46
- @sbzhao made their first contribution in #43
Full Changelog: 0.2.0...0.2.1.post1