Releases: microsoft/azure-quantum-python
Releases · microsoft/azure-quantum-python
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
azure-quantum_v2.0.0
2.0.0 (2024-03-21)
This is a major release that upgrades the qiskit package to v1.
For existing users: please follow this guide to get your environment ready for upgrading to azure-quantum v2.
Features
- Upgrading the package to use Qiskit v1.*, qiskit-qir v0.5.0 and qiskit-ionq v0.5.0 - #581
azure-quantum_v1.2.1
1.2.1 (2024-02-29)
Bug fixes
- Fix issues with Workspace documentation, add more documentation, and fix linting errors #583
azure-quantum_v1.2.0
1.2.0 (2024-02-28)
Features
- Connection String and API-key authentication support #566
Bug fixes
- Document
JobFailedWithResultsError
class #580
- Replace deprecated Qiskit functions #576
azure-quantum_v1.1.1
1.1.1 (2024-02-22)
Bug fixes
- Produce the entire job result for
microsoft.dft
target #577
- Auto-documentation: fix duplicate
RuntimeError
documentation in Job
class #577
azure-quantum_v1.1.0
1.1.0 (2024-02-09)
Deprecated
- Rigetti
aspen-m-3
target #563
- Toshiba solvers #561
Bug fixes
- Bringing back Q# E2E-tests #567
- Remove QIO related references and fix broken links #572
- Remove deprecated and add missing
@pytest.mark
attributes #574