Skip to content

Releases: qiskit-community/qiskit-ionq

v0.3.3

01 Jun 01:21
579d5b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

14 May 00:21
bb1059a
Compare
Choose a tag to compare

Fixes an error where the unitary for GPI was mistakenly defined incorrectly.

v0.3.1

12 May 00:19
8305c2b
Compare
Choose a tag to compare

This release allows selection of a gateset parameter when creating an IonQBackend via provider.get_backend.

  • qis behaves identically to the previous release of the qiskit_ionq package, allowing a standard set of Quantum Information Science gates (rx, ry, etc) and supporting transpilation to these gates.
  • native requires the use only of the new gates qiskit_ionq.GPIGate, qiskit_ionq.GPI2Gate, qiskit_ionq.MSGate, and does not yet support transpilation.

This allows qiskit-ionq users to program IonQ QPUs at the hardware level.

v0.3.0.dev2

09 May 20:50
Compare
Choose a tag to compare
v0.3.0.dev2 Pre-release
Pre-release

Fixes unit error in unitary calculation

v0.3.0.dev1

09 May 17:58
Compare
Choose a tag to compare
v0.3.0.dev1 Pre-release
Pre-release

This release allows selection of a gateset parameter when creating an IonQBackend via provider.get_backend.

qis behaves identically to the previous release of the qiskit_ionq package, allowing a standard set of Quantum Information Science gates (rx, ry, etc) and supporting transpilation to these gates.
native requires the use only of the new gates qiskit_ionq.GPIGate, qiskit_ionq.GPI2Gate, qiskit_ionq.MSGate, and does not yet support transpilation.
This allows qiskit-ionq users to program IonQ QPUs at the hardware level.

v0.3.0.dev0

02 May 23:43
Compare
Choose a tag to compare
v0.3.0.dev0 Pre-release
Pre-release

This release allows selection of a lang parameter when creating an IonQBackend via provider.get_backend.

  • qis behaves identically to the previous release of the qiskit_ionq package, allowing a standard set of Quantum Information Science gates (rx, ry, etc) and supporting transpilation to these gates.
  • native requires the use only of the new gates qiskit_ionq.GPIGate, qiskit_ionq.GPI2Gate, qiskit_ionq.MSGate, and does not yet support transpilation.

This allows qiskit-ionq users to program IonQ QPUs at the hardware level.

v0.2.1.dev0

20 Apr 20:53
342f6ab
Compare
Choose a tag to compare
v0.2.1.dev0 Pre-release
Pre-release

A pre-release version for testing:

  • Increase qubit cap to 23.

v0.2.1

18 Apr 22:47
1368d73
Compare
Choose a tag to compare
  • Fixes functionality added in 0.2.0. When a more specific target is specified as for ex: ionq_qpu.harmony this is now sent through to the IonQ service.

v0.2.0

08 Apr 00:00
1536764
Compare
Choose a tag to compare

This release includes:

Addition of support for new IonQ backends (ionq_qpu.harmony, ionq_qpu.aria.1)
Removal of support for python3.6

v0.2.0.dev0

01 Apr 22:58
eea83fc
Compare
Choose a tag to compare
v0.2.0.dev0 Pre-release
Pre-release

This release includes:

  • Addition of support for new IonQ backends (ionq_qpu.harmony, ionq_qpu.aria.1)
  • Removal of support for python3.6