1. 02 Jun, 2022 1 commit
  2. 31 May, 2022 1 commit
  3. 18 May, 2022 1 commit
  4. 11 May, 2022 1 commit
  5. 03 May, 2022 1 commit
  6. 23 Apr, 2022 1 commit
  7. 11 Apr, 2022 1 commit
  8. 08 Apr, 2022 1 commit
  9. 30 Mar, 2022 1 commit
  10. 22 Mar, 2022 1 commit
  11. 18 Mar, 2022 1 commit
  12. 15 Mar, 2022 1 commit
  13. 14 Mar, 2022 1 commit
  14. 11 Mar, 2022 1 commit
  15. 08 Mar, 2022 1 commit
  16. 04 Mar, 2022 1 commit
  17. 03 Mar, 2022 1 commit
  18. 01 Mar, 2022 2 commits
  19. 27 Feb, 2022 1 commit
  20. 22 Feb, 2022 1 commit
  21. 19 Feb, 2022 1 commit
  22. 18 Feb, 2022 1 commit
  23. 15 Feb, 2022 1 commit
  24. 07 Feb, 2022 1 commit
  25. 03 Feb, 2022 1 commit
  26. 02 Feb, 2022 1 commit
  27. 01 Feb, 2022 1 commit
  28. 27 Jan, 2022 2 commits
    • Peter Eastman's avatar
      CustomNonbondedForce supports computed values (#3412) · 33c694d4
      Peter Eastman authored
      * Reference implementation of computed values for CustomNonbondedForce
      
      * CPU implementation of computed values for CustomNonbondedForce
      
      * Common implementation of computed values for CustomNonbondedForce
      
      * Serialization of computed values
      
      * ForceField supports computed values
      33c694d4
    • Alberto Boldrini's avatar
      Remove generic patterns in Doxyfiles (#3430) · 05bb471c
      Alberto Boldrini authored
      Without this restriction, the compilation fails if the project folder has parent folders called "tests", "internal" or other words in these generic patterns.
      05bb471c
  29. 25 Jan, 2022 1 commit
  30. 22 Jan, 2022 1 commit
  31. 21 Jan, 2022 1 commit
  32. 27 Dec, 2021 1 commit
  33. 18 Nov, 2021 2 commits
  34. 11 Nov, 2021 1 commit
  35. 05 Nov, 2021 1 commit
  36. 03 Nov, 2021 1 commit
  37. 02 Nov, 2021 1 commit
    • Peter Eastman's avatar
      updateParametersInContext() can change tabulated functions (#3307) · 27bcb657
      Peter Eastman authored
      * updateParametersInContext() can change tabulated functions
      
      * Fixed error in building C wrappers
      
      * updateParametersInContext() can change tabulated functions for CustomCentroidBondForce
      
      * CustomNonbondedForce can update tabulated functions
      
      * CustomGBForce can update tabulated functions
      
      * CustomManyParticleForce can update tabulated functions
      
      * CustomHbondForce can update tabulated functions
      27bcb657