This package exports a suite of types and routines that significantly simplify the process of writing a determinant quantum Monte Carlo (DQMC) code.
The development of this code was supported by the U.S. Department of Energy, Office of Science, Basic Energy Sciences, under Award Number DE-SC0022311.
To install JDQMCFramework.jl, simply open the Julia REPL and run the commands
julia> ]
pkg> add JDQMCFramework
or equivalently via Pkg
do
julia> using Pkg; Pkg.add("JDQMCFramework")
- STABLE: Documentation for the latest version of the code published to the Julia
General
registry. - DEV: Documentation for the latest commit to the
master
branch.
If you found this library to be useful in the course of academic work, please consider citing us:
@misc{SmoQyDQMC,
title={SmoQyDQMC.jl: A flexible implementation of determinant quantum Monte Carlo for Hubbard and electron-phonon interactions},
author={Benjamin Cohen-Stead and Sohan Malkaruge Costa and James Neuhaus and Andy Tanjaroon Ly and Yutan Zhang and Richard Scalettar and Kipton Barros and Steven Johnston},
year={2023},
eprint={2311.09395},
archivePrefix={arXiv},
primaryClass={cond-mat.str-el},
url={https://arxiv.org/abs/2311.09395}
}