Metadata-Version: 2.3
Name: caqtus-suite
Version: 6.2.0
Summary: Package to control a cold atom experiment
Project-URL: Documentation, https://caqtus.readthedocs.io/en/stable/
Project-URL: Issues, https://github.com/light-scattering-io/caqtus/issues
Project-URL: Source, https://github.com/light-scattering-io/caqtus
Author-email: light-scattering-io <lecaqtus66@gmail.com>
License: Copyright 2024 Université Paris-Saclay
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License-File: license.md
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.12
Requires-Dist: aiosqlite>=0.20.0
Requires-Dist: anyio[trio]>=4.3.0
Requires-Dist: attrs>=23.2.0
Requires-Dist: cattrs>=23.2.3
Requires-Dist: eliot>=1.15.0
Requires-Dist: graphviz>=0.20.3
Requires-Dist: matplotlib>=3.8.3
Requires-Dist: multipledispatch>=1.0.0
Requires-Dist: numpy>=1.26.4
Requires-Dist: pint>=0.23
Requires-Dist: polars>=1.3
Requires-Dist: psycopg[binary]>=3.1.18
Requires-Dist: pydantic>=2.6.4
Requires-Dist: pyqtgraph>=0.13.4
Requires-Dist: pyside6>=6.6
Requires-Dist: python-benedict>=0.33.2
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: qtawesome>=1.3.0
Requires-Dist: returns>=0.22.0
Requires-Dist: scipy>=1.12.0
Requires-Dist: setuptools
Requires-Dist: sqlalchemy-utils>=0.41.1
Requires-Dist: sqlalchemy>=2.0.28
Requires-Dist: sympy>=1.12
Requires-Dist: tblib>=3.0.0
Requires-Dist: token-utils>=0.1.8
Requires-Dist: typing-extensions>=4.10.0
Description-Content-Type: text/markdown

# Caqtus

[![PyPI](https://img.shields.io/pypi/v/caqtus-suite)](https://pypi.org/project/caqtus-suite/)
[![doc](https://readthedocs.org/projects/docs/badge/?version=latest)](https://caqtus.readthedocs.io)

The `caqtus` package can be used to run precisely timed cold atom experiments.

<img src="doc/source/_static/screenshot.png" width="960" alt="Screenshot of the GUI">

The graphical interface is based on the table format used for example for the [Cicero Word Generator](https://github.com/akeshet/Cicero-Word-Generator).

However, the architecture and modularity are similar from the [Labscript Suite](https://github.com/labscript-suite).

## Installation

```bash
pip install caqtus-suite
```

## Configuration

*TODO*
