1. 08 Jan, 2024 1 commit
  2. 03 Jan, 2024 1 commit
  3. 20 Dec, 2023 2 commits
  4. 17 Dec, 2023 1 commit
  5. 15 Dec, 2023 1 commit
  6. 14 Dec, 2023 1 commit
  7. 12 Dec, 2023 2 commits
  8. 11 Dec, 2023 1 commit
  9. 05 Dec, 2023 1 commit
  10. 30 Nov, 2023 2 commits
  11. 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
  12. 16 Nov, 2023 2 commits
  13. 02 Nov, 2023 2 commits
  14. 01 Nov, 2023 3 commits
  15. 31 Oct, 2023 2 commits
  16. 26 Oct, 2023 1 commit
  17. 24 Oct, 2023 2 commits
  18. 23 Oct, 2023 1 commit
  19. 17 Oct, 2023 1 commit
  20. 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
  21. 14 Oct, 2023 2 commits
  22. 11 Oct, 2023 1 commit
  23. 10 Oct, 2023 1 commit
  24. 02 Oct, 2023 1 commit
  25. 28 Sep, 2023 2 commits
  26. 27 Sep, 2023 1 commit
  27. 19 Sep, 2023 1 commit
  28. 16 Sep, 2023 1 commit
  29. 07 Sep, 2023 1 commit