Skip to content

Latest commit

 

History

History

VQE_openfermion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Variational Quantum Eigensolver

Setup your python environment

  1. set your Python environment in Julia
julia> ENV["PYTHON"] = "... path of the python executable ..."
  1. install PyCall
pkg> add PyCall
pkg> build PyCall
  1. install OpenFermion
pip install openfermion
  1. run H2_OpenFermion example
julia examples/VQE/H2_OpenFermion.jl