Skip to content

Releases: QuTech-Delft/quantuminspire

Feature release 2.3.0

22 Apr 06:54
0327b38
Compare
Choose a tag to compare
  • Support for Qiskit 1.0

Feature release 2.2.2

26 Feb 08:02
b10e8cb
Compare
Choose a tag to compare
  • Support for Qiskit 0.46.0
  • Support for python 3.12
  • Readthedocs fix

Feature release 2.2.1

17 Nov 13:42
bc93481
Compare
Choose a tag to compare
  • Add Qiskit 'reset' gate to circuit parser and translate to prep_z when supported by the backend
  • Qiskit aer installed separately as required
  • Cleanup QI-projects from test pipelines

Feature release 2.2.0

30 May 13:11
86df1de
Compare
Choose a tag to compare
  • [SDS-982] Example for deleting projects added
  • [SDS-981] Argument type check added for api run method
  • [SDS-977] Easier handling async jobs, api method wait_for_completed_job made public
  • [SDS-NNN] Some pylintrc incompatibilities solved

Feature release 2.1.0

05 Jan 09:24
5d1dd13
Compare
Choose a tag to compare
  • [SDS-826] unused package breaks nightly (#153)
  • [SDS-794] Check for raw data list was wrong (#150)
  • [SDS-716] Quantum Volume Computation (#147)
  • [SDS-617] Fix measurement statements in ProjectQ (#143)
  • [SDS-NNN] Some changes/bugs while testing plugin for quantuminspire (#142)
  • [SDS-610] Measurement mask field in asset deleted (#141)

Feature release 2.0.0

10 May 06:42
24a5542
Compare
Choose a tag to compare
  • SDK uses v2.0 of API interface
  • Added multiple measurement support
  • Barrier/Wait commands added
  • Fix for non-lineair measured bits used in conditional
  • Fix for serializable status-field in result

Feature release 1.7.0

14 Jan 14:46
0c5a68e
Compare
Choose a tag to compare
  • Rendering of the readthedocs html-documention repaired
  • delete_job api fixed. Doesn't return anything
  • Fixed nightly build

Feature release 1.6.0

18 Nov 09:02
c785ad9
Compare
Choose a tag to compare
  • Ability added to get backend status
  • Added calibration information to result
  • Coupling map fixed
  • Unit testing now make use of Qiskit circuits instead of depending on Qiskit internals

Feature release 1.5.0

13 Jul 14:14
88ad921
Compare
Choose a tag to compare
  • Get API from Quantum Inspire Provider in Qiskit backend
  • Documentation improvements
  • Now able to get calibration data from Quantum Inspire result
  • Fix for damaged projects that were left when an error occurred while creating the experiment
  • Extra check for having enough classical bits defined
  • Split examples from SDK to separate repository https://github.com/QuTech-Delft/quantum-inspire-examples
  • Added get_authentication method used in many examples
  • Optimized-flag validity check for hardware backends

Feature release 1.4.0

12 May 13:09
e5d3ac8
Compare
Choose a tag to compare
  • Notebook update for Qiskit Terra 0.17.3
  • Read the docs added
  • Quantum Inspire project name support for Qiskit projects
  • Added SAT example to docs