Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.31 KB

Carlo.jl

Docs dev Docs stable CI codecov

Carlo is a framework for developing high-performance, distributed (quantum) Monte Carlo simultations. Its aim is to take care of model-independent tasks such as

  • autocorrelation and error analysis,
  • Monte-Carlo-aware MPI scheduling, and
  • checkpointing

while leaving all the flexibility of implementating Monte Carlo updates and estimators to you.

Getting started

To install the package, type

using Pkg; Pkg.add("Carlo")

The package itself does not include Monte Carlo algorithms. The quickest way to see how to implement one yourself is to check out the reference implementation for the Ising model. For a state-of-the-art Monte Carlo code, take a look at StochasticSeriesExpansion.jl.