Metadata-Version: 2.4
Name: rydiqule
Version: 2.1.0
Summary: Rydberg Sensor Interactive Quantum Physics Module
Author: ARL and NAWCWD
License: Apache
Keywords: rydberg,atomic-physics,quantum-optics,atomic-sensors,electrometry
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: arc-alkali-rydberg-calculator>=3.5.0
Requires-Dist: numpy
Requires-Dist: scipy>=0.19.1
Requires-Dist: leveldiagram>=0.3.1
Requires-Dist: networkx
Requires-Dist: psutil
Requires-Dist: typing-extensions
Provides-Extra: backends
Requires-Dist: numba; extra == "backends"
Requires-Dist: cyrk>=0.12.1; extra == "backends"
Provides-Extra: docs
Requires-Dist: Sphinx==8.2.3; extra == "docs"
Requires-Dist: furo==2024.8.6; extra == "docs"
Requires-Dist: myst-nb==1.2.0; extra == "docs"
Requires-Dist: myst-parser==4.0.1; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinxext-opengraph; extra == "docs"
Requires-Dist: sphinx-inline-tabs; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: mypy
Requires-Dist: mypy; extra == "mypy"
Requires-Dist: numpy>=1.21; extra == "mypy"
Requires-Dist: lxml; extra == "mypy"
Requires-Dist: types-networkx; extra == "mypy"
Requires-Dist: types-psutil; extra == "mypy"
Provides-Extra: linter
Requires-Dist: ruff; extra == "linter"
Provides-Extra: dev
Requires-Dist: setuptools-scm; extra == "dev"
Dynamic: license-file

<img src="https://raw.githubusercontent.com/QTC-UMD/rydiqule/main/docs/source/img/Rydiqule_Logo_Transparent_300.png" alt="rydiqule" style="max-width: 100%;">

The Rydberg Interactive Quantum module is a modeling library designed to simulate
the response of Rydberg atoms to arbitrary input RF waveforms.
It also functions as a general master equation solver based on the semi-classical density matrix method.

[![PyPI](https://img.shields.io/pypi/v/rydiqule.svg)](https://pypi.org/project/rydiqule)
[![Conda Version](https://img.shields.io/conda/v/rydiqule/rydiqule)](https://anaconda.org/rydiqule/rydiqule)
[![Python Version](https://img.shields.io/pypi/pyversions/rydiqule.svg)](https://python.org)
[![License](https://img.shields.io/pypi/l/rydiqule.svg)](https://github.com/QTC-UMD/rydiqule/raw/main/LICENSE)
[![Docs](https://readthedocs.org/projects/rydiqule/badge/?version=latest)](https://rydiqule.readthedocs.io/)
[![DOI](https://img.shields.io/badge/DOI-10.1016%2Fj.cpc.2023.108952-goldenrod.svg)](https://doi.org/10.1016/j.cpc.2023.108952)

### Please cite as

B. N Miller, D. H. Meyer, T. Virtanen, C. M O'Brien, and K. C. Cox,
RydIQule: A Graph-based paradigm for modeling Rydberg and atomic sensors,
*Computer Physics Communications*, **294**, 108952 (2024)
[https://doi.org/10.1016/j.cpc.2023.108952](https://doi.org/10.1016/j.cpc.2023.108952)

## Installation

Installation can be done via pip or conda.
See the [documentation](https://rydiqule.readthedocs.io/page/installation.html) for details.

## Documentation

Documentation is available online at [readthedocs](https://rydiqule.readthedocs.io/).
PDF or EPUB formats of the documentation can be downloaded from the online documentation.

### Examples

Example jupyter notebooks that demonstrate RydIQule can be found in the documentation,
with back-links to download them directly from the github repository.

## Support

Creation of this software was supported in part by the Defense Advanced Research Projects Agency (DARPA) Quantum Apertures program, DEVCOM Army Research Laboratory, and the Quantum Technology Center at the University of Maryland.

## Disclaimer

The views, opinions and/or findings expressed are those of the authors and should not be interpreted as representing the official views or policies of the Department of Defense or the U.S. Government.

## Contact

This github repository is primarily for code distribution.
While we monitor it, 
responses to issues or pull requests posted to it may be limited.
If you would like a more detailed response from the developers,
please e-mail david.h.meyer3.civ@army.mil or kevin.c.cox29.civ@army.mil

### Contributing

We actively encourage contributions and collaboration in the development of rydiqule.
Unforunately, rydiqule's development is done privately, _for reasons_.
If you would like to submit a PR for all but the most trivial of changes,
please e-mail us directly so we can discuss the collaboration.

