Core-tools is a light-weight dataset that supports common spin-qubit measurement practices. It features a local data storage solution, as well as tools for remote storage.
Core-tools documentation can be found in a couple of different locations.
For users associated with QuTech or the TU Delft, there are wiki-pages documenting how to set up a measurement environment using core-tools.
These pages are located on the QDLabs GitLab wiki.
To get started, have a look at the following pages: 'laptop/measurement-pc software installation', 'core-tools configuration', 'using sqdl' and 'gitlab credentials'.
Project documentation can be found as a set of markdown files in the docs/source directory, starting with docs/source/index.rst.
For convenience, it is possible to compile these documents into a set of HTML files that you can read in your browser.
On Windows:
.\.venv\Scripts\activate
pip install sphinx
cd docs/
make.bat htmlOn Linux:
source .venv/bin/activate
pip install sphinx
cd docs/
make htmlYou can now access the documentation by opening docs/build/html/index.html in your web-browser of choice.
Use pytest for running avaible tests. The package can be installed using pip.
Tests are located in the test/suite directory, and can be run with the
following command:
pytest test/suite/