Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 12, 2018
  3. Mar 02, 2018
  4. Jun 14, 2017
  5. Apr 21, 2017
  6. Mar 28, 2017
  7. Mar 16, 2017
  8. Feb 21, 2017
  9. Oct 05, 2016
    • Giovanni Bussi's avatar
      Fix for METAD multiple walkers · ee69bc26
      Giovanni Bussi authored
      When using METAD with file-based multiple walkers and many processes
      launched with mpirun (e.g. with gromacs -multi) replica suffix is
      not added to grid file.
      
      (see also 667da1b3)
      
      Contributed by Marco De La Pierre
      ee69bc26
  10. Sep 30, 2016
  11. Sep 20, 2016
  12. Sep 14, 2016
  13. Sep 10, 2016
  14. Jul 05, 2016
  15. Jul 04, 2016
  16. Jun 28, 2016
  17. Jun 20, 2016
  18. May 10, 2016
  19. May 09, 2016
  20. May 03, 2016
  21. Apr 26, 2016
    • Carlo Camilloni's avatar
      MetaD restart from GRID · 44e188fb
      Carlo Camilloni authored
      [makedoc]
      
      close #21
      44e188fb
    • Carlo Camilloni's avatar
      RESTART from GRID for METAD and PBMETAD · 5c4522a4
      Carlo Camilloni authored
      - added the restart from grid to PBMETAD
      - more error checking
      5c4522a4
    • Carlo Camilloni's avatar
      METAD: changed the behavior of restart from GRID · 37109cee
      Carlo Camilloni authored
      - when restart from GRID (RGRID+RESTART) doens't read the HILLS (but continue to append)
      - if not restart then the HILLS are added to the existing GRID
      - the grid is not external anymore, in this way when you write the grid you write the total one
      - grid files are written only once in case of multiple walkers
      NOTE: the grid is not modified for the BIASFACTOR because the BIASFACTOR is not currently stored
      in the grid, this means that if you restart from a grid
      37109cee
  22. Apr 22, 2016
    • Carlo Camilloni's avatar
      MetaD: · 63501828
      Carlo Camilloni authored
      - reformatted
      - restart from a grid doens't read HILLS
      - in MW grid are only written once as for HILLS
      63501828
  23. Mar 18, 2016
  24. Mar 02, 2016
    • Giovanni Bussi's avatar
      cppheck · 417f97b8
      Giovanni Bussi authored
      I cleaned up some of the (innocuous) warnings
      417f97b8
  25. Jan 08, 2016
  26. Nov 24, 2015
  27. Nov 23, 2015
  28. Oct 29, 2015
  29. Oct 14, 2015
    • Giovanni Bussi's avatar
      ctime header · 549a9a47
      Giovanni Bussi authored
      Same as #171 but using C++ standard include file <ctime>
      
      Closes #171
      549a9a47
Loading