Welcome to QuChem’s documentation!¶
quchem is a python library for quantum chemistry VQE simulations.
The quchem module:
- Uses Psi4 to obtain the molecular Hamiltonian of a system of interest
- The openfermion library converts this to a qubit Hamiltonian
- Currently only the Jordan-Wigner transform is used
To Install¶
quchem is a pure python package. The code is hosted on github and if the dependencies are satisfied, a development version can be installed directly by cloning the github repo:
git clone https://github.com/AlexisRalli/VQE-code.git
and running:
python setup.py develop
Guide¶
Contents: