Modular data acquisition framework
|Build Status Github| |Build Status Github Docs| |Codacy badge|
QCoDeS is a Python-based data acquisition framework developed by the Copenhagen / Delft / Sydney / Microsoft quantum computing consortium. While it has been developed to serve the needs of nanoelectronic device experiments, it is not inherently limited to such experiments, and can be used anywhere a system with many degrees of freedom is controllable by computer. To learn more about QCoDeS, browse our
homepage_ .
To get a feeling of QCoDeS read
15 minutes to QCoDeS, and/or browse the Jupyter notebooks in
docs/examples.
QCoDeS is compatible with Python 3.7+. It is primarily intended for use from Jupyter notebooks, but can be used from traditional terminal-based shells and in stand-alone scripts as well. The features in
qcodes.utils.magicare exclusively for Jupyter notebooks.
In general, refer to
here__ for installation.
Read it
here__ . Documentation is updated and deployed on every successful build in master.
We use sphinx for documentations, makefiles are provided both for Windows, and *nix, so that you can build the documentation locally.
Make sure that you have the extra dependencies required to install the docs
.. code:: bash
pip install -r docs_requirements.txt
Go to the directory
docsand
.. code:: bash
make html
This generate a webpage, index.html, in
docs/_build/htmlwith the rendered html.
QCoDeS strictly adheres to the
Microsoft Open Source Code of Conduct__
The QCoDeS instrument drivers developed by the members of the QCoDeS community but not supported by the QCoDeS developers are contained in
https://github.com/QCoDeS/Qcodescontribdrivers
See
Contributing__ for general information about bug/issue reports, contributing code, style, and testing.
See
License__.
.. |Build Status Github| image:: https://github.com/QCoDeS/Qcodes/workflows/Run%20mypy%20and%20pytest/badge.svg :target: https://github.com/QCoDeS/Qcodes/actions?query=workflow%3A%22Run+mypy+and+pytest%22 .. |Build Status Github Docs| image:: https://github.com/QCoDeS/Qcodes/workflows/build%20docs/badge.svg :target: https://github.com/QCoDeS/Qcodes/actions?query=workflow%3A%22build+docs%22 .. |Codacy badge| image:: https://api.codacy.com/project/badge/Grade/6c9e0e5712bf4c6285d6f717aa8e84fa :alt: Codacy Badge :target: https://app.codacy.com/manual/qcodes/Qcodes?utmsource=github.com&utmmedium=referral&utmcontent=QCoDeS/Qcodes&utmcampaign=BadgeGradeSettings .. |PyPi| image:: https://badge.fury.io/py/qcodes.svg :target: https://badge.fury.io/py/qcodes .. |PyPI python versions| image:: https://img.shields.io/pypi/pyversions/qcodes.svg :target: https://pypi.python.org/pypi/qcodes/ .. |DOCS| image:: https://img.shields.io/badge/read%20-thedocs-ff66b4.svg :target: http://qcodes.github.io/Qcodes .. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4651522.svg :target: https://doi.org/10.5281/zenodo.4651522