Skip to content

fork of stephan philips core_tools with equal1 customizations

License

equal1/core_tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core-tools

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.

Documentation

Core-tools documentation can be found in a couple of different locations.

Configuration

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

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 html

On Linux:

source .venv/bin/activate
pip install sphinx 
cd docs/
make html

You can now access the documentation by opening docs/build/html/index.html in your web-browser of choice.

Development

Running tests

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/

About

fork of stephan philips core_tools with equal1 customizations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.4%
  • QML 6.6%