"...platforms/cuda2/tests/AmoebaTinkerParameterFile.cpp" did not exist on "aa00d2ed57875396266af157333db5d33438a646"
  1. 10 Dec, 2019 1 commit
  2. 12 Nov, 2019 1 commit
  3. 05 Nov, 2019 1 commit
  4. 01 Nov, 2019 2 commits
  5. 29 Oct, 2019 1 commit
  6. 28 Oct, 2019 1 commit
  7. 25 Oct, 2019 1 commit
  8. 23 Oct, 2019 1 commit
  9. 12 Oct, 2019 2 commits
  10. 09 Oct, 2019 1 commit
  11. 30 Sep, 2019 1 commit
  12. 19 Sep, 2019 1 commit
  13. 05 Sep, 2019 2 commits
  14. 22 Aug, 2019 1 commit
  15. 08 Aug, 2019 1 commit
  16. 06 Aug, 2019 3 commits
  17. 05 Aug, 2019 1 commit
  18. 03 Aug, 2019 1 commit
  19. 02 Aug, 2019 1 commit
  20. 01 Aug, 2019 1 commit
  21. 30 Jul, 2019 1 commit
  22. 29 Jul, 2019 1 commit
  23. 12 Jul, 2019 2 commits
  24. 16 Jun, 2019 1 commit
  25. 15 Jun, 2019 1 commit
  26. 14 Jun, 2019 1 commit
  27. 19 Feb, 2019 3 commits
  28. 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
  29. 10 Dec, 2018 1 commit
  30. 01 Aug, 2018 1 commit
  31. 15 Jun, 2018 1 commit
  32. 22 May, 2018 1 commit