Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Releases: BQSKit/qsearch

v2.6.0

13 Jan 02:18
Compare
Choose a tag to compare

Updated the definition of some gates to more closely match IBM Qiskit. Added some popular gates. Reworked objective functions to allow more powerful customization, while carefully maintaining backwards compatibility. Tightened the tolerances of the Ceres numerical optimization in the accompanying qsrs release.

This release has been uploaded to PyPi, along with the accompanying updates to qsrs.

v2.4.0

03 Jan 07:38
Compare
Choose a tag to compare

This release fixes bugs in Project and XXGate.

It also adds U1Gate, which implements IBM's U1 single qubit gate.

v2.3.0

19 Dec 03:40
Compare
Choose a tag to compare

This release fixes a few bugs and adds support for a few new gatesets:

  • QubitCRZLinear
  • QubitISwapLinear
  • QubitXXLinear

which are all similar to QubitCNOTLinear except they use different 2 qubit gates. These have been added for better integration with qiskit.

v2.1.2

22 Nov 20:18
Compare
Choose a tag to compare
  • Fixed a bug in LEAPReoptimizing_PostProcessor that could cause a crash
  • silenced a spurious warning in LEAP

v2.1.1

14 Nov 02:53
a9087ff
Compare
Choose a tag to compare

This release fixes a few bugs:

  • misnamed argument in an example script
  • the qsrs version was not bumped in qsearch's setup.cfg
  • the reoptimizing compiler did not use the logging module for certain information, now it does

v2.1.0

30 Oct 10:05
Compare
Choose a tag to compare

This release comes with some fixes (#12, #13) and new qiskit importing code in qsearch.integrations

v2.0

16 Oct 00:48
Compare
Choose a tag to compare

This contains many changes to several APIs, but things should be stable from here on out. It also includes new features like LEAP and reoptimization, as well as much better performance.

v1.2

30 Apr 02:19
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/uprust'