Skip to content

Releases: zapata-engineering/orquestra-qiskit

v0.14.0: Merge pull request #35 from zapatacomputing/Morawiec/fix_warnings

18 Dec 15:54
4f9f271
Compare
Choose a tag to compare

v0.13.0: chore: Remove Python 3.11 upper bound (#34)

19 Oct 15:15
cd05b99
Compare
Choose a tag to compare
## Description
Updates qiskit to v0.44.2 and uses the recommended `qiskit-ibm-provider` package.

## Please verify that you have completed the following steps

- [x] I have self-reviewed my code.
- [x] I have included test cases validating introduced feature/fix.
- [x] I have updated documentation.

v0.12.0: feat: Add reset gate (#33)

03 Jul 21:32
1ff6d8a
Compare
Choose a tag to compare
* feat: add reset gate

* feat: tests for SX and RESET

* fix: Reset as Operation

* fix: mypy issues

v0.11.0: Merge pull request #32 from zapatacomputing/bumb-qiskit-version

08 Jun 22:25
907ab29
Compare
Choose a tag to compare

v0.10.0: Merge pull request #30 from zapatacomputing/kj/zqs-1279/add-option-to…

06 Jun 20:36
99624e9
Compare
Choose a tag to compare
…-not-return-extra-measurements

feat: add option to not return extra measurements

v0.9.0

07 Feb 20:57
99624e9
Compare
Choose a tag to compare

What's Changed

  • feat: add option to not return extra measurements by @dexter2206 in #30

Full Changelog: v0.8.0...v0.9.0

v0.8.0

12 Jan 22:41
b08b6a4
Compare
Choose a tag to compare
Merge pull request #29 from zapatacomputing/zqs-1267-translate-dagger…

…-gates-in-orquestra-qiskit

feat(_circuit_conversions): add dagger conversions

v0.7.0

06 Dec 21:29
513d740
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0: Merge pull request #24 from zapatacomputing/zqs-1202-upgrade-qiskit

06 Oct 13:50
bec3379
Compare
Choose a tag to compare

v0.5.0

18 Aug 16:07
c6b8323
Compare
Choose a tag to compare
Merge pull request #22 from zapatacomputing/kj/HTKB-201/add-conversio…

…n-of-delay-instruction

Implement conversion of Delay instructions