- 17 Feb, 2024 1 commit
-
-
Peter Eastman authored
* Made LangevinIntegrator identical to LangevinMiddleIntegrator * Removed unused code * VariableLangevinIntegrator uses LFMiddle
-
- 02 Feb, 2024 1 commit
-
-
Peter Eastman authored
* Reference platform supports nested virtual sites * Common platform supports nested virtual sites * Fixed force distribution from nested virtual sites * Fixed test failures
-
- 14 Jul, 2023 1 commit
-
-
Dirtyworker authored
-
- 21 Jun, 2022 1 commit
-
-
Peter Eastman authored
-
- 19 May, 2022 1 commit
-
-
Peter Eastman authored
-
- 17 May, 2022 1 commit
-
-
Peter Eastman authored
-
- 11 May, 2022 1 commit
-
-
Peter Eastman authored
* Added FAQ links to error messages * Added missing Windows export
-
- 17 Apr, 2022 1 commit
-
-
Peter Eastman authored
* Vectorize NonbondedForce with no cutoff * Vectorize CustomNonbondedForce with no cutoff * Memory efficient dense neighbor list * Fixed errors
-
- 15 Apr, 2022 1 commit
-
-
Peter Eastman authored
-
- 14 Apr, 2022 1 commit
-
-
Peter Eastman authored
* Began vectorizing CustomNonbondedForce * Refactored CpuCustomNonbondedForce to support multiple vector sizes * AVX implementation of CpuCustomNonbondedForce * Fixed compilation errors
-
- 27 Jan, 2022 1 commit
-
-
Peter Eastman authored
* Reference implementation of computed values for CustomNonbondedForce * CPU implementation of computed values for CustomNonbondedForce * Common implementation of computed values for CustomNonbondedForce * Serialization of computed values * ForceField supports computed values
-
- 02 Nov, 2021 1 commit
-
-
Peter Eastman authored
* updateParametersInContext() can change tabulated functions * Fixed error in building C wrappers * updateParametersInContext() can change tabulated functions for CustomCentroidBondForce * CustomNonbondedForce can update tabulated functions * CustomGBForce can update tabulated functions * CustomManyParticleForce can update tabulated functions * CustomHbondForce can update tabulated functions
-
- 20 Sep, 2021 1 commit
-
-
Peter Eastman authored
-
- 28 Feb, 2021 1 commit
-
-
Peter Eastman authored
* Began implementing geometric functions on points * Started common implementation of point functions * Completed implementation of point functions for CustomCompoundBondForce * Implemented point functions for CustomCentroidBondForce * Implemented point functions for CustomManyParticleForce * Use point functions to simplify implementation of custom forces * Removed unnecessary code * Fixed typo
-
- 09 Feb, 2021 1 commit
-
-
Peter Eastman authored
-
- 28 Jan, 2021 1 commit
-
-
Peter Eastman authored
-
- 25 Nov, 2020 1 commit
-
-
peastman authored
-
- 09 Jun, 2020 1 commit
-
-
Daniel Towner authored
-
- 01 Jun, 2020 2 commits
-
-
peastman authored
-
Thomas Trummer authored
-
- 18 May, 2020 1 commit
-
-
Daniel Towner authored
The exclusion mask was 8-bits wide, but future CPU support will require more bits than this (e.g., AVX-512 will be 16-bit).
-
- 30 Apr, 2020 1 commit
-
-
dwtowner authored
* CPU: Refactored code to be generic across vector CPU platforms. Ewald and non-Ewald interactions now share a common code base, templated on their interaction type. The vec4 and vec8 implementations have been replaced by a single generic implementation class which is templated on SIMD type. Currently works for SIMD4 and SIMD8 types, but can be extended in future to support other types (e.g., AVX-512). Modified runtime CPU support to lay groundwork for future SIMD types. Pulled out some vector utility functions (gather pair, reduce), and refactored the AVX CPU code to make use of them. * CPU: Fixed coding standards and incorrect header include. * CPU: Fixed code review comments from PR #2661 * CPU: Fixed CI build issues. * CPU: Further CI fixes. * CPU: Fix for unit test failure on MacOS. Reverted optimised code to go back to a version which is thought to work on MacOS. The optimisation will be reapplied in future after the failure is understood better.
-
- 23 Mar, 2020 1 commit
-
-
Alex Henrie authored
* Remove unused variable from CpuCustomGBForce::calculateIxn * Remove unused variable from CpuCalcCustomManyParticleForceKernel::initialize * Remove unused variable from CudaCalcCustomCVForceKernel::initialize * Remove unused variable from ReferenceCalcCustomManyParticleForceKernel::initialize * Remove unused variables from ReferenceObc::computeBornEnergyForces * Remove unused variable from AmoebaTorsionTorsionForceProxy::serialize
-
- 21 Feb, 2020 1 commit
-
-
peastman authored
-
- 14 Feb, 2020 1 commit
-
-
Peter Eastman authored
-
- 04 Feb, 2020 1 commit
-
-
Peter Eastman authored
-
- 28 Jan, 2020 1 commit
-
-
peastman authored
-
- 01 Nov, 2019 1 commit
-
-
peastman authored
-
- 21 Oct, 2019 1 commit
-
-
peastman authored
-
- 11 Sep, 2019 1 commit
-
-
peastman authored
-
- 24 Jun, 2019 1 commit
-
-
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
-
- 20 Mar, 2019 1 commit
-
-
Peter Eastman authored
-
- 30 Nov, 2018 1 commit
-
-
peastman authored
-
- 10 Oct, 2018 1 commit
-
-
Peter Eastman authored
-
- 23 Sep, 2018 1 commit
-
-
peastman authored
-
- 25 Jul, 2018 1 commit
-
-
peastman authored
-
- 03 Jul, 2018 1 commit
-
-
peastman authored
-
- 25 Jun, 2018 1 commit
-
-
peastman authored
-
- 21 Jun, 2018 1 commit
-
-
peastman authored
-