type MSD struct {
*msd.MSD// contains filtered or unexported fields
}
MSD is a structure specific to a Lammps Trajectory file. It contains the xyz
coordinates for the configurations that are in the memory and the position of
the xyz coordinates for the configurations that are not in the memory. It
also contains the number of columns and the position of the fields xu yu and zu.
Read is part of the MSD interface in the msd package. It reads the
configurations and put the last ones into memory. It also reads the position
of the lines of the configurations that won't be put in memory.