- 22 Apr, 2015 3 commits
-
-
Jason Swails authored
-
peastman authored
Fix SWIG 3 support for the Python wrappers.
-
Jason Swails authored
See swig/swig#387 for a discussion. It would actually be nice to *not* set the "compactdefaultargs" feature globally, since that would allow us to actually see the real API at the Python level the same as you would see by looking at the C++ header files. But this is the only way to support both SWIG 2 and SWIG 3 easily and avoid a lot of retooling for the SWIG input code generator.
-
- 20 Apr, 2015 2 commits
-
-
Jason Swails authored
-
Jason Swails authored
-
- 16 Apr, 2015 8 commits
- 15 Apr, 2015 6 commits
- 14 Apr, 2015 2 commits
- 13 Apr, 2015 1 commit
-
-
peastman authored
-
- 10 Apr, 2015 3 commits
-
-
peastman authored
-
peastman authored
-
Jason Swails authored
Apparently CHARMM PSF files (particularly those printed by VMD's psfgen) can have an insertion code tacked on to the end of the residue number, meaning that casting to an integer will invariably fail. We can't just ignore the insertion code, though, since it will differentiate from the residues that came before and after (which will likely have the same number -- same general idea as insertion codes from PDB files). So instead we pull the insertion code off of the residue number and extend the Residue object to accommodate that. This is the port of the fix from ParmEd: ParmEd/ParmEd#98 I added a test for this case.
-
- 09 Apr, 2015 1 commit
-
-
peastman authored
Implemented an optimized real-to-complex FFT
-
- 08 Apr, 2015 3 commits
-
-
peastman authored
-
Peter Eastman authored
-
peastman authored
-
- 06 Apr, 2015 2 commits
- 03 Apr, 2015 3 commits
-
-
Peter Eastman authored
-
peastman authored
-
Peter Eastman authored
-
- 02 Apr, 2015 1 commit
-
-
peastman authored
-
- 01 Apr, 2015 2 commits
- 30 Mar, 2015 2 commits
- 25 Mar, 2015 1 commit
-
-
peastman authored
Parallelized extraction of inverse matrix for CCMA
-