Skip to content

Releases: baidu/QCompute

[3.3.5] - Oct-01-2023

06 Nov 09:34

Choose a tag to compare

Added

  • 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.3] - Apr-19-2023

25 Apr 11:29

Choose a tag to compare

Added

  • New Simulator;
    • LocalBaiduSimPhotonic, used for simulating photonic quantum circuit based on gaussian or fock state.

[3.3.0] - Feb-16-2023

19 Feb 07:51

Choose a tag to compare

Added

[3.2.1] - Dec-30-2022

30 Dec 13:58

Choose a tag to compare

Added

  • Noise;
    • Add parallelization method for noisy simulator.

Changed

  • Combine local ideal simulator and noisy simulator.

[3.2.0] - Dec-05-2022

13 Dec 02:57

Choose a tag to compare

Added

  • Noise;
    • Support for noisy simulation, including simulator, noise models and examples.

[3.1.0] - Nov-18-2022

21 Nov 10:08

Choose a tag to compare

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

03 Nov 12:13

Choose a tag to compare

Added

  • API for QPU and simulator status monitor.

Changed

  • Modify python/numpy/scipy version requirements.

[3.0.0] - June-31-2022

18 Aug 07:05

Choose a tag to compare

Added

  • New QPUs:
    • CloudBaiduQPUQian;
    • CloudIonAPM.

[2.0.6] - June-11-2022

14 Jun 04:00

Choose a tag to compare

Changed

  • Repair some range-restriction issues;
  • Update requirements.

[2.0.4] - May-05-2022

10 May 11:16

Choose a tag to compare

Added

- Support for the QEP plugin.