Skip to content
Snippets Groups Projects
  1. Jul 18, 2011
  2. Jul 17, 2011
  3. Jul 16, 2011
  4. Jul 15, 2011
    • Giovanni Bussi's avatar
      Quick fix for a bug I introduced today · 021b9aec
      Giovanni Bussi authored
      Basically plumed was crashing if NOT using ENERGY
      021b9aec
    • Giovanni Bussi's avatar
      Further cleanup · 5b21dacd
      Giovanni Bussi authored
      I moved around stuff related to the total energy, in such a way that
      energy CV is less different from the others. I also clarified the
      main flux in PlumedMain with several comments
      5b21dacd
    • Giovanni Bussi's avatar
      Tentative class WholeMolecules · 8e137f47
      Giovanni Bussi authored
      This is the equivalent of the old ALIGN_ATOMS directive.
      It is more flexible in that it admits multiple lists of linked
      atoms and can be applied multiple times.
      
      I also added a GenericDumpAtoms class to write down a .xyz of
      the stored (modified) positions, just to debug WholeMolecules.
      We may extend it to other formats (e.g. .pdb or .gro).
      
      (see manual)
      8e137f47
    • Giovanni Bussi's avatar
      Small cleanup · 28129c66
      Giovanni Bussi authored
      Pbc are now stored in ActionAtomistic only, and not in Atoms.
      This is more consistent: equivalently to atom positions,
      Pbc are local to the Action.
      28129c66
    • Giovanni Bussi's avatar
      Change in the workflow · 8c4d1f39
      Giovanni Bussi authored
      Now all operations to retrieve atoms and to apply forces
      are done by the ActionAtomistic class. This implies transfering
      a bit of the complexity in Atoms to ActionAtomistic, which
      is good. Also, it forces to follow a simpler scheme,
      where each ActionAtomistic is requiring a single list
      of atoms.
      
      The advantage is that atoms are retrieved in usual Action
      order (input file), so that it is easier to follow what the
      code is doing. This also opens the way to Actions that
      can modify the stored atomic positions for subsequent
      Actions.
      8c4d1f39
    • Giovanni Bussi's avatar
      Added += operators to Vector and Tensor · ea69fe24
      Giovanni Bussi authored
      ea69fe24
    • Giovanni Bussi's avatar
      7196b8e6
    • Giovanni Bussi's avatar
      Generation of dependencies is parallel with -j · 3c9b3d95
      Giovanni Bussi authored
      makefile.dep generation can now be done in parallel with make -j
      3c9b3d95
  5. Jul 14, 2011
Loading