next up previous contents index
Next: Writing Trajectories Up: Reading Trajectories Previous: Syntax

Example

The example below reads frames from a fictitious molecular dynamics trajectory of two files until the last frame is reached:

read trajectory
  
  asci=true
  input=pti_00_50.crd
  input=pti_50_100.crd
  begin=1000 skip=1000 stop=100000

end

while ($status # "COMPLETE") loop traj

  read trajectory next end

end loop traj



Web Manager
Sat Mar 11 09:37:37 PST 1995