Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 773 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 773 Bytes

Sampling random walks in confined geometries

Scripts for simulations and data analysis for

Adorisio, M., Pezzotta, A., de Mulatier, C., Micheletti, C., & Celani, A. ''Exact and Efficient Sampling of Conditioned Walks'' J. Stat. Phys., 170 (1), 79–100. (2017)

Authors: Matteo Adorisio and Alberto Pezzotta

To compile and use

  1. compile auxiliary programs for random numbers, and go to the main file directory
	cd devel/random && make && cd ../../main
  1. compile and link all programs in the tree
	make
  1. run on a single processor via ./cylinder, or mpirun cylinder for multiple paralle runs. See run.py script for running with different parameter sets.