|
41 | 41 | license='Apache 2',
|
42 | 42 | author='The OpenFermion Developers',
|
43 | 43 |
|
44 |
| - maintainer="Google Quantum AI open-source maintainers", |
45 |
| - maintainer_email="[email protected]", |
| 44 | + maintainer='Google Quantum AI open-source maintainers', |
| 45 | + maintainer_email='[email protected]', |
46 | 46 | description=('The electronic structure package for quantum computers.'),
|
47 | 47 | long_description=long_description,
|
48 | 48 | python_requires='>=3.10.0',
|
|
53 | 53 | include_package_data=True,
|
54 | 54 | package_data={
|
55 | 55 | '': [
|
| 56 | + os.path.join('src', 'openfermion', 'resource_estimates', 'integrals', '*.h5'), |
56 | 57 | os.path.join('src', 'openfermion', 'testing', '*.npy'),
|
57 | 58 | os.path.join('src', 'openfermion', 'testing', '*.hdf5'),
|
58 | 59 | ]
|
59 | 60 | },
|
60 | 61 | classifiers=[
|
61 |
| - "Development Status :: 5 - Production/Stable", |
62 |
| - "Intended Audience :: Developers", |
63 |
| - "Intended Audience :: Education", |
64 |
| - "Intended Audience :: Science/Research", |
65 |
| - "License :: OSI Approved :: Apache Software License", |
66 |
| - "Operating System :: MacOS", |
67 |
| - "Operating System :: Microsoft :: Windows", |
68 |
| - "Operating System :: POSIX :: Linux", |
69 |
| - "Programming Language :: Python :: 3", |
70 |
| - "Programming Language :: Python :: 3.10", |
71 |
| - "Programming Language :: Python :: 3.11", |
72 |
| - "Programming Language :: Python :: 3.12", |
73 |
| - "Programming Language :: Python :: 3.13", |
74 |
| - "Topic :: Scientific/Engineering :: Chemistry", |
75 |
| - "Topic :: Scientific/Engineering :: Quantum Computing", |
| 62 | + 'Development Status :: 5 - Production/Stable', |
| 63 | + 'Intended Audience :: Developers', |
| 64 | + 'Intended Audience :: Education', |
| 65 | + 'Intended Audience :: Science/Research', |
| 66 | + 'License :: OSI Approved :: Apache Software License', |
| 67 | + 'Operating System :: MacOS', |
| 68 | + 'Operating System :: Microsoft :: Windows', |
| 69 | + 'Operating System :: POSIX :: Linux', |
| 70 | + 'Programming Language :: Python :: 3', |
| 71 | + 'Programming Language :: Python :: 3.10', |
| 72 | + 'Programming Language :: Python :: 3.11', |
| 73 | + 'Programming Language :: Python :: 3.12', |
| 74 | + 'Programming Language :: Python :: 3.13', |
| 75 | + 'Topic :: Scientific/Engineering :: Chemistry', |
| 76 | + 'Topic :: Scientific/Engineering :: Quantum Computing', |
76 | 77 | ],
|
77 | 78 | keywords=[
|
78 |
| - "algorithms", |
79 |
| - "api", |
80 |
| - "application programming interface", |
81 |
| - "chemistry", |
82 |
| - "cirq", |
83 |
| - "electronic structure", |
84 |
| - "fermion", |
85 |
| - "fermionic systems", |
86 |
| - "google quantum", |
87 |
| - "google", |
88 |
| - "hamiltonians", |
89 |
| - "high performance", |
90 |
| - "nisq", |
91 |
| - "noisy intermediate-scale quantum", |
92 |
| - "python", |
93 |
| - "quantum algorithms", |
94 |
| - "quantum chemistry", |
95 |
| - "quantum circuit simulator", |
96 |
| - "quantum circuit", |
97 |
| - "quantum computer simulator", |
98 |
| - "quantum computing", |
99 |
| - "quantum development kit", |
100 |
| - "quantum programming language", |
101 |
| - "quantum programming", |
102 |
| - "quantum simulation", |
103 |
| - "quantum", |
104 |
| - "qubit hamiltonians", |
105 |
| - "qubit", |
106 |
| - "sdk", |
107 |
| - "simulation", |
108 |
| - "software development kit", |
| 79 | + 'algorithms', |
| 80 | + 'api', |
| 81 | + 'application programming interface', |
| 82 | + 'chemistry', |
| 83 | + 'cirq', |
| 84 | + 'electronic structure', |
| 85 | + 'fermion', |
| 86 | + 'fermionic systems', |
| 87 | + 'google quantum', |
| 88 | + 'google', |
| 89 | + 'hamiltonians', |
| 90 | + 'high performance', |
| 91 | + 'nisq', |
| 92 | + 'noisy intermediate-scale quantum', |
| 93 | + 'python', |
| 94 | + 'quantum algorithms', |
| 95 | + 'quantum chemistry', |
| 96 | + 'quantum circuit simulator', |
| 97 | + 'quantum circuit', |
| 98 | + 'quantum computer simulator', |
| 99 | + 'quantum computing', |
| 100 | + 'quantum development kit', |
| 101 | + 'quantum programming language', |
| 102 | + 'quantum programming', |
| 103 | + 'quantum simulation', |
| 104 | + 'quantum', |
| 105 | + 'qubit hamiltonians', |
| 106 | + 'qubit', |
| 107 | + 'sdk', |
| 108 | + 'simulation', |
| 109 | + 'software development kit', |
109 | 110 | ],
|
110 | 111 | )
|
0 commit comments