"platforms/reference/vscode:/vscode.git/clone" did not exist on "d9941f475d4a2d64e7a5c8573ee143b1d9694ce4"
- 20 Nov, 2024 1 commit
-
-
Michael J. Schnieders authored
* Update the AMOEBA OpenMM API for vdW, GK and WCA * Changes needed for the Corrigan et al Generalized Kirkwood model and minor changes to the vdW force to support CpHMD * Add casts to real for uses of POW in GK; Pass force by reference within the WCA kernel * Update swigInputConfig for Amoeba vdW and GK forces * Update TestAPIUnits.testAmoebaVdwForce * Set the units for getSolventDielectric and getSoluteDielectric to None * Update default dispersion offset parameter for the AmoebaWcaDispersionForce * Remove overloaded getParticleParameters and setParticleParameters from AmoebaGeneralizedKirkwoodForce * Update the AmoebaWcaDispersionForce TestAPIUnits tests to reflect using the correct units for the C++ parameter default values; Update the alanine-dipeptide-amoeba-forces to reflect the updated GK model * Move neck descreening constants into AmoebaGeneralizedKirkwoodForceImpl; set the default GK dielecticOffset to 0.09; set the default WCA shctd parameter to 0.82 * Fix Python test cases for WCA and GK * Load AMOEBA/GK parameters into an array of float4 * Cleaned up the AmoebaGeneralizedKirkwoodForce based on feedback from Peter; the one case where backwards compatibility remains a challenge is application of the dielectric offset parameter - in the prior code this was only applied to the nonpolar cavity term, but not to calculation of Born radii; in this revision the dielectric offset is applied to BOTH the nonpolar cavity term and to calculation of Born radii. At this point I can't think of elegant way to maintain backwards compatibility that isn't confusing, nor does it make sense (at least to me) to only apply the concept of the dieletric offset to one aspect (i.e. only to nonpolar cavity or only to Born radii calculation) but not to both. * Remove 'using std::vector' from AmoebaGeneralizedKirkwoodForceImpl.h; divide by 10 instead of multiplying by 0.1f in amoebaGk.cc * Added a parameter called descreenOffset, which is applied during calculation of effective Born radii for GK. The parameter dielectricOffset is only used for the nonpolar cavity term consistent with its prior use. All tests in TestAmoebaGeneralizedKirkwoodForce.h are now backwards compatible with their behavior prior to this PR. * Change two constants in amoebaGk.cc to single precision; Improved the documentation for getNeckConstants in AmoebaGeneralizedKirkwoodForceImpl.h * Fix comment for setTanhRescaling in AmoebaGeneralizedKirkwoodForce.h, Fix comment for setTanhParameters in AmoebaReferenceGeneralizedKirkwoodForce.h; set the type of parameter GeneralizedKirkwoodTanhRescaling to bool in AmoebaGeneralizedKirkwoodForceProxy.cpp; In ReferenceCalcAmoebaGeneralizedKirkwoodForceKernel return references of per particle parameters instead of copies; update AmoebaReferenceKernels.h method signatures for per particle parameters to return const vector references * Minor tweaks to the documentation for the tanh rescaling flag * Improve the comments for the get and setTanhParameters in AmoebaGeneralizedKirkwoodForce.h and AmoebaReferenceGeneralizedKirkwoodForce.h
-
- 30 Jun, 2022 1 commit
-
-
Peter Eastman authored
* Use PocketFFT instead of FFTW * Minor cleanup * Use PocketFFT instead of fftpack for reference platform * Remove FFTW as a dependency * Converted a test case to use PocketFFT * Fixed an incorrect comment
-
- 16 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Cleanup to CUDA AmoebaMultipoleForce * Deleted obsolete SOR code
-
- 04 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Replaced several AMOEBA bonded forces with custom forces * Deleted obsolete AMOEBA forces * Replaced AmoebaPiTorsionForce with custom force
-
- 09 Feb, 2021 1 commit
-
-
Peter Eastman authored
-
- 18 Aug, 2020 1 commit
-
-
peastman authored
* Updated to latest values for physical constants * Updated documentation on physical constants * Updated Python unit definitions * Fixed constants in test case * Added a comment
-
- 01 Jul, 2020 1 commit
-
-
Peter Eastman authored
-
- 30 Jun, 2020 1 commit
-
-
Peter Eastman authored
-
- 29 Oct, 2019 1 commit
-
-
Frazer Leslie Clews authored
-
- 11 Sep, 2019 1 commit
-
-
peastman authored
-
- 10 Sep, 2019 1 commit
-
-
Chengwen Liu authored
-
- 23 Aug, 2019 2 commits
-
-
Chengwen Liu authored
-
Chengwen Liu authored
-
- 22 Aug, 2019 1 commit
-
-
Chengwen Liu authored
-
- 21 Aug, 2019 1 commit
-
-
Michael Schnieders authored
-
- 20 Aug, 2019 1 commit
-
-
Michael Schnieders authored
-
- 19 Aug, 2019 2 commits
-
-
Michael Schnieders authored
Fixed units in swigInputConfig.py for new Alchemical AMOEBA vdW methods exposed in the OpenMM API; implemented the getDefaultParameters() on the AmoebaVdwForceImpl to return 1.0 for AmoebaVdwAlpha; Use AmoebaVdwForce::Lambda() to refer to this parameter rather than the String AmoebaVdwAlpha
-
Michael Schnieders authored
AMOEBA vdW softcore is propogated through the Reference platform; pending some feedback adding it to the CUDA code can begin
-
- 12 Apr, 2019 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 09 Apr, 2019 1 commit
-
-
peastman authored
* Created API for HIPPO force field * Beginning of reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Completed reference of HIPPO with no cutoff * Beginning cutoffs/PME for reference implementation of HIPPO * Continuing PME for reference implementation of HIPPO * Continuing PME for reference implementation of HIPPO * Continuing PME for reference implementation of HIPPO * Completed reference implementation of HIPPO * Cleanup and optimization to HIPPO reference * Further cleanup to HIPPO * Combined direct space interactions into a single loop * Compute direct space interactions in quasi-internal frame * Beginning of CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Finished CUDA implementation of HIPPO * More features and test cases for HippoNonbondedForce * Serialization and Python API for HippoNonbondedForce * Fixed sign error in computing forces
-
- 16 Aug, 2018 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 24 Jul, 2018 1 commit
-
-
Peter Eastman authored
-
- 10 Feb, 2018 1 commit
-
-
Michael Schnieders authored
Fixed an edge case bug for Gyrcuk Radii. If the radius (ri) of the atom being descreened is larger than sum of the separation distance (r) and scaled descreening radius (sk), then there is no descreening. This could happen for carbon atom (ri ~= 2) engulfing its bonded hydrogens (sk < 1).
-
- 24 Mar, 2017 1 commit
-
-
peastman authored
-
- 01 Mar, 2017 1 commit
-
-
Peter Eastman authored
-
- 23 Feb, 2017 1 commit
-
-
peastman authored
-
- 19 Jan, 2017 1 commit
-
-
Andy Simmonett authored
o Variable renaming in multipole electrostatics code, to avoid confusion. o CUDA test case only runs finite difference test for the double precision test.
-
- 13 Jan, 2017 1 commit
-
-
peastman authored
-
- 19 Dec, 2016 1 commit
-
-
Andy Simmonett authored
-
- 22 Nov, 2016 1 commit
-
-
Peter Eastman authored
-
- 18 Nov, 2016 1 commit
-
-
Andy Simmonett authored
-
- 20 Oct, 2016 1 commit
-
-
Peter Eastman authored
-
- 01 Sep, 2016 1 commit
-
-
Peter Eastman authored
-
- 05 Jul, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 01 Jul, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 30 Jun, 2016 2 commits
-
-
Saurabh Belsare authored
-
peastman authored
-
- 20 Apr, 2016 1 commit
-
-
Peter Eastman authored
-