quaNtumFix Patching electronic structure methods with analog quantum computing.
Dependencies - pyscf
Installing pyscf
pip install pyscf
pyscf can also be built from source code, but for our usage, just pip installing it should be sufficient.
Workflow
- Initialize a molecule in pyscf.
- Generate electron repulsion integrals.
- Hartree Fock can be done to provide a good initial guess for a multireference method.
- Setup a multireference calculation
- Get Hamiltonian from pyscf
- Define your basis
- Translate basis into quantum computing language
- Basis transform the Hamiltonian
- Adiabatically evolve Hamiltonian on quantum computer
The work is in progress.