diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | qolab/__init__.py | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ # qolab -Collection of function and classes to run experimental hardware -and data analysis with python. +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. diff --git a/qolab/__init__.py b/qolab/__init__.py index 1fc1f39..2a4e1f6 100644 --- a/qolab/__init__.py +++ b/qolab/__init__.py @@ -1,2 +1,2 @@ -""" Collection of method useful in the quantum optics lab: qolab """ +""" Classes and functions useful for the quantum optics lab: qolab """ __version__ = "0.16" |