Skip to content

This starter kit contains templates and necessary binaries to start simulating right away.

Notifications You must be signed in to change notification settings

chrisfroe/readdy-sim-StarterKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome! Glad you intend to use ReaDDy for your particle-based reaction-diffusion simulations. This is a quick starting package that sets you up right away.

Run a simulation right away:

  1. go into simulation folder

cd sim

  1. run the simulation

./run.sh

Look at the simulation

  1. download VMD:

http://www.ks.uiuc.edu/Research/vmd/

// if you are on a mac: open the .tcl script differently: Open VMD, click on 'File' in the upper left corner of the screen, click 'source' in the dropdown menu, and choose the StarterKitPath/sim/output/out_traj.xml.VMD.tcl to view it.

  1. have a look at your simulation trajectory:

vmd -e output/out_traj.xml.VMD.tcl

// The _bin_VMD-Visualizer automatically creates a vmd readable xyz trajectory from the readdy xml output and provides a VMD .tcl script to view it right away

Change the simulation parameters:

You will find all simulation parameters in

cd input

About

This starter kit contains templates and necessary binaries to start simulating right away.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.1%
  • Tcl 21.9%