mol_Dynamics and mol_MonteCarlo should have switches for output of formatted files (pos...xyz und vel...xyz) (or equivalent gro, dcd, ... -files) and/or for output of unformatted MATLAB binary files (containing e.g. the whole structure 'dynamics' (mds...mat)
Diff:
possible input could be as follows
dynamics.save.frequency = 100
dynamics.save.pos = true;
dynamics.save.vel = true;
dynamics.save.mds = true;
Write potential energy, kinetic energy, temperature etc to data file. Formats: .edr (Gromacs) or .ener (CP2K) or what else?!?
Write forces to data file. To be used in MetaStable analysis (to compare against effect of internal centrifugal forces on radii of gyration).
Diff:
Also to be considered: gro as alternative to xyz. Advantage would be specification of simulation box!
Diff:
Diff: