- 08 Jan, 2020 1 commit
-
-
peastman authored
* Began creating common compute framework to unify code between CUDA and OpenCL * Began OpenCL implementation of common compute framework * Common implementation of CMMotionRemover * CUDA implementation of common compute interface * Converted HarmonicBondForce to common compute API * Converted standard bonded forces to common compute API * Converted ExpressionUtilities to common compute API * Created ComputeParameterSet * Converted custom bonded forces to common compute API * Converted CustomCentroidBondForce to common compute API * Converted CustomManyParticleForce to common compute API * Moved lots of duplicate code from CudaContext and OpenCLContext to ComputeContext * Converted GayBerneForce to common compute API * Removed obsolete kernels * Converted verlet integrators to common compute API * Converted Langevin and Brownian integrators to common compute API * Converted CustomIntegrator to common compute API * Converted CustomNonbondedForce to common compute API * Removed uses of a deprecated API * Fixed failing test cases * Converted GBSAOBCForce to common compute API * Began converting CustomGBForce to common compute API * Finished converting CustomGBForce to common compute API * Merged duplicated code in CudaIntegrationUtilities and OpenCLIntegrationUtilities * Converted RMSDForce and AndersenThermostat to common compute API * Converted CustomHbondForce to common compute API * Merged scripts for encoding kernel sources * Converted Drude plugin to common compute API * Fixed errors in CMake scripts * Attempt at fixing errors on Windows * Added discussion of common compute API to developer guide * Added Windows export macro for common classes * Fixed error in CMMotionRemover * Ubdated travis to newer Ubuntu version * Fixed errors on CPU OpenCL * Fixed Windows linking errors * Added missing pragma for 32 bit atomics * Replaced long long with mm_long * More fixes to Windows linking * Bug fix
-
- 06 Jan, 2020 3 commits
-
-
peastman authored
remove deprecated modules from project
-
peastman authored
Add support to ForceField for handling SMIRNOFF trefoil impropers
-
John Chodera authored
-
- 05 Jan, 2020 1 commit
-
-
Frazer Leslie Clews authored
-
- 04 Jan, 2020 3 commits
-
-
John Chodera authored
-
John Chodera authored
-
John Chodera authored
-
- 03 Jan, 2020 2 commits
-
-
John Chodera authored
-
John Chodera authored
Add new 'smirnoff' mode to ForceField improper torsion handling behaviors to allow SMIRNOFF trefoil torsions to be added correctly
-
- 30 Dec, 2019 2 commits
- 21 Dec, 2019 1 commit
-
-
peastman authored
WIP: Nosé-Hoover Thermostat
-
- 20 Dec, 2019 1 commit
-
-
Andy Simmonett authored
-
- 19 Dec, 2019 2 commits
-
-
Andy Simmonett authored
-
peastman authored
Lipid
-
- 16 Dec, 2019 2 commits
-
-
Ennio Lavagnini authored
-
Ennio Lavagnini authored
The following lipid were added to the addMembrane() method: DLPC, DLPE, DMPC, DOPC, DPPC. Original pdb files were taken from http://www.fos.su.se/~sasha/SLipids/Downloads.html . Original files were obtained at temperatures between 293K and 303K. NPT MD simulations were run for all the systems at 298K for ~10 ns and the last simulation step was used to create the pdb files.
-
- 12 Dec, 2019 2 commits
-
-
peastman authored
Fix Lepton optimization with -ffast-math
-
Jérôme Hénin authored
Lepton::ParsedExpression::getConstantValue() used to return NaN to indicate non-constant expressions. This can break with -ffast-math optimization where NaN comparisons are not defined. This patch defines bool isConstant() to test whether an expression is constant before calling getConstantValue(). getConstantValue() now throws an exception if called on a non-constant expression.
-
- 11 Dec, 2019 3 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
- 10 Dec, 2019 2 commits
-
-
peastman authored
Fixed a potential bug in charmmpsffile parser when building 1-3 and 1-4 exclusions
-
Zheng Gong authored
-
- 06 Dec, 2019 1 commit
-
-
Zheng Gong authored
-
- 04 Dec, 2019 3 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Zheng GONG authored
Update from upstream
-
- 03 Dec, 2019 2 commits
-
-
peastman authored
Signature modification to Modeller.addExtraParticles()
-
Maria Chiara Storer authored
-
- 02 Dec, 2019 2 commits
-
-
Andy Simmonett authored
-
Maria Chiara Storer authored
Within Modeller.addExtraParticles(), add the ability to pass down an option to modify compiled.matchResidueToTemplate() 's ignoreExternalBonds parameter. https://simtk.org/plugins/phpBB/viewtopicPhpbb.php?f=161&t=11264&p=0&start=0&view=&sid=e384beeb08f3bfd767dcfb546006ad63
-
- 21 Nov, 2019 1 commit
-
-
peastman authored
Optimized processing of expressions with tabulated functions
-
- 19 Nov, 2019 2 commits
- 18 Nov, 2019 2 commits
-
-
Mark J. Williamson authored
-
peastman authored
Update travis to test more recent Python versions
-
- 15 Nov, 2019 2 commits