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