Skip to content

Parallel tempering MCMC sampler package written in Python

License

Notifications You must be signed in to change notification settings

potatoxia/PTMCMCSampler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTMCMCSampler

DOI

MPI enabled Parallel Tempering MCMC code written in Python.

Please visit http://jellis18.github.io/PTMCMCSampler/ for documentation.

Attribution

If you make use of this code, please cite:

@misc{justin_ellis_2017_1037579,
  author       = {Justin Ellis and
                  Rutger van Haasteren},
  title        = {jellis18/PTMCMCSampler: Official Release},
  month        = oct,
  year         = 2017,
  doi          = {10.5281/zenodo.1037579},
  url          = {https://doi.org/10.5281/zenodo.1037579}
}

Installation

The PTMCMCSampler is available from PyPI. The easiest way to install is via pip:

pip install PTMCMCSampler

Python 3

In order for the sampler to run correctly with Python 3 kernels the GitHub version of acor needs to be installed. (Currently the PyPI version is behind the GitHub version.) It can be easily installed with:

pip install git+https://github.com/dfm/acor.git@master

About

Parallel tempering MCMC sampler package written in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%