This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
50 lines (47 loc) · 1.47 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
47
48
49
50
[metadata]
name = entanglement_forging
version = 0.2.1
url = https://github.com/qiskit-community/prototype-entanglement-forging
maintainer = Caleb Johnson
maintainer_email = caleb.johnson@ibm.com
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: MacOS
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics
license = Apache 2.0
description = Simulate chemical and physical systems using entanglement forging.
long_description = This module allows a user to simulate chemical and physical systems using a variational quantum eigensolver enhanced by entanglement forging. Entanglement forging doubles the size of the system that can be exactly simulated on a fixed set of quantum bits.
keywords = quantum, nature, simulation
[options]
packages = find:
install_requires=
qiskit==0.35.0
qiskit_nature==0.3.2
pyscf==2.0.1
h5py==3.6.0
matplotlib==3.5.1
ipywidgets==7.6.5
jupyter
[options.extras_require]
dev =
build
pytest
treon
tox
click==8.0.4
black==22.3.0
test =
treon
click==8.0.4
black==22.3.0
pytest