Skip to content

Releases: microsoft/azure-quantum-python

azure-quantum_v3.2.0

14 Aug 04:25
9c4575e
Compare
Choose a tag to compare

What's Changed

  • Add Rigetti Cepheus-1-36Q target #679
  • Bug Fix: Lock PyQuil==4.13.1 to unblock CI and sidestep rust dependency #673
  • Bug Fix: Check container_uri for container_name and fix attachment upload/download #672
  • Cleanup: Remove resource estimator files after deprecation #669
  • Cleanup: Fix minor markdown typos #678

azure-quantum_v3.1.0

14 Mar 16:44
82f0751
Compare
Choose a tag to compare

What's Changed

  • Add support for h2-2 targets #667

azure-quantum_v3.0.0

05 Mar 19:58
fc3a8fc
Compare
Choose a tag to compare

What's Changed

  • Add pagination feature #652
  • Fix live test of list session jobs in pagination #665

azure-quantum_v2.5.0

27 Feb 03:10
6c99137
Compare
Choose a tag to compare

What's Changed

  • Deprecate Rigetti target ankaa-9q-3 due to QPU retirement #662
  • Bugfix: Encode QcSchema Objects before upload #663
  • Raise Value Error for empty list #664

azure-quantum_v2.4.0

15 Feb 10:25
78aae8e
Compare
Choose a tag to compare

2.4.0 (2025-02-14)

What's Changed

  • Update Ankaa-3 to 84 qubits #659

azure-quantum_v2.3.0

23 Jan 02:20
b751d2c
Compare
Choose a tag to compare

2.3.0 (2025-01-22)

What's Changed

  • Deprecated cost estimation #646
  • Added batching support for Accelerated DFT #647
  • Added Ankaa-3 as Target #653
  • Removed resource estimator #654

azure-quantum_v2.2.0

23 Oct 17:18
46c47f8
Compare
Choose a tag to compare

2.2.0 (2024-10-22)

What's Changed

  • quantinum.qpu.h2-1 qubit count increase to 56 qubits #635
  • Use qsharp package to generate QIR from Qiskit #641

azure-quantum_v2.1.2

05 Oct 00:03
b031de3
Compare
Choose a tag to compare

2.1.1 (2024-10-04)

What's Changed

  • Use QIR Qiskit backends by default - #630
  • Update 23 qubits to 25 for ionq.qpu.aria-1, ionq.qpu.aria-2 IonQ targets - #642
  • Add rigetti.qpu.ankaa-9q-3 Rigetti target - #620
  • Deprecate rigetti.qpu.ankaa-2 Rigetti target - #644

azure-quantum_v2.1.1

15 Aug 23:49
0433fba
Compare
Choose a tag to compare

2.1.1 (2024-08-15)

Deprecated

  • ionq.qpu target deprecation #633

azure-quantum_v2.1.0

24 Jul 00:38
e4a63c7
Compare
Choose a tag to compare

2.1.0 (2024-07-23)

Features

  • Support for Histogram results produced by default with microsoft.quantum-results.v2 format - #617
    • Use get_results_histogram() for retrieving results counts as Histogram
    • Use get_results_shots() for retrieving per Shot results as array
    • See documentation for details.
  • By default use microsoft.quantum-results.v2 format for QIR targets - #617
  • Support certificate-based SNI authentication - #614
  • Update Cirq libraries to v1.4.0 - #605