Releases: QuTech-Delft/quantuminspire
Releases · QuTech-Delft/quantuminspire
Feature release 1.3.0
- 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
- Support for latest Qiskit and ProjectQ versions
- full_state_projection for API-calls
execute_qasm
andexecute_qasm_async
defaults to False instead of True - Some minor changes for supporting hardware backends
Feature release 1.1.0
- 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
- Support for Qiskit version >=0.9.0
- Added distance based classifier example
Feature release 0.7.0
- 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
- 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
- Throw exception when re-using a
- Expanded in-line documentation of
QuantumInspireAPI
class - Added type-hints
- Install examples
- Preliminary support for API token authentication
Bugfix release 0.5.0
- 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
- Fix ProjectQ example notebook
- Change classifier, alpha to beta
Update release 0.4.0
- 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
- Fix qiskit dependency on pre-0.7.0 temporarily