"vscode:/vscode.git/clone" did not exist on "adfd84c27330f99c59a9e1c510c07473a7ac8a9b"
  1. 01 Mar, 2022 1 commit
  2. 27 Jan, 2022 1 commit
  3. 10 Jan, 2022 1 commit
  4. 27 Dec, 2021 1 commit
  5. 30 Nov, 2021 1 commit
  6. 20 Nov, 2021 1 commit
  7. 19 Nov, 2021 1 commit
  8. 15 Nov, 2021 1 commit
  9. 06 Oct, 2021 1 commit
  10. 04 Oct, 2021 1 commit
  11. 16 Sep, 2021 1 commit
  12. 15 Jul, 2021 1 commit
  13. 15 Jun, 2021 1 commit
  14. 22 May, 2021 1 commit
    • Peter Eastman's avatar
      Converted AMOEBA to common platform (#3120) · 8e8923a7
      Peter Eastman authored
      * Began converting AMOEBA to common platform
      
      * Beginning of OpenCL platform for AMOEBA
      
      * Converted AmoebaVdwForce to common platform
      
      * Cleaned up reference AMOEBA tests
      
      * Began converting AmoebaMultipoleForce to common platform
      
      * Continue converting AmoebaMultipoleForce to common platform
      
      * Bug fixes
      
      * Bug fix
      
      * Continue converting AmoebaMultipoleForce to common platform
      
      * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform
      
      * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform
      
      * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce
      
      * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce
      
      * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce
      
      * Converted arrays from real3 to real
      
      * Bug fix to OpenCL AmoebaGeneralizedKirkwoodForce
      
      * Fixes for AMD GPUs
      
      * Began converting HippoNonbondedForce to common platform
      
      * Continuing to convert HippoNonbondedForce to common platform
      
      * Continuing to convert HippoNonbondedForce to common platform
      
      * Working on unifying PME kernels
      
      * Fixed error on devices without 64 bit atomics
      
      * Unified PME kernels
      
      * Converted HippoNonbondedForce to common platform
      
      * Creating OpenCL implementation of HippoNonbondedForce
      
      * Continuing OpenCL implementation of HippoNonbondedForce
      
      * Mostly finished OpenCL implementation of HippoNonbondedForce
      
      * Eliminated three component vector types in host code
      
      * Fix errors on CPU OpenCL
      
      * Skip double precision tests for AMOEBA on OpenCL
      
      * Bug fixes
      
      * Bug fixes
      
      * Fixed compilation error
      8e8923a7
  15. 22 Mar, 2021 1 commit
  16. 19 Mar, 2021 1 commit
  17. 16 Mar, 2021 1 commit
  18. 11 Mar, 2021 1 commit
  19. 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
  20. 22 Feb, 2021 1 commit
  21. 18 Feb, 2021 1 commit
  22. 11 Feb, 2021 1 commit
  23. 28 Jan, 2021 1 commit
  24. 23 Dec, 2020 1 commit
  25. 10 Dec, 2020 2 commits
  26. 25 Nov, 2020 1 commit
  27. 08 Oct, 2020 1 commit
  28. 25 Sep, 2020 1 commit
  29. 24 Sep, 2020 1 commit
  30. 16 Sep, 2020 1 commit
  31. 10 Sep, 2020 1 commit
  32. 03 Sep, 2020 1 commit
  33. 02 Sep, 2020 1 commit
  34. 28 Aug, 2020 1 commit
  35. 20 Aug, 2020 1 commit
  36. 18 Aug, 2020 1 commit
  37. 01 Jul, 2020 1 commit
  38. 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
  39. 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