Skip to content
Snippets Groups Projects
Commit 251bcf02 authored by hchou10's avatar hchou10
Browse files

Update README.md

parent a4cf02f5
Branches master
No related tags found
No related merge requests found
This is my mini-arbd simulation package. The rigid-body is described as a collection of particles which do not have relative motion. This is my mini-arbd simulation package. The rigid-body is described as a collection of particles which do not have relative motion.
I also add a test directory containing an example of how to simulate a system with thousands of proteins in NPC-like system. I also add a test directory containing an example of how to simulate a system with thousands of proteins in NPC-like system.
cd test/npc_proteins/ cd test/npc_proteins/;
ln -s ../../mini_arbd ln -s ../../mini_arbd;
./mini_arbd min_arbd.bd output > log & ./mini_arbd min_arbd.bd output > log &
A trajectory named output.dcd will be generated with a log file named log. A trajectory named output.dcd will be generated with a log file named log.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment