Skip to content
Snippets Groups Projects
  1. Oct 22, 2016
  2. May 02, 2016
  3. Apr 10, 2016
  4. Apr 06, 2016
  5. Mar 18, 2016
  6. Feb 14, 2016
    • Gareth Tribello's avatar
      Fixed some bugs that appear in analysis + reference · 9de0134d
      Gareth Tribello authored
      If you had an action that inherited from both ReferenceArguments and
      ReferenceAtoms then there was a variable that appeared with the same name
      in both so you can get conflicts.  In addition, RMSD object in optimal RMSD
      needs clearing prior to setting.  Lastly made it so that the metric is printed
      out in emdbedding files.
      9de0134d
  7. Jan 30, 2016
  8. Oct 20, 2015
  9. Oct 16, 2015
  10. Aug 07, 2015
    • Gareth Tribello's avatar
      Small fix to bug in KernelFunctions · b0def55e
      Gareth Tribello authored
      The kernels were normalised incorrectly and their derivative when the
      covariance matrix was non-diagonal was computed wrongly.  This check
      affects a number of regtests.  analysis/rt0 changes beecause the kernels
      were normalised incorrectly.  basic/rt44, basic/rt48, basic/rt49, basic/rt52
      change because the derivatives output in the fes file have changed sign
      b0def55e
  11. Dec 03, 2014
    • Giovanni Bussi's avatar
      Fixed phase in diagMatrix · a68f8d19
      Giovanni Bussi authored
      Before this fix the phase was chosen enforcing the sum of the elements
      of each eigenvector to be positive (see dd4bd09b).
      This does not work well when the
      sum is numerically close to zero for some symmetry. With this fix I
      set the first non-zero element of each eigenvector to be positive.
      Hopefully it is more robust and make results better reproducible
      for regtesting
      a68f8d19
  12. Oct 28, 2014
  13. Oct 23, 2014
  14. Sep 06, 2014
    • Gareth Tribello's avatar
      Removed regtest analysis/rt43 · cabafb12
      Gareth Tribello authored
      This test is very sensitive to numerical errors and is thus
      not a good test of the code.  The functionality that is
      being tested here is tested elsewhere.
      cabafb12
  15. Aug 31, 2014
  16. Jul 04, 2014
    • Gareth Tribello's avatar
      Removed regtest analysis/rt43 · 4d48ae2c
      Gareth Tribello authored
      This regtest always fails because it was not very well designed.
      Furthermore, the functionality being tested by this test is checked in analysis/rt0
      so keeping this bad test seems not worthwhile.
      4d48ae2c
  17. Jul 02, 2014
    • Giovanni Bussi's avatar
      Reset regtest rt43 · 192842e1
      Giovanni Bussi authored
      I am not 100% sure this will make it reproducible on different machines
      (maybe we are trying to fight Lyapunov). Anyway, for sure this
      test was not reset after commit 77aa3cd9
      and this was a mistake
      192842e1
    • Giovanni Bussi's avatar
      Fixed arbitrary phase in MDS · bff75ed3
      Giovanni Bussi authored
      I added a few lines to set to a predictably value the
      arbitrary phase in the eigenvectors used for MDS.
      This should make the runs more reproducible.
      bff75ed3
  18. May 03, 2014
  19. May 02, 2014
  20. May 01, 2014
    • Gareth Tribello's avatar
      Implemented classical multidimensional scaling · 6653602a
      Gareth Tribello authored
      Also fixed how weights are dealt with in analysis and mapping
      weights were stored in different places in analysis and mapping
      this was confusing for developers.  The weights are now always
      inside the individual ReferenceConfiguration objects
      6653602a
  21. Jan 14, 2014
  22. Oct 17, 2013
  23. Aug 21, 2013
  24. Aug 08, 2013
    • Giovanni Bussi's avatar
      Fixed simplemd to write output file · 7659e810
      Giovanni Bussi authored
      It was a longstanding (unknown) bug!
      I added reference output files for all the simpledmd
      regtest. This will allow to distinguish bugs in plumed
      from Lyapunov effects in trajectories.
      7659e810
  25. Aug 07, 2013
  26. Jul 24, 2013
    • Gareth Tribello's avatar
      Fixed small things in analysis · 73ed75ec
      Gareth Tribello authored
      Made it so that virtual routine is not called from constructor.  If the calculation
      is terminated during the analysis phase then the analysis is now restarted when
      the calculation reaches update on the first loop.  I also removed the duplicated
      backup code that was in analysis.  Backup is now done by the routines in OFile.
      This routine is now a little more flexible in that you can specify the string
      in the backup name.
      73ed75ec
  27. Apr 19, 2013
Loading