azure-quantum-python icon indicating copy to clipboard operation
azure-quantum-python copied to clipboard

The azure-quantum python package submits jobs to the Azure Quantum service.

Results 70 azure-quantum-python issues
Sort by recently updated
recently updated
newest added

Use MyPy and PyLint to automatically check for code formatting and type hint errors in CI/CD.

enhancement

Add docstrings to all public functions and methods and make sure they are Sphinx/docgen compatible. Add links to public documentation where appropriate.

documentation
good first issue
help wanted

For some unknown reason, the async tests are taking over 40 mins when running as part of the live integration tests. For now they are disabled with #392, but we...

tracking

In general, we control what tests to run with custom marks; this allow us to decide at runtime what 3rd party providers tests should run. 1Qbit and Toshiba are not...

Add a function to allow Toshiba SMB solver to submit protobuf problems

area:solutions

## Summary When the [*microsoft.azure-quantum-python.ci*](https://dev.azure.com/ms-azurequantum/AzureQuantum/_build?definitionId=263) *ADO Build Pipeline* is triggered from a *Fork PR*, for example #596, the `Build "azure-quantum" package` *Pipeline Job* fails at step `Set "azure-quantum" package version`...

azure-quantum

This PR adds verification of the sas token's expiration time, to refresh it, if necessary. fixes #553