Releases: baidu/QCompute
Releases · baidu/QCompute
[3.3.5] - Oct-01-2023
[3.3.3] - Apr-19-2023
Added
- New Simulator;
- LocalBaiduSimPhotonic, used for simulating photonic quantum circuit based on gaussian or fock state.
[3.3.0] - Feb-16-2023
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] - Dec-30-2022
Added
- Noise;
- Add parallelization method for noisy simulator.
Changed
- Combine local ideal simulator and noisy simulator.
[3.2.0] - Dec-05-2022
Added
- Noise;
- Support for noisy simulation, including simulator, noise models and examples.
[3.1.0] - Nov-18-2022
Added
- BatchID;
- A BatchID would be generated for every QComputeSDK-Python process. All related tasks belonging to the process are precisely the same. The BatchID can be used for variational algorithms and task group sets.
Changed
- Slack the version requirements of matplotlib, tqdm.
[3.0.2] - Oct-30-2022
Added
- API for QPU and simulator status monitor.
Changed
- Modify python/numpy/scipy version requirements.
[3.0.0] - June-31-2022
Added
- New QPUs:
- CloudBaiduQPUQian;
- CloudIonAPM.
[2.0.6] - June-11-2022
Changed
- Repair some range-restriction issues;
- Update requirements.
[2.0.4] - May-05-2022
Added
- Support for the QEP plugin.