1. 17 Feb, 2024 1 commit
  2. 18 Jan, 2024 1 commit
  3. 20 Dec, 2023 1 commit
  4. 12 Dec, 2023 1 commit
  5. 24 Oct, 2023 1 commit
  6. 16 Oct, 2023 1 commit
    • Christopher Woods's avatar
      WIP - looking for a way to optimise performance of creating contexts by... · 03ed8ff2
      Christopher Woods authored
      WIP - looking for a way to optimise performance of creating contexts by removing temporary arrays (and their associated mallocs/frees) (#4261)
      
      * Suggesting a "haveSameParameters" function for CustomNonbondedForce which could be
      used to avoid creating temporary copies of arrays when testing if particles are
      the same.
      
      Also updating "getParticleParameters" so that it re-uses the memory of the
      passed vector argument, rather than deallocating and reallocating it
      via a copy.
      
      * Revert "Suggesting a "haveSameParameters" function for CustomNonbondedForce which could be"
      
      This reverts commit e80ec2d2e9981abb90711636bf3a78d0c49e43fc.
      
      * Moved to `thread_local static` as suggested to prevent new vector allocations on each function call.
      
      Updated `getParameters` and `getBondParameters` to re-use the memory from the argument rather
      than re-allocating via the copy.
      
      * Forgot to reuse the memory for the groups...
      
      * Reverted back the manual copies via memcpy as they aren't needed. Looking at the header
      file and benchmarking shows that std::vector does the right thing.
      
      * Confined `thread_local static` only to ForceInfo methods, and have also put declarations
      for multiple variables back onto a single line
      
      * Removed `thread_local static` from the constructor
      
      * Moved constructor declarations back into the for loop
      03ed8ff2
  7. 28 Sep, 2023 1 commit
  8. 16 Sep, 2023 1 commit
  9. 02 Sep, 2023 1 commit
  10. 28 Aug, 2023 1 commit
  11. 18 Aug, 2023 1 commit
    • bdenhollander's avatar
      Amoeba and ATM Force minor cleanup (#4195) · f2bdcc75
      bdenhollander authored
      * Amoeba minor cleanup
      
      - Fix variable name in string
      - Remove odd space between variable and period that is inconsistently styled
      
      * Replaces random tabs with spaces in ATM Force
      f2bdcc75
  12. 02 Aug, 2023 1 commit
    • Emilio Gallicchio's avatar
      Draft integration of the Alchemical Transfer Method (ATM) plugin (#4110) · d8c67699
      Emilio Gallicchio authored
      * Draft integration of the Alchemical Transfer Method (ATM) plugin
      
      * Attempt to store and retrieve forces--does not compile
      
      * Implement addForce()/getForce() methods
      
      * Throw exception when specifying properties without a Platform (#4130)
      
      * Fixed DOF calculation for NoseHooverIntegrator (#4128)
      
      * Fix variance in documentation of VerletIntegrator (#4138)
      
      * Python API for ATMForce
      
      * Fixed compilation error
      
      * Minor cleanup of formatting and documentation
      
      * Files for ATMForce test cases
      
      * More cleanup
      
      * Removed variable groups
      
      * Test ATMForce with two particles
      
      * More tests for ATMForce plus fixes
      
      * Added missing header
      
      * Rework interface to pass displacements as vector of parameters
      
      * Revert "Rework interface to pass displacements as vector of parameters"
      
      This reverts commit 5e092031f31ded1137b677588f007add1c2d6f82.
      
      * Test with nonbonded force
      
      * Allow energy expression to be custom...
      d8c67699
  13. 23 Jun, 2023 1 commit
  14. 12 Jun, 2023 1 commit
  15. 31 May, 2023 1 commit
  16. 23 May, 2023 1 commit
  17. 18 May, 2023 1 commit
  18. 27 Apr, 2023 1 commit
  19. 13 Apr, 2023 1 commit
  20. 31 Jan, 2023 1 commit
  21. 31 Aug, 2022 1 commit
  22. 17 Aug, 2022 1 commit
  23. 09 Aug, 2022 1 commit
  24. 28 Jun, 2022 1 commit
  25. 21 Jun, 2022 1 commit
  26. 19 May, 2022 1 commit
  27. 28 Mar, 2022 1 commit
  28. 07 Mar, 2022 1 commit
  29. 02 Mar, 2022 1 commit
  30. 27 Jan, 2022 2 commits
  31. 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
  32. 14 Oct, 2021 1 commit
    • Peter Eastman's avatar
      Created MonteCarloFlexibleBarostat (#3284) · 9270d590
      Peter Eastman authored
      * Created MonteCarloFlexibleBarostat
      
      * Improved test cases
      
      * Documentation for MonteCarloFlexibleBarostat
      
      * Added a missing include
      
      * Serialization for MonteCarloFlexibleBarostat
      
      * Added MonteCarloFlexibleBarostat to C++ API docs index
      
      * Added citation for MonteCarloFlexibleBarostat
      9270d590
  33. 08 Oct, 2021 1 commit
  34. 04 Oct, 2021 1 commit
  35. 30 Sep, 2021 1 commit
  36. 20 Sep, 2021 1 commit
  37. 08 Sep, 2021 1 commit
  38. 22 May, 2021 1 commit
    • Peter Eastman's avatar
      Converted AMOEBA to common platform (#3120) · 8e8923a7
      Peter Eastman authored
      * Began converting AMOEBA to common platform
      
      * Beginning of OpenCL platform for AMOEBA
      
      * Converted AmoebaVdwForce to common platform
      
      * Cleaned up reference AMOEBA tests
      
      * Began converting AmoebaMultipoleForce to common platform
      
      * Continue converting AmoebaMultipoleForce to common platform
      
      * Bug fixes
      
      * Bug fix
      
      * Continue converting AmoebaMultipoleForce to common platform
      
      * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform
      
      * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform
      
      * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce
      
      * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce
      
      * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce
      
      * Converted arrays from real3 to real
      
      * Bug fix to OpenCL AmoebaGeneralizedKirkwoodForce
      
      * Fixes for AMD GPUs
      
      * Began converting HippoNonbondedForce to common platform
      
      * Continuing to convert HippoNonbondedForce to common platform
      
      * Continuing to convert HippoNonbondedForce to common platform
      
      * Working on unifying PME kernels
      
      * Fixed error on devices without 64 bit atomics
      
      * Unified PME kernels
      
      * Converted HippoNonbondedForce to common platform
      
      * Creating OpenCL implementation of HippoNonbondedForce
      
      * Continuing OpenCL implementation of HippoNonbondedForce
      
      * Mostly finished OpenCL implementation of HippoNonbondedForce
      
      * Eliminated three component vector types in host code
      
      * Fix errors on CPU OpenCL
      
      * Skip double precision tests for AMOEBA on OpenCL
      
      * Bug fixes
      
      * Bug fixes
      
      * Fixed compilation error
      8e8923a7
  39. 19 Mar, 2021 1 commit