- 17 Jan, 2015 3 commits
-
-
Jason Swails authored
-
peastman authored
Variable step size integrators were scaling the step size incorrectly
-
peastman authored
-
- 15 Jan, 2015 9 commits
-
-
peastman authored
Make it so that random forces and integrators generate unique seeds each time a Context is made
-
peastman authored
Fix for #780
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
principle -> principal... I'm a bozo.
-
Robert McGibbon authored
-
peastman authored
Catch nan coordinates before they can produce a segfault
-
peastman authored
-
Jason Swails authored
random numbers. Add 2 citations about Langevin synchronization. Convert the references.bib file to UNIX line endings.
-
- 14 Jan, 2015 2 commits
-
-
peastman authored
Some windows changes
-
Robert McGibbon authored
-
- 13 Jan, 2015 3 commits
-
-
Robert T. McGibbon authored
-
peastman authored
Fix typemap for str/bytes -> std::string
-
Robert McGibbon authored
-
- 12 Jan, 2015 10 commits
-
-
peastman authored
Fixed bug in reference CustomCompoundBondForce
-
peastman authored
-
peastman authored
-
Robert McGibbon authored
-
peastman authored
stripUnits behavior with bytes
-
peastman authored
.message -> str()
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 10 Jan, 2015 2 commits
-
-
Jason Swails authored
to 0 here as well.
-
Jason Swails authored
-
- 09 Jan, 2015 4 commits
-
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
"truly" random seed being generated from the wall clock upon Context creation.
-
Jason Swails authored
This commit hits the CPU platform (I had previously thought it just used the Reference generator) as well as the CustomIntegrator stream that is set separately from the standard "integrator" stream attached to each platform for CUDA and OpenCL platforms (it seemed to me that the Reference platform's CustomIntegrator just used the integrator random stream).
-
- 05 Jan, 2015 3 commits
-
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
Context into the platform rather than hacked into getRandomNumberSeed... Someone please check this.
-
- 03 Jan, 2015 4 commits
-
-
Jason Swails authored
rather than some pre-set seed generated at construction time. Any call to "setRandomNumberSeed" prevents this behavior (unless the generator is seeded with 0).
-
peastman authored
Add a check and raise an exception if someone tries to use a CHAMBER-style prmtop
-
peastman authored
Implements `usesPeriodicBoundaryConditions` on `Force`s and `System`
-
Jason Swails authored
topology file with the Amber file parsers. These do *not* currently work for creating a system.
-