1. 04 Oct, 2021 1 commit
  2. 30 Sep, 2021 2 commits
  3. 20 Sep, 2021 1 commit
  4. 08 Sep, 2021 1 commit
  5. 23 Jul, 2021 1 commit
  6. 14 Jun, 2021 1 commit
  7. 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
  8. 21 May, 2021 1 commit
  9. 22 Mar, 2021 1 commit
  10. 19 Mar, 2021 1 commit
  11. 03 Mar, 2021 1 commit
  12. 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
  13. 09 Feb, 2021 1 commit
  14. 22 Dec, 2020 1 commit
    • informatorius's avatar
      Update IntegrationUtilities.cpp (#2891) · f29d6cc5
      informatorius authored
      * Update IntegrationUtilities.cpp
      
      * Use pinned buffer and for context download
      * use template to reduce duplicate code
      
      * Remove template and only add PinnedBuffer for minor performance improvement
      
      * Use pinned buffer for minor performance improvement
      
      Co-authored-by: xxx <yyy>
      f29d6cc5
  15. 12 Dec, 2020 1 commit
  16. 03 Sep, 2020 1 commit
  17. 20 Aug, 2020 1 commit
  18. 29 Jul, 2020 1 commit
  19. 28 Jul, 2020 1 commit
  20. 24 Jun, 2020 2 commits
  21. 29 May, 2020 1 commit
  22. 27 May, 2020 1 commit
  23. 25 May, 2020 1 commit
  24. 22 May, 2020 2 commits
    • Thomas Trummer's avatar
      Fix invalid call to __host__ function in computeBondedForces · 62f7a04c
      Thomas Trummer authored
      Explicitly cast the second parameter to the type of the first one so the compiler can pick an overload that is supported in device code (fixes error: calling a __host__ function("fmin<float, int, (int)0> ") from a __global__ function("computeBondedForces") is not allowed).
      62f7a04c
    • Thomas Trummer's avatar
      Removed name of variadic argument list · f0ac4661
      Thomas Trummer authored
      Naming the argument list of a variadic macro is a GNU extension which is not supported by msvc. Since CUDA uses the system preprocessor this will fail to build kernels on Windows (fixes error C2010: '.': unexpected in macro parameter list).
      f0ac4661
  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. 28 Feb, 2020 2 commits
  34. 27 Feb, 2020 1 commit