Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Releases: PlanQK/planqk-quantum

v2.3.1

17 May 17:20
Compare
Choose a tag to compare

2.3.1 (2024-05-17)

Bug Fixes

  • fetching IBM backend properties deactivated (ae42595)

v2.3.0

26 Apr 15:50
Compare
Choose a tag to compare

2.3.0 (2024-04-26)

Features

  • Add jobs function to PlanqkQuantumProvider to retrieve user jobs (f5aa304)

v2.2.3

16 Apr 13:34
Compare
Choose a tag to compare

2.2.3 (2024-04-16)

Bug Fixes

  • moved job input handling to backends (52fcd0b)

v2.2.2

15 Apr 17:47
Compare
Choose a tag to compare

2.2.2 (2024-04-15)

Bug Fixes

  • replaced backend adapters by backend classes (634d483)

v2.2.1

10 Apr 13:51
Compare
Choose a tag to compare

2.2.1 (2024-04-10)

Bug Fixes

  • braket qiskit conda dependency (81c432c)

v2.2.0

10 Apr 11:56
Compare
Choose a tag to compare

2.2.0 (2024-04-10)

Features

  • organization id can be provided during provider creation (64434c0)

v2.1.0

10 Apr 10:23
Compare
Choose a tag to compare

2.1.0 (2024-04-10)

Features

  • add support for accessing IBM backends through IBMProvider (d5189d3)
  • minimum requirement Python 3.10 (7624b14)

v2.0.0

03 Apr 15:46
Compare
Choose a tag to compare

2.0.0 (2024-04-03)

Bug Fixes

  • AWS simulator transpilation not using correct gateset (b57d42b)

  • Azure IonQ circuit creation (c5b13fc)

  • migrated to azure-quantum[qiskit] to 2.0.0 (62360a7)

  • feat!: Migrated to Qiskit 1.0 (73bbcb1)

Features

  • Migration of providers AWS, Azure, T-Systems and IBM to Qiskit 1.0 (7b7e328)

Reverts

  • Revert "fix: Invalid Qubit count for AWS circuits" (a1c4dd0)

BREAKING CHANGES

  • The SDK offers now access to the PlanQK backends through Qiskit 1.0

Migration to Qiskit 1.0

02 Apr 16:31
Compare
Choose a tag to compare
Pre-release

Migrated the SDK to Qiskit 1.0. Due to the lack of support of Qiskit 1.0 the following features are currently not supported:

  • Qiskit Pennylane integration
  • QRyd backends

v1.34.1

06 Mar 10:12
Compare
Choose a tag to compare

1.34.1 (2024-03-06)

Bug Fixes

  • Invalid Qubit count for AWS circuits (472df46)