Skip to content

UnofficialJuliaMirrorSnapshots/RRRMC.jl-ff70551f-00bc-5e1a-85c4-e17d0b71e9c9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRRMC.jl

Documentation Build Status Releases
DOI

This code implements the Reduced-Rejection-Rate (RRR) Monte Carlo method for Ising spin models described in the paper "A method to reduce the rejection rate in Monte Carlo Markov Chains" by C. Baldassi, J. Stat. Mech. Theor. Exp., (2017) 3, 033301 doi:10.1088/1742-5468/aa5335 (arXiv).

It also provides:

The code is written in Julia. It requires Julia 1.0.

Installation

To install the package, use Julia's package manager: from the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add RRRMC

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("RRRMC")

Dependencies will be installed automatically.

Documentation

  • STABLE — stable version of the documentation
  • LATESTin-development version of the documentation.

About

Last snapshots taken from https://github.com/UnofficialJuliaMirror/RRRMC.jl-ff70551f-00bc-5e1a-85c4-e17d0b71e9c9 on 2019-11-13T10:54:44.218-05:00 by @UnofficialJuliaMirrorBot via Travis job 152.30 , triggered by Travis cron job on branch "master"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages