blob: b42cd1fd8d7558b0401f522c077b347db36625ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# qolab
Classes and functions useful for the quantum optics lab: qolab.
Designed to run experimental hardware and data analysis with python.
The package `qolab` was started in April 2021 by Eugeniy E. Mikhailov
within Quantum Optics Lab (QOLab), which explains it name.
## Installation
~~~~
pip install qolab
~~~~
## Build instructions
To build a python wheel package and put it in `./dist/` directory, run
~~~~~
flit build
~~~~~
|