Skip to content
Snippets Groups Projects
  1. May 20, 2015
  2. May 18, 2015
  3. Apr 24, 2015
    • Carlo Camilloni's avatar
      gromacs 4.5 · 8af4258a
      Carlo Camilloni authored
      - updated patch to include api version
      - updated patch to inclide virial fix
      - updated patch to gromacs 4.5.7
      8af4258a
  4. Apr 23, 2015
  5. Mar 26, 2015
  6. Mar 23, 2015
    • Giovanni Bussi's avatar
      Fixes #132 for gmx 5.0.4 · bb6178a2
      Giovanni Bussi authored
      Same as 423d49bf applied to gmx 5.0
      
      Needs gromacs to be repatched
      bb6178a2
    • Giovanni Bussi's avatar
      Fixes #132 for gmx 4.6.7 · 423d49bf
      Giovanni Bussi authored
      Workaround for #132.
      
      Notice that gromacs wants something like -0.5*f*x,
      whereas plumed provides something like -f*x.
      
      Additionally, for not so clear reasons, when using plumed without computing
      ENERGY the virial contribution from plumed was completely ignored.
      
      There are two workarounds in this patch:
      1. In case plumed does not ask gromacs to compute ENERGY, the plumed contribution
         to virial is stored on a separate tensor and added to the gromacs one at the end
      2. In case plumed asks gromacs to compute ENERGY, the a temporary tensor
         is created containing twice the gromacs virial and passed to plumed. The virial
         is then set to half of it.
      
      This should solve both the issues discussed in #132
      
      Needs gromacs to be repatched.
      423d49bf
    • Giovanni Bussi's avatar
      Updated gmx 5.0.x to 5.0.4 · 556252d1
      Giovanni Bussi authored
      556252d1
  7. Mar 11, 2015
  8. Jan 30, 2015
  9. Jan 29, 2015
    • Giovanni Bussi's avatar
      Changes · d476a171
      Giovanni Bussi authored
      [makedoc]
      d476a171
    • Giovanni Bussi's avatar
      Simplified amber patch · d175bb3f
      Giovanni Bussi authored
      Using numgroup as suggested by @swails on amber mailing list
      
      (cherry picked from commit 200f4cb42744926a027e30393e56d315f24cd535)
      d175bb3f
    • Giovanni Bussi's avatar
      Fixed amber patch · 04b02cd4
      Giovanni Bussi authored
      Before this fix, amber was working correctly with multiple
      replicas but not working correctly with a single replica.
      
      Now both situations should be ok.
      
      Notice that I used a hack to detect if replicas are present
      or not in sander. Probably this should be cleaned up in
      some way
      
      (cherry picked from commit 0b7dc44635708e821e14ed6f1156317807e6db7d)
      04b02cd4
    • Giovanni Bussi's avatar
      Fix for amber14 and MPI groups · 17120022
      Giovanni Bussi authored
      It should now work properly
      
      (cherry picked from commit 6f96353a8a7975f7429426bce3777fb555deed65)
      17120022
  10. Dec 29, 2014
  11. Dec 17, 2014
  12. Dec 02, 2014
    • Giovanni Bussi's avatar
      Amber can save originals · c4890143
      Giovanni Bussi authored
      Since ambertools are released under the GPL 3 license, we can
      store originals here. This is going to make future merges easier.
      c4890143
  13. Nov 18, 2014
  14. Nov 06, 2014
  15. Oct 01, 2014
  16. Sep 22, 2014
  17. Sep 10, 2014
  18. Jul 23, 2014
  19. Jul 07, 2014
  20. Jun 20, 2014
    • Giovanni Bussi's avatar
      Allows for KbT to be passed from MD code and used in METAD · 325a7345
      Giovanni Bussi authored
      I added the possibility to pass kbT from gromacs to plumed.
      To allow compatibility between old and new versions, I used the API
      number. Namely: gromacs checks that plumed API>1; if so, pass the
      temperature.
      
      KbT is only used in METAD so far (not in HISTOGRAM)
      
      Addresses #35
      325a7345
  21. Jan 17, 2014
  22. Jan 14, 2014
  23. Jan 13, 2014
  24. Dec 16, 2013
  25. Dec 10, 2013
  26. Dec 09, 2013
Loading