-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
46 lines (43 loc) · 1.13 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = quantum-gates
version = 2.0.0
author = M. Grossi, G. D. Bartolomeo, M. Vischi, P. Da Rold, R. Wixinger
author_email = [email protected], [email protected], [email protected], [email protected], [email protected]
description = Quantum Noisy Gates Simulation with Python
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
url = https://github.com/CERN-IT-INNOVATION/quantum-gates/
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: Unix
Topic :: Scientific/Engineering :: Mathematics
[options]
zip_safe = False
package_dir =
= src
packages=find:
python_requires = >=3.9
install_requires =
numpy>=1.22
qiskit-aer>=0.15.0
qiskit>=1.2
qiskit-ibm-runtime>=0.28.0
scipy
matplotlib
pylatexenc
opt-einsum
pytest
python-dotenv
build
[options.packages.find]
where = src
[options.extras_require]
demo =
jupyter
docs =
sphinx>=4.5.0
sphinx-rtd-theme>=1.0.0
sphinxcontrib-napoleon>=0.7
sphinx-autoapi>=2.0.1