Skip to content

Commit

Permalink
Readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmanelli committed Oct 14, 2014
1 parent 6586fd0 commit 10ae0f7
Showing 1 changed file with 11 additions and 22 deletions.
33 changes: 11 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,32 +55,21 @@ Input conventions
thermo
#END_THERMO_INFO
#OP_
#OP
fix F1 etc
#DOP_
dump ID etc
#ROP_
restart 10000 etc
#THOP_
thermo 100
#TSOP_
timestep 0.002
#RUNOP_
run 50000
#UDOP_
undump OUT1
#UFIX_
unfix F1
PLEASE FOLLOW THIS ORDER TO GUARANTEE THE PROPER FILE PARSING
Don't omit any of them. If you don't want to use a command, just add
a "#" at than line:
[...]
#THERMO_INFO
#
#END_THERMO_INFO

#OP_
#OP
fix F2 etc
[...]
If two different code blocks (run command) use the same fix, let the stack
know this by adding an empty comment line where a fix would be placed. This allows
the proper computation of run command's steps left.

#OP
#

When a stopped simulation is found, this program searches for a file called
Expand Down

0 comments on commit 10ae0f7

Please sign in to comment.