Skip to content

Exports suite of types and routines to simplify writing a DQMC code.

License

Notifications You must be signed in to change notification settings

SmoQySuite/JDQMCFramework.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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.

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

About

Exports suite of types and routines to simplify writing a DQMC code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages