"platforms/vscode:/vscode.git/clone" did not exist on "6fb1c8a41edff980862750bc086f6a204eb50941"
  1. 14 Aug, 2025 1 commit
    • Peter Eastman's avatar
      Radius of gyration force (#5031) · 1b6236a8
      Peter Eastman authored
      * Reference implementation of RGForce
      
      * GPU implementation of RGForce
      
      * Serialization
      
      * Documentation
      
      * Fix compilation error
      
      * Fixed error building API docs
      1b6236a8
  2. 17 Apr, 2022 1 commit
  3. 14 Apr, 2022 1 commit
    • Peter Eastman's avatar
      Vectorized CpuCustomNonbondedForce (#3568) · c8981916
      Peter Eastman authored
      * Began vectorizing CustomNonbondedForce
      
      * Refactored CpuCustomNonbondedForce to support multiple vector sizes
      
      * AVX implementation of CpuCustomNonbondedForce
      
      * Fixed compilation errors
      c8981916
  4. 09 Jun, 2020 1 commit
  5. 30 Apr, 2020 1 commit
    • dwtowner's avatar
      [WIP] CPU: Refactored code to be generic across vector CPU platforms. (#2661) · 91952b51
      dwtowner authored
      * CPU: Refactored code to be generic across vector CPU platforms.
      
      Ewald and non-Ewald interactions now share a common code base, templated on
      their interaction type.
      
      The vec4 and vec8 implementations have been replaced by a single generic implementation
      class which is templated on SIMD type. Currently works for SIMD4 and SIMD8 types, but
      can be extended in future to support other types (e.g., AVX-512).
      
      Modified runtime CPU support to lay groundwork for future SIMD types.
      
      Pulled out some vector utility functions (gather pair, reduce),
      and refactored the AVX CPU code to make use of them.
      
      * CPU: Fixed coding standards and incorrect header include.
      
      * CPU: Fixed code review comments from PR #2661
      
      * CPU: Fixed CI build issues.
      
      * CPU: Further CI fixes.
      
      * CPU: Fix for unit test failure on MacOS.
      
      Reverted optimised code to go back to a version which is thought to work
      on MacOS. The optimisation will be ...
      91952b51
  6. 19 Dec, 2016 1 commit
  7. 18 Nov, 2016 1 commit
  8. 22 Jun, 2015 1 commit
  9. 14 May, 2015 1 commit
  10. 14 Apr, 2015 1 commit
  11. 10 Apr, 2015 1 commit
  12. 20 Feb, 2015 1 commit
  13. 19 Dec, 2014 1 commit
  14. 10 Dec, 2014 1 commit
  15. 26 Nov, 2014 2 commits
  16. 06 Oct, 2014 1 commit
  17. 08 Jan, 2014 1 commit
  18. 19 Dec, 2013 1 commit
  19. 18 Dec, 2013 1 commit
  20. 17 Dec, 2013 1 commit
  21. 10 Dec, 2013 1 commit
  22. 06 Dec, 2013 1 commit
  23. 05 Dec, 2013 1 commit
  24. 04 Dec, 2013 2 commits
  25. 04 Nov, 2013 1 commit
  26. 01 Nov, 2013 1 commit
  27. 30 Oct, 2013 3 commits
  28. 29 Oct, 2013 1 commit
  29. 23 Oct, 2013 1 commit
  30. 22 Oct, 2013 1 commit
  31. 21 Oct, 2013 1 commit
  32. 17 Oct, 2013 1 commit
  33. 15 Oct, 2013 2 commits
  34. 14 Oct, 2013 2 commits