- Commit QASM Circuit directly for execution with an option parameter.
Changed
- Modify the order of objects within the returned tuple of the controlProcedure function.
3.3.4
Removed
- Simulator; - The quantum simulators CloudBaiduSim2Thunder (single instance C++ version) and CloudBaiduSim2Lake (single instance GPU version) are deprecated from SDK this version [3.3.4]. Any task to these two cloud simulators would be redirected to CloudBaiduSim2Water.
3.3.3
Added
- New Simulator; - LocalBaiduSimPhotonic, used for simulating photonic quantum circuit based on gaussian or fock state.
3.3.0
Added
- New Simulator; - LocalCuQuantum, the brand-new local quantum simulator is constructed with the NVIDIA cuQuantum SDK (https://developer.nvidia.com/cuquantum-sdk).
3.2.1
Added
- Noise; - Add parallelization method for noisy simulator.
Changed
- Combine local ideal simulator and noisy simulator.
3.2.0
Added
- Noise; - Support for noisy simulation, including simulator, noise models and examples.