{"id":13725095,"url":"https://github.com/microsoft/azure-quantum-python","last_synced_at":"2026-01-17T15:33:03.782Z","repository":{"id":37067203,"uuid":"327150268","full_name":"microsoft/azure-quantum-python","owner":"microsoft","description":"The azure-quantum python package submits jobs to the Azure Quantum service.","archived":false,"fork":false,"pushed_at":"2026-01-12T23:40:04.000Z","size":9889,"stargazers_count":144,"open_issues_count":18,"forks_count":101,"subscribers_count":18,"default_branch":"main","last_synced_at":"2026-01-13T03:16:25.610Z","etag":null,"topics":["azure","azure-sdk-for-python","microsoft","python","quantum"],"latest_commit_sha":null,"homepage":"https://learn.microsoft.com/azure/quantum/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-05T23:55:30.000Z","updated_at":"2026-01-12T22:15:58.000Z","dependencies_parsed_at":"2023-12-02T01:41:08.194Z","dependency_job_id":"de29a72a-12ce-4a29-871b-a9cedc9e5535","html_url":"https://github.com/microsoft/azure-quantum-python","commit_stats":{"total_commits":303,"total_committers":53,"mean_commits":5.716981132075472,"dds":0.8217821782178218,"last_synced_commit":"19ef9b548e474c607395afb7bcd4862205ccac93"},"previous_names":["microsoft/azure-quantum-python","microsoft/qdk-python"],"tags_count":533,"template":false,"template_full_name":null,"purl":"pkg:github/microsoft/azure-quantum-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-quantum-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-quantum-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-quantum-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-quantum-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/azure-quantum-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-quantum-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-sdk-for-python","microsoft","python","quantum"],"created_at":"2024-08-03T01:02:12.824Z","updated_at":"2026-01-17T15:33:03.725Z","avatar_url":"https://github.com/microsoft.png","language":"Python","readme":"[![Build Status](https://dev.azure.com/ms-quantum-public/Microsoft%20Quantum%20(public)/_apis/build/status/microsoft.qdk-python?branchName=main)](https://dev.azure.com/ms-quantum-public/Microsoft%20Quantum%20(public)/_build/latest?definitionId=32\u0026branchName=main)\n\n# Azure Quantum SDK\n\n## Introduction\n\nThis repository contains the azure-quantum Python SDK.\n\nUse azure-quantum SDK to submit quantum jobs written in Q#, Qiskit, or Cirq to the Azure Quantum service:\n\n- `azure-quantum` [![PyPI version](https://badge.fury.io/py/azure-quantum.svg)](https://badge.fury.io/py/azure-quantum)\n\n## Installation and getting started\n\nTo install the Azure Quantum package, run:\n\n```bash\npip install azure-quantum\n```\n\nIf using qiskit, cirq or qsharp, include the optional dependency as part of the install command:\n\n```bash\npip install azure-quantum[qiskit]\npip install azure-quantum[cirq]\npip install azure-quantum[qsharp]\n```\n\nTo get started, visit the following Quickstart guides:\n\n- [Quickstart: Submit a circuit with Qiskit](https://learn.microsoft.com/azure/quantum/quickstart-microsoft-qiskit)\n- [Quickstart: Submit a circuit with Cirq](https://learn.microsoft.com/azure/quantum/quickstart-microsoft-qiskit)\n- [Quickstart: Submit a circuit with a provider-specific format](https://learn.microsoft.com/azure/quantum/quickstart-microsoft-provider-format).\n\n## Development\n\nSee [CONTRIBUTING](./CONTRIBUTING.md) for instructions on how to build and test.\n\n## Contributing\n\nFor details on contributing to this repository, see the [contributing guide](https://github.com/microsoft/azure-quantum-python/blob/main/CONTRIBUTING.md).\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n### Note on Packages\n\nWhile we encourage contributions in any part of the code, there are some exceptions to take into account.\n- The package `azure.quantum._client` is autogenerated using the [Azure Quantum Swagger spec](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/quantum/data-plane). No manual changes to this code are accepted (because they will be lost next time we regenerate the client).\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft \ntrademarks or logos is subject to and must follow \n[Microsoft's Trademark \u0026 Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fazure-quantum-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fazure-quantum-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fazure-quantum-python/lists"}