1. 14 Jun, 2019 1 commit
  2. 19 Feb, 2019 3 commits
  3. 20 Dec, 2018 1 commit
    • 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
  4. 10 Dec, 2018 1 commit
  5. 01 Aug, 2018 1 commit
  6. 15 Jun, 2018 1 commit
  7. 22 May, 2018 1 commit
  8. 06 Apr, 2018 1 commit
  9. 06 Mar, 2018 1 commit
    • Sunhwan Jo's avatar
      add comment/modify test · 0db10f6c
      Sunhwan Jo authored
      - Test system is translated to the origin
      - Energy is computed again after updating Gromacs input to reflect no-cutoff option (rcoulomb = rlist = rvdw = 0.0)
      0db10f6c
  10. 04 Mar, 2018 1 commit
  11. 21 Feb, 2018 1 commit
  12. 04 Dec, 2017 1 commit
  13. 29 Nov, 2017 1 commit
  14. 07 Oct, 2017 1 commit
  15. 26 Sep, 2017 2 commits
  16. 25 Sep, 2017 1 commit
  17. 11 Sep, 2017 1 commit
  18. 08 Sep, 2017 1 commit
  19. 25 May, 2017 1 commit
  20. 24 May, 2017 2 commits
  21. 19 May, 2017 1 commit
  22. 05 May, 2017 1 commit
  23. 25 Apr, 2017 1 commit
  24. 20 Apr, 2017 3 commits
  25. 14 Apr, 2017 1 commit
  26. 10 Apr, 2017 1 commit
  27. 07 Apr, 2017 1 commit
    • Stephen Constable's avatar
      Unit test · 67866992
      Stephen Constable authored
      I’m not sure how to trigger the unit testing suite, but this code
      should test the changes I’ve made.
      67866992
  28. 04 Mar, 2017 1 commit
  29. 03 Mar, 2017 2 commits
  30. 02 Mar, 2017 2 commits
  31. 28 Feb, 2017 1 commit
  32. 22 Feb, 2017 1 commit