"vscode:/vscode.git/clone" did not exist on "50efef131d1f62d480f33f2ce5394492cca14f8b"
- 29 Sep, 2015 11 commits
-
-
Jason Swails authored
work for the input variable type.
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
cubic/quartic/pentic/etc. terms are NOT working for some reason.
-
Jason Swails authored
expansion coefficients.
-
Jason Swails authored
docstring says it should be (kJ/nm^2) -- the swig input generator had the inverse. Adds a test case for the AmoebaGeneralizedKirkwoodForce API.
-
Jason Swails authored
angles are in degrees (unlike *every* other angle force out there), and stripUnits automatically reduces all angles to radians if they come in with units. The approach here is to *slightly* change the API, so that AmoebaAngleForce.addAngle interprets input angles <2*pi as radians, and >2*pi as degrees. This is heuristic, but should work in every case out in the wild so far. I've also updated the documentation to reflect this behavior, and fixed the units attached to the return value of AmoebaAngleForce.getAngleParameters() to return degrees instead of radians.
-
Jason Swails authored
AmoebaBondForce.
-
Jason Swails authored
Turns out CustomManyParticleForce is broken when adding per-particle parameters with units.
-
Jason Swails authored
-
Jason Swails authored
-
- 27 Aug, 2015 1 commit
-
-
peastman authored
-
- 13 Aug, 2015 4 commits
-
-
Robert McGibbon authored
Clean up Fix OpenCL platform on low-end devices Close file before deleting in TestAmberPrmtopFile.py Close PDBx file before deleting to fix windows test failure in TestPDbxFile.py Fix test checkpoint reporter close file before repoening Add bytes typemap Update appveyor.yml Fix exit status Supress 4305 and 4244 warnings Print the last failed tests output Make numpy optional in test Improve scipy skip too Refactor TestCheckpointReporter.py to not require numpy test on the proper file Remove annoying -V
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 12 Aug, 2015 2 commits
-
-
Robert T. McGibbon authored
-
Robert McGibbon authored
-
- 08 Aug, 2015 1 commit
-
-
Jason Swails authored
-
- 05 Aug, 2015 1 commit
-
-
Robert McGibbon authored
-
- 23 Jun, 2015 1 commit
-
-
Jason Swails authored
to precision)
-
- 19 Jun, 2015 3 commits
-
-
Jason Swails authored
numpy.
-
Jason Swails authored
-
Jason Swails authored
-
- 18 May, 2015 1 commit
-
-
Jason Swails authored
-
- 14 May, 2015 1 commit
-
-
peastman authored
-
- 13 May, 2015 1 commit
-
-
peastman authored
-
- 04 May, 2015 2 commits
- 02 May, 2015 1 commit
-
-
Jason Swails authored
-
- 22 Apr, 2015 2 commits
-
-
Jason Swails authored
This also removes assert statements, since those can't be relied upon to *not* be optimized away -- they should never be used to check user input sanity.
-
Jason Swails authored
Also fixes the test case. Everything should pass now.
-
- 10 Apr, 2015 1 commit
-
-
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.
-
- 19 Mar, 2015 1 commit
-
-
Jason Swails authored
Adds a test for it as well.
-
- 14 Mar, 2015 2 commits
-
-
kyleabeauchamp authored
-
kyleabeauchamp authored
-
- 05 Mar, 2015 1 commit
-
-
Jason Swails authored
-
- 03 Mar, 2015 1 commit
-
-
peastman authored
-
- 27 Feb, 2015 1 commit
-
-
peastman authored
-
- 20 Feb, 2015 1 commit
-
-
peastman authored
-