Skip to content

Tags: microsoft/azure-quantum-python

Tags

azure-quantum_v2.2.0

Toggle azure-quantum_v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use qsharp package to generate QIR (#641)

* Use qsharp package to generate QIR

azure-quantum_v2.1.2

Toggle azure-quantum_v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Ankaa-2 (#644)

* fix: remove Ankaa-2 from Rigetti targets

* fix: remove Ankaa-2 from Rigetti sample notebooks

* chore: use Ankaa-9Q-3 for Rigetti qiskit test

* chore: replace ankaa-2 with ankaa-9q-3 in test recordings

* Revert "chore: replace ankaa-2 with ankaa-9q-3 in test recordings"

This reverts commit dc96422.

azure-quantum_v2.1.1

Toggle azure-quantum_v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: deprecating ionq.qpu target (#633)

azure-quantum_v2.1.0

Toggle azure-quantum_v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updating the artifact download path to fix the publish pipeline (#629)

azure-quantum_v2.0.1

Toggle azure-quantum_v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make get_targets return list if names is None (#606)

* return get_targets returns list on names=None

* chore: update README.md to configure cert auth

* add more scrubbing in test recordings

azure-quantum_v2.0.0

Toggle azure-quantum_v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use qiskit 1.0 with other upgraded dependency libraries. (#581)

* Update qiskit-qir to 0.5.0

* Update qiskit-ionq to 0.5.0

* Remove remaining `job_monitor` function invocations

* Bumping up Python version to 3.8 as Qiskit v1 only supports >=3.8

* Change "estimation-chemistry" sample VQE section verbiage

azure-quantum_v1.2.1

Toggle azure-quantum_v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issues with Workspace documentation, add more documentation, and …

…fix linting errors (#583)

* Move workspace class/constructor documentation up

* Additional documentation and linting

* Fix rtype cross-references for typing types

azure-quantum_v1.2.0

Toggle azure-quantum_v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Connection String and api-key authentication support (#566)

* Regenerate rest api client

* Workspace connection params refactoring

* New test recordings

* Remove redundant recording processor

* Add pytest configs for better dev experience

* Fix pytest.ini

* Add script to clear env vars for dev convenience

* Linting and small fixes

* Re-record list jobs test

* Further clean-up and linting

* Small renaming

* Add return type annotations

* Update env var for live tests

* Documentation and clean-up

* Add support for connection string

* Remove QUANTUM_API_KEY env var

* Remove QUANTUM_API_KEY env var

* Update unit tests

* Logic to get current primary key

* Finish test for connection string

* Connection string auth test recording

* Remove unnecessary method

* Upgrade minor version

* Fixes the order of property creation

* Add pytest marks

* Fix order of environment variable loading

* Remove unused code

* Better naming for arm and quantum endpoint urls

* Normalize endpoint urls

* Fix cirq test cases

* Fix qiskit test cases

azure-quantum_v1.1.1

Toggle azure-quantum_v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: produce the entire job result for microsoft.dft target + Job doc…

… fix (#577)

* fix: return original DFT job result + doc fixes

azure-quantum_v1.1.0

Toggle azure-quantum_v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: @pytest.mark attributes + prep for 1.1 release (#574)