Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Classical and quantum Monte Carlo simulations in Julia
https://github.com/carstenbauer/MonteCarlo.jl

julia monte-carlo numerical-physics physics quantum-monte-carlo

Last synced: 12 days ago
JSON representation

Classical and quantum Monte Carlo simulations in Julia

Awesome Lists containing this project

README

        

![logo](https://github.com/carstenbauer/MonteCarlo.jl/blob/master/docs/src/assets/logo.png)

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://carstenbauer.github.io/MonteCarlo.jl/dev)
[![github-ci](https://github.com/carstenbauer/MonteCarlo.jl/workflows/Run%20tests/badge.svg)](https://github.com/carstenbauer/MonteCarlo.jl/actions?query=workflow%3A%22Run+tests%22)
[![codecov][codecov-img]](http://codecov.io/github/carstenbauer/MonteCarlo.jl?branch=master)
![](https://img.shields.io/badge/lifecycle-experimental-orange.svg)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3819449.svg)](https://doi.org/10.5281/zenodo.3819449)

[travis-img]: https://img.shields.io/travis/carstenbauer/MonteCarlo.jl/master.svg?label=Linux+/+macOS
[appveyor-img]: https://img.shields.io/appveyor/ci/carstenbauer/montecarlo-jl/master.svg?label=Windows
[codecov-img]: https://img.shields.io/codecov/c/github/carstenbauer/MonteCarlo.jl/master.svg?label=codecov

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](https://carstenbauer.github.io/MonteCarlo.jl/dev/) 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:
```julia
] add https://github.com/carstenbauer/MonteCarlo.jl
```

## Authors

* Carsten Bauer ([github](https://github.com/carstenbauer))
* Frederic Freyer ([github](https://github.com/ffreyer))