azure-quantum-python
azure-quantum-python copied to clipboard
The azure-quantum python package submits jobs to the Azure Quantum service.
Use MyPy and PyLint to automatically check for code formatting and type hint errors in CI/CD.
Add docstrings to all public functions and methods and make sure they are Sphinx/docgen compatible. Add links to public documentation where appropriate.
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...
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
## 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`...
This PR adds verification of the sas token's expiration time, to refresh it, if necessary. fixes #553