Releases: microsoft/azure-quantum-python
Releases · microsoft/azure-quantum-python
azure-quantum_v1.0.1
azure-quantum_v1.0.0
1.0.0 (2024-01-11)
Features
- Add warning message when user initializes
AzureQuantumProvider
andAzureQuantumService
withresource_id
andlocation
parameters. - Upgrade to qsharp v1.0.33
- Output histogram object as a map for
microsoft.quantum-results.v1
job output format - Add
shots
parameter to Qiskit'sbackend.run()
, Passthrough'starget.submit()
and toestimate_cost()
to unify user-experience across backends - Deprecate
azure.quantum.aio
module
azure-quantum_v0.30.0
azure-quantum_v0.29.2
azure-quantum_v0.29.1
0.29.1 (2023-12-01)
Bug Fixes
- Locking Cirq python package version due to a breaking change in Job Results API - #531
azure-quantum_v0.29.0
0.29.0 (2023-11-22)
- The azure-quantum python SDK now ships separately from the rest of the QDK. The first version available as a standalone release is 0.29.0.
- The previous qdk-python GitHub repository has been renamed azure-quantum-python to better reflect the purpose and content of the repository.
Features Added
- Added two input parameters
maxDuration
andmaxPhysicalQubits
to specify constraints for resource estimation solutions. - Added support for handling partial success in batch jobs in Resource Estimator, by displaying
No solution found
as an output for job results.
Deprecated
- The qdk python package for qdk.chemistry python interop has been deprecated and it will no longer be maintained or receive further updates after 0.29.0.