diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 16:29:24 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 16:29:42 -0400 |
commit | 843eb8a8d287485f12b02d9561f78bc565700d0a (patch) | |
tree | ff312b127460183fa1481886b240f36ac592899c | |
parent | 800416a8f63649347d46d945574e4732b191a1ad (diff) | |
download | qolab-843eb8a8d287485f12b02d9561f78bc565700d0a.tar.gz qolab-843eb8a8d287485f12b02d9561f78bc565700d0a.zip |
modified description
-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" |