Skip to content
Snippets Groups Projects
  1. Apr 06, 2017
  2. Jul 15, 2016
  3. Aug 03, 2015
  4. Jul 07, 2015
  5. Jul 02, 2015
  6. Feb 02, 2015
  7. Dec 06, 2014
  8. Jun 03, 2014
  9. Apr 14, 2014
  10. Jan 03, 2014
  11. May 21, 2013
    • Giovanni Bussi's avatar
      Removed Latex manual · 6bad1e77
      Giovanni Bussi authored
      It was wasting space (especially the developer one) and anyway improperly
      formatted. Could be readded later if we fix formatting.
      6bad1e77
  12. May 16, 2013
  13. Mar 26, 2013
    • Giovanni Bussi's avatar
      Improved developer doc · d50ad41c
      Giovanni Bussi authored
      Changed Doxygen options so that full source is included. Source 
      files are also easier to be navigated in the browser now.
      d50ad41c
  14. Nov 23, 2012
    • Giovanni Bussi's avatar
      Source tree reorganization · 07d51f5a
      Giovanni Bussi authored
      All the source code have been moved into subdirectories of src/
      Some of these subdirectories are treated in a special manner:
      src/wrapper contains the wrappers for MD codes
      src/main contains the main.cpp file
      src/config contains files generated without compilation,
        just based on configuration info
      src/lib is the place where executables and libraries are put
        at the end
      src/cltools contains the command line tools
      src/tools contains plumed tools (reusable classes)
      src/basic contains PlumedMain, Action hierarchy and other basic stuff
      src/multicolvar contains MultiColvar stuff
      src/imd is the interactive MD (still not totally portable).
      
      Notice that, to allow easy inclusion of .h files from other modules,
      I link all the directories in src/ into module directory. In this
      way it is possible e.g. to write #include "config/PlumedConfig.h"
      
      See src/README and src/basic/Makefile to understand how inter-module
      dependencies are set
      07d51f5a
  15. Sep 26, 2012
    • Gareth Tribello's avatar
      Stuff for templates and changes to developer + user manuals · bc7694f0
      Gareth Tribello authored
      Added a tool for generating template versions of the various collective
      variables.  This involved changing the secondary structure variables
      work (by default you now do LESS_THAN).  In addition, plumed now understands
      that atoms can be specified in multiple ways sometimes.
      
      Also changed the developer manual so as to make it easier to find the
      tutorials
      bc7694f0
  16. Sep 24, 2012
  17. Jul 12, 2012
  18. Jul 05, 2012
  19. Feb 15, 2012
  20. Jun 30, 2011
  21. Jun 29, 2011
  22. Jun 16, 2011
    • Giovanni Bussi's avatar
      Initial version · 4e6818a6
      Giovanni Bussi authored
      This is the draft version that I prepared and that we will use as
      a starting point. Still it is a bit dirty, and I will try to improve
      documentation and delete unused routines
      4e6818a6
Loading