Skip to content

Akshita07/Qcodes

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2020
Jul 17, 2020
May 17, 2019
Sep 8, 2020
Sep 17, 2020
Mar 20, 2018
Jun 10, 2020
Mar 11, 2020
Dec 5, 2019
Jun 18, 2020
Feb 10, 2020
Oct 28, 2016
May 1, 2019
Jul 23, 2019
Aug 18, 2020
Jun 18, 2020
Jun 9, 2016
Aug 14, 2020
Aug 10, 2020
Apr 16, 2020
Jul 13, 2020
Jun 9, 2020
Oct 9, 2019
Sep 9, 2020
Sep 2, 2020
Jul 23, 2019

Repository files navigation

QCoDeS PyPi DOCS PyPI python versions DOI

Build Status Azure Build Status Travis 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.magic are exclusively for Jupyter notebooks.

Install

In general, refer to here for installation.

Docs

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

pip install -r docs_requirements.txt

Go to the directory docs and

make html-api

This generate a webpage, index.html, in docs/_build/html with the rendered html.

Code of Conduct

QCoDeS strictly adheres to the Microsoft Open Source Code of Conduct

Contributing

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/Qcodes_contrib_drivers

See Contributing for general information about bug/issue reports, contributing code, style, and testing.

License

See License.

About

Modular data acquisition framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%