"vscode:/vscode.git/clone" did not exist on "271dadf671a1a986a54a20a4e1d562c2e66f9dff"
  1. 12 Jul, 2019 2 commits
  2. 05 Jul, 2019 1 commit
  3. 16 Jun, 2019 2 commits
  4. 15 Jun, 2019 1 commit
  5. 14 Jun, 2019 1 commit
  6. 06 Jun, 2019 1 commit
  7. 03 Jun, 2019 1 commit
  8. 08 May, 2019 1 commit
  9. 29 Apr, 2019 1 commit
  10. 16 Apr, 2019 2 commits
  11. 09 Apr, 2019 1 commit
    • peastman's avatar
      Created HippoNonbondedForce (#2296) · 1eec1e15
      peastman authored
      * Created API for HIPPO force field
      
      * Beginning of reference implementation of HIPPO
      
      * Continuing reference implementation of HIPPO
      
      * Continuing reference implementation of HIPPO
      
      * Continuing reference implementation of HIPPO
      
      * Continuing reference implementation of HIPPO
      
      * Continuing reference implementation of HIPPO
      
      * Continuing reference implementation of HIPPO
      
      * Continuing reference implementation of HIPPO
      
      * Completed reference of HIPPO with no cutoff
      
      * Beginning cutoffs/PME for reference implementation of HIPPO
      
      * Continuing PME for reference implementation of HIPPO
      
      * Continuing PME for reference implementation of HIPPO
      
      * Continuing PME for reference implementation of HIPPO
      
      * Completed reference implementation of HIPPO
      
      * Cleanup and optimization to HIPPO reference
      
      * Further cleanup to HIPPO
      
      * Combined direct space interactions into a single loop
      
      * Compute direct space interactions in quasi-internal frame
      
      * Beginning of CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Continuing CUDA implementation of HIPPO
      
      * Finished CUDA implementation of HIPPO
      
      * More features and test cases for HippoNonbondedForce
      
      * Serialization and Python API for HippoNonbondedForce
      
      * Fixed sign error in computing forces
      1eec1e15
  12. 22 Mar, 2019 1 commit
  13. 05 Mar, 2019 5 commits
  14. 01 Mar, 2019 1 commit
  15. 27 Feb, 2019 3 commits
  16. 26 Feb, 2019 4 commits
  17. 20 Feb, 2019 1 commit
  18. 19 Feb, 2019 5 commits
  19. 18 Feb, 2019 1 commit
  20. 20 Dec, 2018 2 commits
    • peastman's avatar
      6f44f338
    • Jason Swails's avatar
      Improve vec3 (#2230) · 4eb893cf
      Jason Swails authored
      * Improve vec3
      
      * Added a ``__neg__`` operator overload so that -Vec3(1, 2, 3) returns
        the same thing as Vec3(-1, -2, -3)
      * Derived Vec3 from namedtuple instead of tuple. This allows you to
        access the 3 elements of the vector by name. i.e., vec.x, vec.y, vec.z
      
      * Make sure we use floating point division all the time.
      4eb893cf
  21. 10 Dec, 2018 1 commit
  22. 05 Dec, 2018 1 commit
  23. 30 Nov, 2018 1 commit