Releases: microsoft/azure-quantum-python
Releases · microsoft/azure-quantum-python
azure-quantum_v3.1.0
What's Changed
- Add support for h2-2 targets #667
azure-quantum_v3.0.0
What's Changed
- Add pagination feature #652
- Fix live test of list session jobs in pagination #665
azure-quantum_v2.5.0
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
2.4.0 (2025-02-14)
What's Changed
- Update Ankaa-3 to 84 qubits #659
azure-quantum_v2.3.0
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
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
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
2.1.1 (2024-08-15)
Deprecated
ionq.qpu
target deprecation #633
azure-quantum_v2.1.0
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
azure-quantum_v2.0.1
2.0.1 (2024-05-03)
What's Changed
- Remove deprecated Rigetti
ankaa-9q-1
target - #596
- Remove deprecated Quantinuum targets - #598
Bug fixes
- Fix for #553 where SAS token won't get renewed on getting job result - #593
- Return list from
workspace.get_targets()
if no target name is provided - #606
- Return only default backends from Qiskit's
provider.backends()
method - #602