Skip to content

Releases: QuTech-Delft/quantuminspire

Feature release 1.3.0

06 Sep 16:58
846bdef
Compare
Choose a tag to compare
  • Changes for new Qiskit Terra (0.15.x) in Qiskit 0.20.0
  • Supporting hardware-backend configurations
  • Updated documentation of the API-structures

Feature release 1.2.0

17 Apr 13:05
1f0ecc5
Compare
Choose a tag to compare
  • Support for latest Qiskit and ProjectQ versions
  • full_state_projection for API-calls execute_qasm and execute_qasm_async defaults to False instead of True
  • Some minor changes for supporting hardware backends

Feature release 1.1.0

27 Aug 07:02
Compare
Choose a tag to compare
  • Revised full state projection support
  • Added reuse of ancilla bits for ProjectQ
  • Support for latest Qiskit version
  • Solved a code generation bug in Qiskit backend when using certain values of rotation parameters
  • Mybinder now does not show error message "404 Not found" anymore but shows a preview
  • Updated distance based classifier example

Feature release 1.0.0

22 May 11:37
a0ccfc6
Compare
Choose a tag to compare
  • Support for Qiskit version >=0.9.0
  • Added distance based classifier example

Feature release 0.7.0

03 May 09:16
1493a17
Compare
Choose a tag to compare
  • Qiskit support for Qiskit version <0.9.0:
    • Support for binary controlled gates
    • Added support for basis gates S, Sdag, T, Tdag and SWAP
  • ProjectQ support:
    • SWAP gate made available
    • Easy QIBackend creation with all defaults and saved token
  • Support for API token authentication

Feature release 0.6.0

26 Mar 12:10
09a9250
Compare
Choose a tag to compare
  • Qiskit support:
    • Add memory feature (raw measurement data)
    • Add access to full-state histogram
    • Fix implementation of u3, u2, u1 and u
    • Generate qiskit counts from memory instead of from histogram
  • ProjectQ support:
    • Throw exception when re-using a QIBackend engine
    • Eliminate the requirement to use a (trivial) ManualMapper
  • Expanded in-line documentation of QuantumInspireAPI class
  • Added type-hints
  • Install examples
  • Preliminary support for API token authentication

Bugfix release 0.5.0

12 Feb 11:46
1d1a9c5
Compare
Choose a tag to compare
Bugfix release 0.5.0 Pre-release
Pre-release
  • Project deletion fixed
  • Memory-field in result disabled temporarily for the backend
  • Rx, Ry and Rz rotation gates available in quantum inspire backend
  • Re-use of classical bits allowed

Bugfix release 0.4.2

08 Jan 11:44
3597201
Compare
Choose a tag to compare
Bugfix release 0.4.2 Pre-release
Pre-release
  • Fix ProjectQ example notebook
  • Change classifier, alpha to beta

Update release 0.4.0

08 Jan 09:35
5a19b21
Compare
Choose a tag to compare
Update release 0.4.0 Pre-release
Pre-release
  • Publish SDK releases to the Python Package Index (PyPI)
  • Update Qiskit backend to Qiskit 0.7.0 specification
  • Update README.md known issues and issue tracker link

Fix release 0.3.1

19 Dec 15:45
2d281f0
Compare
Choose a tag to compare
Fix release 0.3.1 Pre-release
Pre-release
  • Fix qiskit dependency on pre-0.7.0 temporarily