Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 463 Bytes

File metadata and controls

20 lines (19 loc) · 463 Bytes

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