Qtics is a collection of tools designed to facilitate the instrumentation of the BiQuTe Cryogenic Laboratory.
In the experiments folder, some experiments are provided as examples, along with various helpers.
You can find the latest documentation here.
To install the latest released version, you can use the standard pip command:
pip install qtics
To install the latest version, unreleased, you can first clone the repository with:
git clone https://github.com/biqute/qtics.git
then to install it in normal mode:
pip install .
Use poetry to install the latest version in developer mode, remember to also install the pre-commits!
poetry install --with docs,analysis,experiments
pre-commit install
Qtics is licensed under the Apache License 2.0. See the LICENSE file for details.