Performing variational quantum Monte Carlo (VMC) in Julia.
This is my project for the course, and is for educational purpose only. It's not, and probably will never be, ready for researches. And there will be much less updates in the future.
But I'm not stopping anyone to write VMC software based on this project, as long as the license is conformed.
Clone the repository and in Julia REPL, run
pkg> activate .
julia> using VariationalMC
julia> vmc(load_config("Li2.toml"; qmc_iterations=10))
See src/config.jl
Coming soon...