StochasticSeriesExpansion.jl

Author lukas-weber
Popularity
8 Stars
Updated Last
1 Month Ago
Started In
April 2023

StochasticSeriesExpansion

Docs dev Docs stable CI

This is a state-of-the-art implementation of the stochastic series expansion quantum Monte Carlo (QMC) algorithm [1] with abstract loop updates [2], which allow the efficient simulation of many different bosonic lattice models in different computational bases using the same code.

StochasticSeriesExpansion is aimed both at

  • Nonspecialists who want to produce unbiased QMC data for comparison against experiments or other methods, and
  • Specialists who want to extend it to study novel models and phenomena.

Out of the box, it can simulate common quantum magnet Hamiltonians, but it can be easily extended to arbitrary models by providing a bond Hamiltonian matrix.

It is built on the Carlo framework.

Getting started

To start, install Carlo and StochasticSeriesExpansion in Julia

using Pkg
Pkg.add("Carlo")
Pkg.add("StochasticSeriesExpansion")

References

[1] A. W. Sandvik, Phys. Rev. B 59, R14157(R) (1999)

[2] L. Weber, A. Honecker, B. Normand, P. Corboz, F. Mila, S. Wessel, SciPost Phys. 12, 054 (2022)