aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 16:29:24 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 16:29:42 -0400
commit843eb8a8d287485f12b02d9561f78bc565700d0a (patch)
treeff312b127460183fa1481886b240f36ac592899c
parent800416a8f63649347d46d945574e4732b191a1ad (diff)
downloadqolab-843eb8a8d287485f12b02d9561f78bc565700d0a.tar.gz
qolab-843eb8a8d287485f12b02d9561f78bc565700d0a.zip
modified description
-rw-r--r--README.md5
-rw-r--r--qolab/__init__.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f0e7cce..58d0c53 100644
--- a/README.md
+++ b/README.md
@@ -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"