SmoQySuite / JDQMCFramework.jl

Exports suite of types and routines to simplify writing a DQMC code.
MIT License
5 stars 2 forks source link

JDQMCFramework.jl

Stable Dev Build Status Coverage

This package exports a suite of types and routines that significantly simplify the process of writing a determinant quantum Monte Carlo (DQMC) code.

Funding

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.

Installation

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")

Documentation

Citation

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}
}