Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carstenbauer/MonteCarlo.jl
- Owner: carstenbauer
- License: other
- Created: 2017-12-11T16:29:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T00:20:54.000Z (about 1 year ago)
- Last Synced: 2024-08-04T17:06:22.011Z (3 months ago)
- Topics: julia, monte-carlo, numerical-physics, physics, quantum-monte-carlo
- Language: Julia
- Homepage: https://carstenbauer.github.io/MonteCarlo.jl/dev/
- Size: 7.69 MB
- Stars: 184
- Watchers: 9
- Forks: 18
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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=codecovMonteCarlo.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))