"plugins/rpmd/platforms/opencl/tests/TestOpenCLRpmd.cpp" did not exist on "47e03b07cd37464b93db2c69c2a36932eae60b97"
  1. 22 Apr, 2016 1 commit
  2. 21 Apr, 2016 2 commits
  3. 12 Apr, 2016 1 commit
  4. 17 Mar, 2016 1 commit
  5. 28 Jan, 2016 1 commit
  6. 15 Jan, 2016 1 commit
  7. 23 Nov, 2015 1 commit
  8. 19 Nov, 2015 1 commit
  9. 04 Nov, 2015 2 commits
  10. 03 Nov, 2015 1 commit
  11. 01 Nov, 2015 1 commit
  12. 31 Oct, 2015 1 commit
  13. 29 Oct, 2015 1 commit
  14. 23 Sep, 2015 1 commit
  15. 21 Sep, 2015 1 commit
  16. 10 Sep, 2015 1 commit
  17. 03 Sep, 2015 1 commit
  18. 01 Sep, 2015 1 commit
  19. 31 Aug, 2015 1 commit
  20. 29 Jul, 2015 1 commit
  21. 16 Jul, 2015 1 commit
  22. 13 Jul, 2015 1 commit
  23. 10 Jul, 2015 1 commit
  24. 10 Jun, 2015 2 commits
  25. 16 Mar, 2015 1 commit
  26. 06 Mar, 2015 1 commit
  27. 24 Feb, 2015 2 commits
  28. 21 Feb, 2015 1 commit
  29. 20 Feb, 2015 1 commit
  30. 10 Jan, 2015 1 commit
  31. 08 Jan, 2015 1 commit
  32. 05 Jan, 2015 1 commit
  33. 03 Jan, 2015 2 commits
  34. 30 Dec, 2014 2 commits
    • Jason Swails's avatar
    • Jason Swails's avatar
      Add a usesPeriodicBoundaryConditions() method to all of the Force classes and · ddbd992b
      Jason Swails authored
      the System. The System inspects all of its forces and calls
      usePeriodicBoundaryConditions -- it reports 'true' if at least one of its Forces
      returns 'true' for usesPeriodicBoundaryConditions.
      
      The default Force implementation is to raise an exception (NotImplementedError).
      The System implementation will return true if at least one of its Forces returns
      'true' for usesPeriodicBoundaryConditions, _regardless_ of whether or not one or
      more of the forces does not implement the method. If at least one of the forces
      does not implement usesPeriodicBoundaryConditions and all forces return false,
      an OpenMMException is thrown.
      ddbd992b