{"id":27491101,"url":"https://github.com/microsoft/qcodes","last_synced_at":"2025-05-14T13:06:20.879Z","repository":{"id":33492063,"uuid":"37137879","full_name":"microsoft/Qcodes","owner":"microsoft","description":"Modular data acquisition framework","archived":false,"fork":false,"pushed_at":"2025-05-12T04:09:29.000Z","size":157105,"stargazers_count":374,"open_issues_count":236,"forks_count":324,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-05-12T05:23:24.923Z","etag":null,"topics":["data-aquisition","experiments","physics"],"latest_commit_sha":null,"homepage":"http://microsoft.github.io/Qcodes/","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.rst","changelog":null,"contributing":"CONTRIBUTING.rst","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":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-06-09T14:42:14.000Z","updated_at":"2025-05-11T06:09:05.000Z","dependencies_parsed_at":"2023-12-19T08:35:56.421Z","dependency_job_id":"6bd4170a-89dc-4432-beb6-713bf37da4eb","html_url":"https://github.com/microsoft/Qcodes","commit_stats":{"total_commits":16213,"total_committers":196,"mean_commits":82.71938775510205,"dds":0.7457595756491704,"last_synced_commit":"e4360a4d4e706c587850c2bd7fc24a553a2e7560"},"previous_names":["microsoft/qcodes","qcodes/qcodes"],"tags_count":92,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FQcodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FQcodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FQcodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FQcodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/Qcodes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149952,"owners_count":22022851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["data-aquisition","experiments","physics"],"created_at":"2025-04-16T21:03:12.131Z","updated_at":"2025-05-14T13:06:15.864Z","avatar_url":"https://github.com/microsoft.png","language":"Python","readme":"QCoDeS |PyPi| |DOCS| |PyPI python versions| |DOI|\n=================================================\n|Build Status Github| |Build Status Github Docs| |Ruff| |OpenSSF|\n\nQCoDeS is a Python-based data acquisition framework developed by the\nCopenhagen / Delft / Sydney / Microsoft quantum computing consortium.\nWhile it has been developed to serve the needs of nanoelectronic device\nexperiments, it is not inherently limited to such experiments, and can\nbe used anywhere a system with many degrees of freedom is controllable\nby computer.\nTo learn more about QCoDeS, browse our `homepage \u003chttp://microsoft.github.io/Qcodes\u003e`_ .\n\nTo get a feeling of QCoDeS read\n`15 minutes to QCoDeS \u003chttp://microsoft.github.io/Qcodes/examples/15_minutes_to_QCoDeS.html\u003e`__,\nand/or browse the Jupyter notebooks in `docs/examples\n\u003chttps://github.com/QCoDeS/Qcodes/tree/main/docs/examples\u003e`__ .\n\nQCoDeS is compatible with Python 3.11+. It is\nprimarily intended for use from Jupyter notebooks, but can be used from\ntraditional terminal-based shells and in stand-alone scripts as well. The\nfeatures in `qcodes.utils.magic` are exclusively for Jupyter notebooks.\n\n\nDefault branch is now main\n==========================\n\nThe default branch in QCoDeS has been renamed to main.\nIf you are working with a local clone of QCoDeS you should update it as follows:\n\n* Run `git fetch origin` and `git checkout main`\n* Run `git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main` to update your HEAD reference.\n\nInstall\n=======\n\nIn general, refer to `here \u003chttp://microsoft.github.io/Qcodes/start/index.html#installation\u003e`__\nfor installation.\n\n\nDocs\n====\n\nRead it `here \u003chttp://microsoft.github.io/Qcodes\u003e`__ .\nDocumentation is updated and deployed on every successful build in main.\n\nWe use sphinx for documentations, makefiles are provided both for\nWindows, and \\*nix, so that you can build the documentation locally.\n\nMake sure that you have the extra dependencies required to install the docs\n\n.. code:: bash\n\n    pip install -r docs_requirements.txt\n\nGo to the directory ``docs`` and\n\n.. code:: bash\n\n    make html\n\nThis generate a webpage, index.html, in ``docs/_build/html`` with the\nrendered html.\n\nQCoDeS Loop\n===========\n\nThe modules ``qcodes.data``, ``qcodes.plots``, ``qcodes.actions``,\n``qcodes.loops``, ``qcodes.measure``, ``qcodes.extensions.slack``\nand ``qcodes.utils.magic`` that were part of QCoDeS until version 0.37.0.\nhave been moved into an independent package called qcodes_loop.\nPlease see it's `repository \u003chttps://github.com/QCoDeS/Qcodes_loop/\u003e`_ and\n`documentation \u003chttps://qcodes.github.io/Qcodes_loop/index.html\u003e`_ for more information.\n\nFor the time being it is possible to automatically install the qcodes_loop\npackage when installing qcodes by executing ``pip install qcodes[loop]``.\n\nCode of Conduct\n===============\n\nQCoDeS strictly adheres to the `Microsoft Open Source Code of Conduct \u003chttps://opensource.microsoft.com/codeofconduct/\u003e`__\n\n\nContributing\n============\n\nThe QCoDeS instrument drivers developed by the members of\nthe QCoDeS community but not supported by the QCoDeS developers are contained in\n\nhttps://github.com/QCoDeS/Qcodes_contrib_drivers\n\nSee `Contributing \u003chttps://github.com/QCoDeS/Qcodes/tree/main/CONTRIBUTING.rst\u003e`__ for general information about bug/issue\nreports, contributing code, style, and testing.\n\nTrademarks\n==========\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or\nlogos is subject to and must follow Microsoft’s Trademark \u0026 Brand Guidelines. Use of Microsoft trademarks\nor 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\nLicense\n=======\n\nSee `License \u003chttps://github.com/QCoDeS/Qcodes/tree/main/LICENSE\u003e`__.\n\n.. |Build Status Github| image:: https://github.com/QCoDeS/Qcodes/workflows/Run%20mypy%20and%20pytest/badge.svg\n    :target: https://github.com/QCoDeS/Qcodes/actions?query=workflow%3A%22Run+mypy+and+pytest%22+branch%3Amain\n.. |Build Status Github Docs| image:: https://github.com/QCoDeS/Qcodes/workflows/build%20docs/badge.svg\n    :target: https://github.com/QCoDeS/Qcodes/actions?query=workflow%3A%22build+docs%22+branch%3Amain\n.. |Ruff|  image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n    :target: https://github.com/astral-sh/ruff\n    :alt: Ruff\n.. |PyPi| image:: https://badge.fury.io/py/qcodes.svg\n    :target: https://badge.fury.io/py/qcodes\n.. |PyPI python versions| image:: https://img.shields.io/pypi/pyversions/qcodes.svg\n    :target: https://pypi.python.org/pypi/qcodes/\n.. |DOCS| image:: https://img.shields.io/badge/read%20-thedocs-ff66b4.svg\n   :target: http://microsoft.github.io/Qcodes\n.. |DOI| image:: https://zenodo.org/badge/37137879.svg\n   :target: https://zenodo.org/badge/latestdoi/37137879\n.. |OpenSSF| image:: https://api.securityscorecards.dev/projects/github.com/microsoft/Qcodes/badge\n   :target: https://securityscorecards.dev/viewer/?uri=github.com/microsoft/Qcodes\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fqcodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fqcodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fqcodes/lists"}