Skip to content
Snippets Groups Projects
  1. Aug 30, 2019
  2. Aug 29, 2019
  3. Jul 29, 2019
  4. Jul 27, 2019
  5. Jul 26, 2019
  6. Jul 23, 2019
  7. May 20, 2019
  8. May 14, 2019
    • Giovanni Bussi's avatar
      small fix · 11bbf717
      Giovanni Bussi authored
      should be not important. In particular, when invsigma was <10-12
      sigma was set as equal to invsigma. Now it is set to zero,
      which I think is the expected behavior.
      11bbf717
  9. Apr 05, 2019
    • Giovanni Bussi's avatar
      Fixed printf formats · c503e4d9
      Giovanni Bussi authored
      Especially when printing size_t it is better to use << operator
      which always uses the right size.
      c503e4d9
  10. Jan 11, 2019
  11. Dec 18, 2018
  12. Dec 17, 2018
    • fiskissimo's avatar
      Fix: Segmentation fault whenever more than 2 CVs are used for METAD with REWEIGHTING_NGRID #328 · 4f709055
      fiskissimo authored
      I tried to interpret and fix the code and for me it works nicely with 1 to 3 CVs.
      Here a brief description: the index i spans through the whole reweghting-grid (according to the mpi rank in case of mpi).
      rewf_grid_ contains the size on each dimension of the reweghting-grid. t_index is the array containing the coordinates of i in each dimension of the grid. The indexes had to be changed from i to j in line 1967, which indeed spans correctly the dimensions of the grid. In 1968 in order to get the correct index, we need to subtract the former index (ncv-2 -- instead of "ncv-1" which is yet not assigned -- from what is left of kk).
      
      I didn't attempt any further test.
      
      Please let me know if I had misinterpreted the code.
      
      Fixes #399
      4f709055
  13. Dec 14, 2018
  14. Dec 06, 2018
  15. Sep 25, 2018
    • Vojtech Spiwok's avatar
      Flying Gaussian (#388) · 6f5bb865
      Vojtech Spiwok authored
      * flying Gaussian added
      
      * Update MetaD.cpp
      
      Making plumedcheck happy
      
      * Update MetaD.cpp
      
      Making plumedcheck happy again
      
      * Update MetaD.cpp
      
      Making plumedcheck finally happy
      
      * regtest for flying Gaussian
      
      * Update MetaD.cpp
      
      Adding flying Gaussian with parallel tempering.
      
      * Update MetaD.cpp
      
      * Flying Gaussian with Parallel tempering
      
      * Added PT to FG
      
      * PT for FG
      
      * PT for FG
      
      * PT for FG
      
      * pokus
      
      * Making patch to know from plumed.dat
      
      * Make patch know from plumed.dat
      
      * Make patch know from plumed.dat
      
      * Make patch to know from plumed.dat
      
      * Update GREX.cpp
      
      * Update GREX.cpp
      
      * Update PlumedMain.h
      
      * Update GREX.cpp
      
      * Update GREX.cpp
      
      * Update GREX.cpp
      
      * Update repl_ex.cpp
      
      * PTFG
      
      * oprava
      
      * blbost
      
      * blbost2
      
      * flying gaussian with parallel tempering
      
      * PTFG
      
      * just Flying Gaussian without PT
      
      * just Flying Gaussian without PT 2
      6f5bb865
  16. Sep 06, 2018
  17. Aug 02, 2018
    • Omar Valsson's avatar
      FaMetaD (#373) · 0e82e3d1
      Omar Valsson authored
      * copying and adapting the FaMetaD code from the old version, still need to be tested
      
      * forgot keywords
      
      * fixed a few things in the FaMetaD
      
      * improved parsing, error msg, and log printing
      
      * moved updating of pace to update()
      
      * astyle fix
      
      * made FaMetaD work with current acc cacluations
      
      * regtest for FaMetaD
      
      * added printout of reading in of acc value
      
      * fixed a newline error in acc printout
      
      * added manual info for FaMetaD
      
      * astyle fix
      
      * removed not needed values from colvar file in rt
      
      * fixed a problem with restarting of FaMetaD
      
      * added rt for restarting of FaMetaD
      
      * add notes to the manual on restarting and acc factor
      
      * fix for restart regtest for fametad
      
      * added warning if restarting and not reading in acc from file
      
      * astyle fixes
      
      * Added a check to make sure that combing FaMetaD and MPI mwalkers is not allowed
      
      * changed error call to be consistent
      0e82e3d1
  18. Jul 26, 2018
  19. Jul 13, 2018
  20. Jul 11, 2018
  21. Jul 09, 2018
  22. Jul 05, 2018
  23. Jun 28, 2018
  24. Jun 20, 2018
  25. Apr 26, 2018
  26. Mar 19, 2018
  27. Mar 12, 2018
  28. Mar 02, 2018
  29. Feb 11, 2018
  30. Jan 25, 2018
  31. Dec 11, 2017
  32. Nov 28, 2017
Loading