- 02 Aug, 2023 1 commit
-
-
Emilio Gallicchio authored
* Draft integration of the Alchemical Transfer Method (ATM) plugin * Attempt to store and retrieve forces--does not compile * Implement addForce()/getForce() methods * Throw exception when specifying properties without a Platform (#4130) * Fixed DOF calculation for NoseHooverIntegrator (#4128) * Fix variance in documentation of VerletIntegrator (#4138) * Python API for ATMForce * Fixed compilation error * Minor cleanup of formatting and documentation * Files for ATMForce test cases * More cleanup * Removed variable groups * Test ATMForce with two particles * More tests for ATMForce plus fixes * Added missing header * Rework interface to pass displacements as vector of parameters * Revert "Rework interface to pass displacements as vector of parameters" This reverts commit 5e092031f31ded1137b677588f007add1c2d6f82. * Test with nonbonded force * Allow energy expression to be custom...
-
- 18 Apr, 2023 1 commit
-
-
Peter Eastman authored
-
- 20 Jan, 2023 1 commit
-
-
Peter Eastman authored
-
- 15 Mar, 2022 1 commit
-
-
Andreas Krämer authored
* computeDrudeTemperature * cleanup * revert drude temperature computation in DrudeNoseHoover
-
- 01 Mar, 2022 1 commit
-
-
Peter Eastman authored
* DrudeLangevinIntegrator has getSystemTemperature() * DrudeNoseHooverIntegrator has getSystemTemperature() * StateDataReporter reports system temperature for Drude systems * Fixed incorrect return type
-
- 16 Sep, 2021 1 commit
-
-
Peter Eastman authored
* Allow querying current step count * Fixed error building Python wrapper
-
- 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
-
- 06 Feb, 2021 1 commit
-
-
Peter Eastman authored
-
- 01 Jul, 2020 1 commit
-
-
Peter Eastman authored
-
- 06 May, 2020 1 commit
-
-
peastman authored
-
- 04 May, 2020 1 commit
-
-
Andy Simmonett authored
* Convert Nose-Hoover into LF middle scheme by copying NH kernels * Rebrand VelocityVerletIntegrator as NoseHooverIntegrator * Consolidate NH tests * NoseHooverChainKernel begone * Make Windows builds happy * Add missing header for Windows build * Fix mistake in CommonKernels header * Add 6th Yoshida-Suzuki and make it the default
-
- 27 Feb, 2020 1 commit
-
-
Andy Simmonett authored
-
- 15 Nov, 2019 1 commit
-
-
Andy Simmonett authored
-
- 12 Nov, 2019 1 commit
-
-
Andy Simmonett authored
-
- 04 Nov, 2019 1 commit
-
-
Andy Simmonett authored
-
- 01 Nov, 2019 2 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
- 24 Oct, 2019 3 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
- 30 Sep, 2019 1 commit
-
-
peastman authored
-
- 10 Sep, 2019 1 commit
-
-
peastman authored
-
- 19 Aug, 2019 1 commit
-
-
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
-
- 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 Mar, 2018 1 commit
-
-
peastman authored
-
- 23 Jan, 2018 1 commit
-
-
Peter Eastman authored
-
- 25 Aug, 2017 1 commit
-
-
peastman authored
-
- 09 Aug, 2017 1 commit
-
-
peastman authored
-
- 08 Aug, 2017 1 commit
-
-
peastman authored
-
- 14 Jul, 2017 1 commit
-
-
peastman authored
-
- 19 Jun, 2017 1 commit
-
-
Peter Eastman authored
-
- 16 Jun, 2017 1 commit
-
-
Peter Eastman authored
-
- 22 Feb, 2017 1 commit
-
-
peastman authored
-
- 29 Apr, 2016 1 commit
-
-
peastman authored
-
- 03 Feb, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 02 Feb, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 19 Dec, 2015 1 commit
-
-
Peter Eastman authored
-
- 19 Nov, 2015 1 commit
-
-
Peter Eastman authored
-
- 17 Nov, 2015 1 commit
-
-
Philip_Tzou authored
apparently SWIG typemaps maps Python's list but not set with std::set. Instead, Python's `set` is mapped with `std::unordered_set`. The original code of `swigInputBuilder.py` is kindly in a mess. Too much lines in a single method `writeMethods` which causes debug becomes difficult. Also there are a lot of warnings about [PEP8](https://www.python.org/dev/peps/pep-0008/). A refactoring in the future may be a good idea.
-
- 04 Nov, 2015 1 commit
-
-
Peter Eastman authored
-