carstenbauer / MonteCarlo.jl

Classical and quantum Monte Carlo simulations in Julia
https://carstenbauer.github.io/MonteCarlo.jl/dev/
Other
185 stars 18 forks source link
julia monte-carlo numerical-physics physics quantum-monte-carlo

logo

github-ci codecov DOI

MonteCarlo.jl is a Julia software library for the simulation of physical models by means of the Markov Chain Monte Carlo technique. The package implements classical and quantum Monte Carlo flavors which can be used to study spin systems, interacting fermions, and boson-fermion mixtures.

Look at the documentation for more information.


NOTICE

This package is currently undergoing a noticable transformation and the documentation is out of date. We hope to be able to update it soon.


Installation

In Julia REPL:

] add https://github.com/carstenbauer/MonteCarlo.jl

Authors