Skip to content

dlactivematter/persistent-exclusion-process

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Persistent Exclusion Process

This is a Python and C implementation of the persistent exclusion process (see Sepulveda and Soto PRL 2017), using ctypes.


Installation

On cluster (BLUEPEBLLE)

# Clone onto machine
git clone https://github.com/dlactivematter/persistent-exclusion-process
cd persistent-exclusion-process

# Prepare local environment
mkdir data
source .env_bp

# Compile the lattice ctype
cd src/c
make

In the folder src one can find all the Python scripts.

Generating dataset

python3 sampler.py --density <DENSITY>

Add the flag --odd to produce the odd set of tumbling rate. Run both with and without the flag to generate the full dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 84.3%
  • C 15.3%
  • Other 0.4%