Skip to content
/ qtics Public

Collection of tools to handle instrumentation of the biqute lab

License

Notifications You must be signed in to change notification settings

biqute/qtics

Repository files navigation

Qtics - Quantum Technologies Instrumentation ControlS

docs Lint-Pytest-Mypy

Overview

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.

Documentation

You can find the latest documentation here.

Installation instructions

Stable version:

To install the latest released version, you can use the standard pip command:

pip install qtics

Latest version:

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

License

Qtics is licensed under the Apache License 2.0. See the LICENSE file for details.