Releases: BQSKit/qsearch
Releases · BQSKit/qsearch
v2.6.0
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
This release fixes bugs in Project
and XXGate
.
It also adds U1Gate
, which implements IBM's U1
single qubit gate.
v2.3.0
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
- Fixed a bug in
LEAPReoptimizing_PostProcessor
that could cause a crash
- silenced a spurious warning in LEAP
v2.1.1
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
This release comes with some fixes (#12, #13) and new qiskit importing code in qsearch.integrations
v2.0
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
Merge remote-tracking branch 'origin/uprust'