Skip to content
Snippets Groups Projects
  1. May 30, 2014
  2. May 22, 2014
  3. May 02, 2014
  4. Oct 15, 2013
  5. Oct 09, 2013
  6. Sep 09, 2013
    • Gareth Tribello's avatar
      Removed colvar_atoms arrays · a1fb75b9
      Gareth Tribello authored
      This modification ensures that multicolvar uses less memory and makes
      it a tiny bit faster
      a1fb75b9
    • Gareth Tribello's avatar
      Simplification of storage of data in multicolvar · 878be3b9
      Gareth Tribello authored
      For a number of complex multicolvars eg. Local_q4 it is useful
      to store the quantities calculated in one multicolvar and to use them later.
      I had written functionality for this in a somewhat ad hoc manner intially and
      as such there was much duplication of code and non uniformity in implications.
      This resolves these issues.  Data is now stored more consistently and it is possible
      to use a low memory version of this functionality at all times.
      878be3b9
  7. Apr 29, 2013
  8. Apr 17, 2013
  9. Apr 15, 2013
  10. Apr 06, 2013
    • Gareth Tribello's avatar
      Made multicolvar and MultiColvarFunction inherit from a common base class · ee686aee
      Gareth Tribello authored
      This makes these two classes slightly simpler.  It also allows one to
      use MultiColvarFunctions on MultiColvarFunctions.  We can thus do things
      like the value of the dot product of the q4 vector on a atom with the
      q4 vectors on the atoms in the first coordination sphere averaged over a
      subregion of the simulation box.
      ee686aee
  11. Feb 15, 2013
  12. Feb 02, 2013
  13. Jan 24, 2013
    • Gareth Tribello's avatar
      A big reworking of multicolvars that makes the naming of the output values easier to understand · f2fef1e8
      Gareth Tribello authored
      I have greatly simplified the hierarchy of classes that inherit from Vessel.
      Furthermore, I have re-used much of the parsing functionality in Action so as
      to make adding a Vessel more like adding an Action. All the changes in regtests are
      just because of changes of the names in the header line.
      
      In addition I added functionality so that multicolvar can pretend to be colvars
      Multicolvars have value that are always labelled as label.something.
      However, in AlphaRMSD etc the default is to calculate the number of
      RMSDs that is less than a certain target value.  Furthermore, in the
      manual these MultiColvars are listed as colvars.  The multicolvar functionality
      inside alpharmsd being a feature for "advanced users".  Hence, to avoid confusion
      I added something so that by default the value in alpharmsd etc is just
      label.
      f2fef1e8
  14. Jan 18, 2013
    • Gareth Tribello's avatar
      Moved some of the neighbor list stuff from ActionWithVessel to MultiColvar · 35cc8760
      Gareth Tribello authored
      This is an attempt to make it easier to re-use ActionWithVessel for things other than
      MultiColvar. There are multiple ways to do a neighbor list and so I felt this functionality
      should be separated somewhat.  In addition the way I had implemented the neighbor list for
      multicolvar meant that the list was being updated one step later than it should have been.
      Also did some tidying of the multicolvar and vessel code
      35cc8760
  15. Jan 17, 2013
    • Gareth Tribello's avatar
      Added multicolvar way of doing DHENERGY. · 3069a0a3
      Gareth Tribello authored
      The multicolvar way of doing DHENERGY is particularly useful if you want
      to calculate multiple instances of the DHENERGY with different parameters.
      By using the multicolvar you can avoid the recalculation of the distances
      for each different parameter set. You can also use the multicolvar to calculate
      COORDINATION (LESS_THAN) and the DHENERGY for two groups of atoms at the same time
      3069a0a3
  16. Jan 14, 2013
  17. Dec 10, 2012
  18. Dec 06, 2012
  19. 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
  20. Oct 09, 2012
  21. Sep 02, 2012
  22. Aug 22, 2012
  23. Jul 20, 2012
  24. Jul 19, 2012
    • Giovanni Bussi's avatar
      License related stuff · d22394b4
      Giovanni Bussi authored
      I added a PEOPLE file containing list of authors and a script
      (src/header.sh) which applies the Licence to all the source files.
      
      It can be applies multiple times (it automatically deletes the present header
      and replace it with the new one). Thus, to change the header, edit header.sh
      and execute it.
      d22394b4
  25. Jul 12, 2012
  26. Jun 26, 2012
  27. Jun 25, 2012
  28. Apr 20, 2012
    • Gareth Tribello's avatar
      Added infrastructure for field cvs. In field cv formalism the bias · 22c8a6ec
      Gareth Tribello authored
      is an overlap integral between the current field and some reference
      field ( this can be a sum of fields visited at previous times ala metadynamics ).
      To test the derivatives of the field I changed calculateNumericalDerivatives
      this routine can now be passed an ActionWithValue so that you can differentiate
      objects where something other than a value is passed between Actions.  Currently
      only histogram style field cvs are implemented.
      Wrote documentation for FIELD keyword and for MOMENT keyword.  Also
      rethought numbered keywords and so changed the keywords class a little bit
      Changed number of decimal places in tests so that they worked on other
      computers.  Also made test 23 much less expensive
      Fixed a very persisent bug in field cvs - horay!!!
      22c8a6ec
  29. Apr 17, 2012
  30. Mar 02, 2012
Loading