Metadata-Version: 2.3
Name: ga4qc
Version: 0.3.0
Summary: genetic algorithms for quantum circuits
License: MIT
Keywords: genetic algorithms,moo,search-based optimization,quantum computing,quantum circuits
Author: Christoph Stein
Author-email: christoph.stein@jku.at
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Provides-Extra: test
Requires-Dist: deap (==1.4.2)
Requires-Dist: numpy (==2.2.1)
Requires-Dist: pytest ; extra == "test"
Requires-Dist: quasim (==1.0.0)
Requires-Dist: scipy (==1.15.1)
Project-URL: Bug Tracker, https://github.com/westoun/ga4qc/issues
Project-URL: Documentation, https://github.com/westoun/ga4qc
Project-URL: Homepage, https://github.com/westoun/ga4qc
Project-URL: Repository, https://github.com/westoun/ga4qc
Description-Content-Type: text/markdown

# ga4qc


## Dev

### Install

```bash
pip install -e .
```


