1. 04 Nov, 2014 1 commit
    • Jason Swails's avatar
      Fix another small bug for unit handling with numpy arrays. Fixes the exception: · a5c00fa5
      Jason Swails authored
      Traceback (most recent call last):
        File ".../python/tests/TestNumpyCompatibility.py", line 87, in testNumpyAttributes
          d = self.data.reshape((100, 3))
        File ".../simtk/unit/quantity.py", line 575, in reshape
          return Quantity(self._value.reshape(shape, order=order))
        File ".../simtk/unit/quantity.py", line 142, in __init__
          if value == first_item:
      ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
      
      Also add a test for new unit numpy capabilities.
      a5c00fa5
  2. 03 Nov, 2014 2 commits
  3. 23 Oct, 2014 4 commits
  4. 22 Oct, 2014 3 commits
  5. 15 Oct, 2014 1 commit
  6. 06 Oct, 2014 4 commits
  7. 18 Sep, 2014 1 commit
  8. 17 Sep, 2014 2 commits
  9. 08 Sep, 2014 1 commit
  10. 02 Sep, 2014 1 commit
  11. 26 Aug, 2014 1 commit
  12. 22 Aug, 2014 1 commit
  13. 20 Aug, 2014 1 commit
  14. 16 Aug, 2014 1 commit
  15. 10 Aug, 2014 1 commit
    • Jason Swails's avatar
      Redo the way CHARMM PSF files are parsed. This should be much more robust in · 4b9221e3
      Jason Swails authored
      terms of supporting PSF files that don't really conform to the "standard" way
      that CHARMM prints them.
      
      The downside is that it relies on ! comment tags which I think are comments for
      CHARMM.  However, the use of !NATOM and !NBOND and other tags seem to be _much_
      more conserved than the general format of the PSF file across different dialects
      of PSFs.  So the current approach should be more flexible.
      4b9221e3
  16. 09 Aug, 2014 1 commit
  17. 23 Jul, 2014 1 commit
  18. 21 Jul, 2014 2 commits
  19. 18 Jul, 2014 4 commits
  20. 17 Jul, 2014 1 commit
  21. 16 Jul, 2014 2 commits
  22. 15 Jul, 2014 2 commits
  23. 14 Jul, 2014 2 commits
    • Jason Swails's avatar
      Change the default so that NBFIX amber topology files use a long-range · fee9a5b8
      Jason Swails authored
      correction by default. Then add a test for using the long-range correction and
      _not_ using the long-range correction.  Comment out the test using the
      long-range correction since it currently segfaults.  When the fix for the
      segfault is added, this test can be reinstated (but the energy has to be
      updated)
      
      This change in default makes it consistent with the default behavior for the
      classical NonbondedForce, and I would have set that as the default to begin with
      if I had known it was supposed to work.
      fee9a5b8
    • peastman's avatar
      615b18c2