Skip to content

Releases: qiskit-community/qiskit-aqt-provider

v1.14.0

05 Nov 15:13
9dc78cc

Choose a tag to compare

  • Fix typos (#243)
  • Add unavailable as possible resource state (#244)
  • Fix memory handling in result formatting to include only measured bits (#245)
  • Add aqt-connector and use OIDC authentication feature (#246)

v1.13.0

08 Jul 11:20
d7d6347

Choose a tag to compare

  • Configure resources transpilation targets with the actual number of available qubits (#237)

v1.12.0

02 Jun 11:21
48d35c9

Choose a tag to compare

  • Point Qiskit docs links to quantum.cloud.ibm.com/docs (#229)
  • Match the gate sets used by the transpilation target and the API (#226)

v1.11.0

26 Mar 16:20
3806f4a

Choose a tag to compare

  • Add support for Python 3.13 (#187)
  • Remove pytest-mock and pytest-sugar from the test dependencies group (#219)
  • Fix outdated AQT website link in the docs (#221)

v1.10.0

20 Jan 16:19
2eaaf91

Choose a tag to compare

  • Fix issue with oversized batches on offline simulators (#210)
  • Improve reporting of known API calls error scenarios (#211)

v1.9.0

17 Dec 09:55
974f4ac

Choose a tag to compare

  • Fix source installation problem caused by removed debugpy 1.8.3 package (#188)
  • User guide: add section on direct-access resources (#191)
  • Split Qiskit-agnostic client resources to separate sub-package (#198)
  • Allow using numpy v2 (#199)
  • Implement workspaces endpoint in Qiskit-agnostic API client (#200)

v1.8.1

05 Aug 09:10
254c452

Choose a tag to compare

  • Added test dependency extras (#183)

v1.8.0

31 Jul 10:37
238eb15

Choose a tag to compare

  • Reduce gates per circuit to 2000 and circuits per batch to 50 (#181)

v1.7.0

27 Jun 16:16
f25c078

Choose a tag to compare

  • Update API specification and associated constraints (#176)

v1.6.0

21 Jun 10:05
8e4fa3e

Choose a tag to compare

  • Support direct-access mode on AQT devices (#164)
  • Support up to 2000 shots per circuit on cloud resources (#165)
  • Fix result timeout propagation in direct-access mode (#171)
  • Don't propagate empty access tokens in direct-access mode (#172)