1. 31 Jan, 2023 1 commit
  2. 30 Jun, 2022 1 commit
    • Peter Eastman's avatar
      Use PocketFFT (#3667) · 1dac981a
      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
      1dac981a
  3. 22 Jun, 2022 1 commit
  4. 21 Jun, 2022 1 commit
  5. 10 Jun, 2022 1 commit
  6. 19 May, 2022 1 commit
  7. 17 Apr, 2022 1 commit
  8. 15 Apr, 2022 1 commit
  9. 01 Mar, 2022 1 commit
  10. 27 Jan, 2022 1 commit
    • Peter Eastman's avatar
      CustomNonbondedForce supports computed values (#3412) · 33c694d4
      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
      33c694d4
  11. 02 Nov, 2021 1 commit
    • Peter Eastman's avatar
      updateParametersInContext() can change tabulated functions (#3307) · 27bcb657
      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
      27bcb657
  12. 14 Oct, 2021 1 commit
    • Peter Eastman's avatar
      Created MonteCarloFlexibleBarostat (#3284) · 9270d590
      Peter Eastman authored
      * Created MonteCarloFlexibleBarostat
      
      * Improved test cases
      
      * Documentation for MonteCarloFlexibleBarostat
      
      * Added a missing include
      
      * Serialization for MonteCarloFlexibleBarostat
      
      * Added MonteCarloFlexibleBarostat to C++ API docs index
      
      * Added citation for MonteCarloFlexibleBarostat
      9270d590
  13. 30 Sep, 2021 1 commit
  14. 20 Sep, 2021 1 commit
  15. 16 Sep, 2021 1 commit
  16. 28 Feb, 2021 1 commit
    • Peter Eastman's avatar
      Point based geometric functions for custom forces (#3037) · a85c2428
      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
      a85c2428
  17. 09 Feb, 2021 1 commit
  18. 23 Dec, 2020 1 commit
  19. 25 Nov, 2020 1 commit
  20. 18 Aug, 2020 1 commit
  21. 28 Jul, 2020 1 commit
  22. 24 Jun, 2020 1 commit
  23. 01 Jun, 2020 1 commit
  24. 27 May, 2020 1 commit
  25. 06 May, 2020 1 commit
  26. 05 May, 2020 1 commit
  27. 04 May, 2020 1 commit
    • Andy Simmonett's avatar
      Nosé Hoover Middle scheme (#2600) · 5f374e1d
      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
      5f374e1d
  28. 14 Apr, 2020 1 commit
  29. 05 Apr, 2020 1 commit
  30. 31 Mar, 2020 1 commit
  31. 28 Mar, 2020 3 commits
  32. 25 Mar, 2020 1 commit
  33. 23 Mar, 2020 1 commit
    • Alex Henrie's avatar
      Remove unused variables (#2605) · a752d258
      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
      a752d258
  34. 21 Feb, 2020 1 commit
  35. 14 Feb, 2020 1 commit
  36. 04 Feb, 2020 1 commit
  37. 11 Dec, 2019 1 commit
  38. 19 Nov, 2019 1 commit