Skip to content
Snippets Groups Projects
  1. 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
    • Gareth Tribello's avatar
  2. Nov 22, 2012
  3. Nov 21, 2012
  4. Nov 20, 2012
    • davidebr's avatar
      BIASVALUE and TIME added · 46514f1c
      davidebr authored
      These two very simple actions need to retrieve the time as a
      quantity to be used wherever you want (in my case in
      matheval) and BIASVALUE needs to put a bias on a value you
      create (for example a bias can be created with matheval)
      46514f1c
    • davidebr's avatar
      corrected rt37 rt38 rt35 rt39 rt40 · 6a9437e9
      davidebr authored
      6a9437e9
  5. Nov 19, 2012
  6. Nov 16, 2012
  7. Nov 15, 2012
  8. Nov 14, 2012
  9. Nov 13, 2012
Loading