Skip to content

dr-midhun/Gillespies-Stochastic-Simulation-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gillespie's Stochastic Simulation Algorithm

Step 0: Download dependencies:

Direct download link for CME codes: https://github.com/midhunks/Chemical-Master-Equation

MATLAB syntax to Download: In matlab, go to root directory where you want to save it, then download.
cd('rootfolder') % change it with appropriate folder
system('git clone https://github.com/midhunks/Chemical-Master-Equation.git')

MATLAB syntax to Update: In matlab, go to existing "Chemical-Master-Equation" directory and the update.
cd('Chemical-Master-Equation') % change it with appropriate folder
system('git pull https://github.com/midhunks/Chemical-Master-Equation.git')

About

Gillespie's Stochastic Simulation Algorithm using Chemical Master Equation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages