1. 10 Jun, 2015 2 commits
  2. 16 Mar, 2015 1 commit
  3. 06 Mar, 2015 1 commit
  4. 24 Feb, 2015 2 commits
  5. 21 Feb, 2015 1 commit
  6. 20 Feb, 2015 1 commit
  7. 10 Jan, 2015 1 commit
  8. 08 Jan, 2015 1 commit
  9. 05 Jan, 2015 1 commit
  10. 03 Jan, 2015 2 commits
  11. 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
  12. 03 Dec, 2014 2 commits
  13. 02 Dec, 2014 1 commit
  14. 11 Nov, 2014 1 commit
  15. 13 Oct, 2014 1 commit
  16. 03 Oct, 2014 1 commit
  17. 23 Sep, 2014 3 commits
  18. 05 Sep, 2014 1 commit
  19. 29 Aug, 2014 1 commit
  20. 20 Aug, 2014 1 commit
  21. 14 Aug, 2014 1 commit
  22. 07 Aug, 2014 1 commit
  23. 06 Aug, 2014 1 commit
  24. 05 Aug, 2014 1 commit
  25. 17 Jul, 2014 1 commit
  26. 16 Jul, 2014 2 commits
    • Jason Swails's avatar
      Switch to a deep copy on the tabulated functions in CustomNonbondedForce. This · 4517491d
      Jason Swails authored
      necessitated creating a Copy method to do that on TabulatedFunction classes.
      4517491d
    • Jason Swails's avatar
      Add an explicit (shallow) copy constructor for CustomNonbondedForce. This fixes · d3046049
      Jason Swails authored
      segfaults when you use the long-range dispersion correction with the
      CustomNonbondedForce if the force uses TabulatedFunction objects. Basically, it
      prevents the copy from taking ownership (and deleting) the functions in its
      destructor.
      
      The use cases for CustomNonbondedForce copying currently is to recompute the
      long-range prefactor if the parameters change (so the CustomNonbondedForceImpl
      kernels need a copy of the Force object). Doing a full (deep) copy would be a
      bit slower (although would only need to be paid once for each
      CustomNonbondedForce object being used).
      d3046049
  27. 14 Jul, 2014 1 commit
  28. 12 Jun, 2014 1 commit
  29. 10 Jun, 2014 2 commits
  30. 20 May, 2014 2 commits