This repository is a historical fork of QCoDeS 0.1.11, a Python-based data acquisition framework for computer-controlled experiments. It is retained as an archive and may be incompatible with current Python versions and hardware driver stacks.
For the maintained project and current documentation, see QCoDeS on GitHub.
This fork declares support for Python 3.5+ and pins dependencies in
setup.py. Create an environment compatible with those constraints, then
install from the repository root:
pip install .To build the documentation, install its additional requirements and run the
provided Makefile from docs:
pip install -r docs_requirements.txt
cd docs
make html-apiThe rendered documentation is written to docs/_build/html/index.html.
See CONTRIBUTING.rst for the historical contribution, style, and testing
notes retained with this fork.
See LICENSE.rst.