- 08 Jan, 2018 2 commits
- 15 Dec, 2017 1 commit
-
-
peastman authored
Updated CUDA version in prepare script
-
- 14 Dec, 2017 1 commit
-
-
peastman authored
-
- 12 Dec, 2017 2 commits
- 06 Dec, 2017 2 commits
- 05 Dec, 2017 2 commits
- 04 Dec, 2017 3 commits
-
-
peastman authored
Fix Quantity.__setitem__ bug with slice assignment
-
peastman authored
Fix Bond pickling in Python 2.7
-
Andrea Rizzi authored
-
- 03 Dec, 2017 2 commits
-
-
peastman authored
Eliminate stray non-ASCII characters from references.bib since this breaks sphinx
-
John Chodera authored
-
- 01 Dec, 2017 3 commits
-
-
jchodera authored
-
jchodera authored
-
Levi Naden authored
The pickle round trip for the Bond object does not preserve the `type` and `order` parameters in Python 2.7. Near as I can tell, its because the parent `namedtuple` already has a __getstate__ method, so the default of returning the `__dict__` is never given, so `__setstate__` is not called (as default). This leads to pickle restoring the state, but never invoking the `__new__` statement, resulting in `type` and `order` being lost. This PR fixes this problem in python 2.7, without breaking python 3.x versions. Related mdtraj/mdtraj#1308
-
- 30 Nov, 2017 6 commits
- 29 Nov, 2017 4 commits
- 28 Nov, 2017 1 commit
-
-
peastman authored
-
- 22 Nov, 2017 4 commits
- 20 Nov, 2017 3 commits
- 19 Nov, 2017 2 commits
-
-
peastman authored
Remove optimization to ForceField's LennardJonesGenerator that was causing issues with CHARMM conversion
-
John Chodera authored
Remove optimization to ForceField LennardJonesGenerator that was causing issues with CHARMM conversion
-
- 14 Nov, 2017 1 commit
-
-
peastman authored
-
- 12 Nov, 2017 1 commit
-
-
peastman authored
Test both CUDA 8 and CUDA 9 (and have it work concurrently).
-