Skip to content
Snippets Groups Projects
  1. May 09, 2017
  2. May 04, 2017
    • Giovanni Bussi's avatar
      headers · 9d462172
      Giovanni Bussi authored
      Notice that almost all files were updated with the astyle commit
      2813d759
      
      Year in header is here updated to 2017
      9d462172
  3. Apr 25, 2017
  4. Apr 21, 2017
  5. Mar 29, 2017
  6. Mar 28, 2017
  7. Mar 05, 2017
  8. Jul 04, 2016
  9. Mar 09, 2016
  10. Feb 26, 2016
  11. Jan 30, 2016
  12. Jan 11, 2016
  13. Jan 08, 2016
  14. Aug 07, 2015
    • Gareth Tribello's avatar
      Changed read in of vessels slightly · eba6e72b
      Gareth Tribello authored
      This change makes it possible to calculate the average x component
      of a the vector defining the orientation of a molecule by using something like
      MOLECULES MOL1=1,2 MOL2=3,4 MEAN={COMPONENT=2}
      eba6e72b
  15. May 17, 2015
    • Giovanni Bussi's avatar
      Cleanup doc · 3cbeed5e
      Giovanni Bussi authored
      Only add to the manual RESTART UPDATE_FROM and UPDATE_UNTIL
      in the actions for which this makes sense
      3cbeed5e
  16. Jan 27, 2015
  17. Jan 26, 2015
  18. Jan 24, 2015
    • Giovanni Bussi's avatar
      Per action restart · 77573a0e
      Giovanni Bussi authored
      Allow individual action to set restart, using RESTART=YES or
      RESTART=NO. By default, RESTART=AUTO, that means that global
      restart settings are used.
      
      Notice that this required to change the way OFile knows about
      restart. Indeed, if the file is linked to an action,
      it should use Action::getRestart instead of PlumedMain::getRestart.
      77573a0e
  19. Nov 24, 2014
    • Giovanni Bussi's avatar
      Fixed manual again · 7a3894f3
      Giovanni Bussi authored
      I found out how to remove UPDATE_UNTIL/FROM from the manual of setup
      actions without breaking the code.
      7a3894f3
  20. Oct 28, 2014
    • Giovanni Bussi's avatar
      Fixed UPDATE_FROM check · 203eb82a
      Giovanni Bussi authored
      At least one of the two extremes should be inclusive. I decided to have
      UPDATE_FROM inclusive (and let UPDATE_UNTIL exclusive)
      203eb82a
  21. Oct 21, 2014
    • Giovanni Bussi's avatar
      Implemented UPDATE_FROM and UPDATE_UNTIL · b29f8ace
      Giovanni Bussi authored
      When specified, the update() method is only invoked
      within this time range. This allows to perform some tasks
      in a single simulation, e.g.:
      Equilibration + Metadynamics + umbrella sampling refinement
      with analysis of the last part only.
      
      Currently this is an optional flag for all the actions.
      I am not sure this is a good idea (currently update() method
      is only used in some ActionPilot), since this will make
      the keyword appear in every manual page.
      However, since the update method is in principle available on all
      the actions I preferred to add these keywords everywhere.
      
      Fixes #65
      b29f8ace
  22. Aug 27, 2014
  23. Jun 25, 2014
  24. Dec 06, 2013
    • Giovanni Bussi's avatar
      Changed Dependencies from set to vector · 3edb0c8b
      Giovanni Bussi authored
      This makes it such the order in which dependencies are activated
      is deterministic. It is related to a bug (#51) which was already fixed
      by changing the way prepare() works in multicolvar. Anyway, I commit
      this change because I think it is clearer if, in a multiple proc simulation,
      all the procs prepare all the actions in the very same order.
      3edb0c8b
  25. Oct 15, 2013
  26. Oct 09, 2013
  27. Jul 28, 2013
  28. Jun 03, 2013
    • Giovanni Bussi's avatar
      More robust checks with replica exchange and neighbor list · 2dfcd7ff
      Giovanni Bussi authored
      Now the code crashes in the following cases:
      1. An exchange is attempted on a step where neighbor list for COORDINATION
      (or DHENERGY) are not updated
      2. An exchange is attempted and neighbor list for PATHMSD or PROPERTYMAP are enabled.
      
      The second should be fixed better to allow using strides for lists which are
      divisor of the stride between steps. The better thing will likely come later, at least
      the code is safe now.
      2dfcd7ff
  29. May 06, 2013
  30. Apr 17, 2013
  31. Mar 22, 2013
  32. Jan 16, 2013
  33. Jan 09, 2013
  34. Dec 17, 2012
Loading