Skip to content
Snippets Groups Projects
  1. Sep 06, 2017
    • Giovanni Bussi's avatar
      Fixed documentation · 0162840a
      Giovanni Bussi authored
      Removed all examples mentioning matheval
      0162840a
    • Giovanni Bussi's avatar
      Removed libmatheval · 3c6645d7
      Giovanni Bussi authored
      I removed matheval everywhere in the code. Now, MATHEVAL
      (and CUSTOM) keywords are automatically using lepton (see #244).
      
      Notice that env var PLUMED_USE_LEPTON is now ignored.
      3c6645d7
  2. Aug 30, 2017
  3. Jul 23, 2017
  4. Jun 20, 2017
  5. Jun 19, 2017
    • Giovanni Bussi's avatar
      Using lepton in MATHEVAL · 5aad1b40
      Giovanni Bussi authored
      Notice that Lepton is always available but should be triggered with
      export PLUMED_USE_LEPTON=yes
      
      Also notice that to behave as matheval it requires defining a pi variable.
      5aad1b40
  6. Jun 07, 2017
  7. Jun 06, 2017
  8. May 12, 2017
  9. May 11, 2017
  10. 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
  11. Apr 26, 2017
    • Giovanni Bussi's avatar
      Syntax highlight in doc · 8c0b1386
      Giovanni Bussi authored
      I replaced
      verbatim
      endverbatim
      with
      plumedfile
      endplumedfile
      
      in (hopefully) all the places where it was appropriate.
      8c0b1386
  12. Apr 25, 2017
  13. Apr 21, 2017
  14. Jun 20, 2016
    • Giovanni Bussi's avatar
      Doc · 24eb510d
      Giovanni Bussi authored
      I added an example similar to the one that I provided
      on the mailing list about how to mimick
      POINT_FROM_AXIS and PROJ_ON_AXIS
      
      [makedoc]
      24eb510d
  15. Jan 08, 2016
  16. Oct 19, 2015
  17. Oct 16, 2015
  18. Jul 01, 2015
  19. Mar 11, 2015
  20. Mar 05, 2015
  21. Jan 27, 2015
  22. Aug 27, 2014
  23. Jun 25, 2014
  24. Feb 13, 2014
  25. Oct 09, 2013
  26. Aug 24, 2013
  27. Apr 17, 2013
  28. Mar 06, 2013
  29. Dec 10, 2012
  30. Dec 06, 2012
  31. 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
  32. Jul 20, 2012
Loading