1. 02 Feb, 2024 1 commit
  2. 26 Jan, 2024 1 commit
  3. 24 Jan, 2024 1 commit
  4. 22 Jan, 2024 1 commit
  5. 18 Jan, 2024 1 commit
  6. 08 Jan, 2024 1 commit
  7. 03 Jan, 2024 1 commit
  8. 20 Dec, 2023 2 commits
  9. 17 Dec, 2023 1 commit
  10. 15 Dec, 2023 1 commit
  11. 14 Dec, 2023 1 commit
  12. 12 Dec, 2023 2 commits
  13. 11 Dec, 2023 1 commit
  14. 05 Dec, 2023 1 commit
  15. 30 Nov, 2023 2 commits
  16. 28 Nov, 2023 1 commit
    • Nicola De Mitri 2's avatar
      Preserve bond type and order in all `Modeller` operations (#4323) · 127a3733
      Nicola De Mitri 2 authored
      * Py wrapper: preserve bond data in Modeller operations
      
      * regression tests for add(), delete(), deleteWater(), addSolvent()
      
      * Tests for addHydrogens and addExtraParticles
      
      * Cosmetic
      
      * A single regression test spanning a whole workflow
      
      * Remove now-redundant tests
      
      * Test also deleteWater and addHydrogens. Remove excessive assertions.
      127a3733
  17. 16 Nov, 2023 2 commits
  18. 02 Nov, 2023 2 commits
  19. 01 Nov, 2023 3 commits
  20. 31 Oct, 2023 2 commits
  21. 26 Oct, 2023 1 commit
  22. 24 Oct, 2023 2 commits
  23. 23 Oct, 2023 1 commit
  24. 17 Oct, 2023 1 commit
  25. 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
  26. 14 Oct, 2023 2 commits
  27. 11 Oct, 2023 1 commit
  28. 10 Oct, 2023 1 commit
  29. 02 Oct, 2023 1 commit
  30. 28 Sep, 2023 1 commit