Metadata-Version: 2.1
Name: entanglement-forging
Version: 0.2.1
Summary: Simulate chemical and physical systems using entanglement forging.
Home-page: https://github.com/qiskit-community/prototype-entanglement-forging
Maintainer: Caleb Johnson
Maintainer-email: caleb.johnson@ibm.com
License: Apache 2.0
Keywords: quantum,nature,simulation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
License-File: LICENSE.txt
Requires-Dist: qiskit (==0.35.0)
Requires-Dist: qiskit-nature (==0.3.2)
Requires-Dist: pyscf (==2.0.1)
Requires-Dist: h5py (==3.6.0)
Requires-Dist: matplotlib (==3.5.1)
Requires-Dist: ipywidgets (==7.6.5)
Requires-Dist: jupyter
Provides-Extra: dev
Requires-Dist: build ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: treon ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: click (==8.0.4) ; extra == 'dev'
Requires-Dist: black (==22.3.0) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: treon ; extra == 'test'
Requires-Dist: click (==8.0.4) ; extra == 'test'
Requires-Dist: black (==22.3.0) ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

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.
