EXAMPLES
DUMP
write 30.0 OPEN alk-1.aux
occupy
atom_record 30
END
Writes history file and parameters file as specified in
auxiliary file alk-1.aux every 30.0 fs.
After execution the file alk-1.aux is rewritten by the
program and looks like
# Rewritten by Program
system_file 66 0 0
traject_file_1 1320 20 30
The numbers in columns 1 are the length of the file in records. The
numbers in the second columns and second row are the number of records
per point (calculated by the program) and the number of atoms per
record (given in input: see subcommand atom_record) in the
trajectory file traject_file_1. In the above example the
record length is 30*4*3 = 360 bytes, the total size of the file of
bytes, allocated at simulation start, is given by 30*3*4*1230 =
442800, and the total number of bytes dumped per phase space point is
given by 20*30*3*4 = 7200. |