Skip to content
Snippets Groups Projects
  1. Jan 08, 2016
  2. Aug 04, 2015
  3. Jul 19, 2015
  4. Jul 01, 2015
  5. Jun 11, 2015
  6. Apr 22, 2015
  7. Apr 09, 2015
  8. Mar 05, 2015
  9. Feb 11, 2015
    • Giovanni Bussi's avatar
      Added mass and charge file · 2dffd498
      Giovanni Bussi authored
      I added a new action DUMPMASSCHARGE and a new flag for driver --mc
      
      Fix #112
      
      Notice that I did it differently wrt what I wrote in the issue.
      Namely, I write mass and charges with an action (DUMPMASSCHARGE)
      and I make the driver capable of reading them (with --mc)
      2dffd498
  10. Oct 27, 2014
    • Giovanni Bussi's avatar
      Properly append suffix to xtc/trr files. · 5b5b6520
      Giovanni Bussi authored
      Since now plumed can write xtc/trr files, in a multi replica
      framework I think it makes more sense to add the replica suffix before
      the extension. That is, with DUMPATOMS FILE=test.xtc, we get
      files such as test.0.xtc and not test.xtc.0
      
      The same happens for trajectories read from the driver.
      
      Notice that this was already true for .gz files, and now applies
      for .xtc and .trr files. All other extensions are still ignored
      for backward compatibility.
      5b5b6520
    • Giovanni Bussi's avatar
      Implemented xdrfile in Driver · bd6d7af8
      Giovanni Bussi authored
      Now driver can read using --ixtc and --itrr with the xdrfile library.
      This is an alternative to molfile, and provides better support
      for cells of arbitrary shape.
      bd6d7af8
  11. Sep 29, 2014
    • Giovanni Bussi's avatar
      Added PLMD::molfile namespace · 5b8a2f08
      Giovanni Bussi authored
      Now all the types and functions declared in the
      local version of molfile plugins are properly wrapped
      in a namespace.
      
      Possibly fixes #110
      5b8a2f08
  12. Aug 29, 2014
  13. Aug 27, 2014
  14. Jun 25, 2014
  15. Jun 18, 2014
  16. Jun 08, 2014
    • Gareth Tribello's avatar
      Fixes to the manual · ed6b9f99
      Gareth Tribello authored
      Changes to the code are there so that I can reference the atoms
      page in the descriptions of keywords that read atom numbers.  I also
      changed the input to multicolvar functions.  I stopped using the ARG
      keyword in these actions and used DATA instead because you are refering
      to the data calculated in a multicolvar as opposed to a scalar quantity
      calculated by a particular action.
      ed6b9f99
  17. Feb 14, 2014
    • Giovanni Bussi's avatar
      Fixes #82 · 67c64d59
      Giovanni Bussi authored
      Sorry for this - on linux/intel it was compiling properly
      67c64d59
  18. Feb 13, 2014
  19. Jan 20, 2014
    • Toni G's avatar
      docs · 7389a498
      Toni G authored
      7389a498
  20. Jan 18, 2014
  21. Jan 17, 2014
  22. Dec 09, 2013
  23. Nov 14, 2013
  24. Oct 18, 2013
    • Giovanni Bussi's avatar
      Fixed stopflag in Driver · 92f468e8
      Giovanni Bussi authored
      I fixed the usage of stopflag in driver so that it is clearer
      that the program stops at the end of the present step and not
      at the beginning of the following. This is obviously equivalent,
      but shows that scope of the flag can be reduced to be defined
      at the inner of the MD loop.
      
      Even if this is not a bux fix, I consider it as paired with fix #47
      and I merge it to v2.0
      92f468e8
  25. Oct 16, 2013
  26. Oct 09, 2013
  27. Aug 25, 2013
  28. Jul 05, 2013
    • Giovanni Bussi's avatar
      Added framework to use driver on multiple trajectories · 1701fc1e
      Giovanni Bussi authored
      I adapted the debug replica exchange stuff. Since running on multiple
      trajectory could be useful, I leave --multi as a non-hidden option.
      
      I slightly changed behavior of the hidden flag --debug-grex (now one sets the exchange stride, not the number of replicas - the latter is set with --multi). Thus, a couple of retests had to be updated
      1701fc1e
  29. Jun 13, 2013
Loading