1. 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
  2. 14 Feb, 2020 1 commit
  3. 24 Oct, 2019 2 commits
  4. 07 Oct, 2019 1 commit
  5. 22 Jan, 2018 1 commit
  6. 08 Jun, 2017 1 commit
  7. 16 Feb, 2016 1 commit
  8. 19 Nov, 2015 1 commit
  9. 01 Sep, 2015 1 commit
  10. 20 Feb, 2015 1 commit
  11. 05 Aug, 2014 1 commit
  12. 25 Oct, 2012 1 commit
  13. 09 May, 2012 1 commit
  14. 31 Jan, 2012 1 commit
  15. 15 Dec, 2011 1 commit
  16. 17 Jul, 2010 1 commit
  17. 13 Jul, 2010 1 commit
  18. 12 May, 2010 1 commit
  19. 23 Feb, 2010 1 commit
  20. 30 Jan, 2010 1 commit
  21. 29 Jan, 2010 1 commit
  22. 24 Nov, 2009 1 commit
  23. 11 Nov, 2009 1 commit
  24. 10 Nov, 2009 1 commit
  25. 22 Sep, 2009 1 commit
  26. 19 Sep, 2009 1 commit
  27. 29 Jul, 2009 1 commit
  28. 14 Jul, 2009 1 commit
  29. 10 Jul, 2009 1 commit
  30. 08 Jul, 2009 1 commit
  31. 23 Jun, 2009 1 commit
  32. 18 Jun, 2009 1 commit
  33. 21 Apr, 2009 1 commit
  34. 09 Apr, 2009 1 commit
  35. 19 Nov, 2008 1 commit
  36. 29 Oct, 2008 1 commit
  37. 22 Oct, 2008 1 commit
  38. 23 Jun, 2008 1 commit
    • Christopher Bruns's avatar
      Many changes to build OpenMM on Windows: · 90f31a68
      Christopher Bruns authored
      1) Added DLL export macros to many classes; enough to get tests to compile
      2) Cosmetic changes to reduce warnings in Visual Studio:
         a) change many "for (int i ="... to "for (size_t i ="... to avoid unsigned mismatch warnings
         b) included many explicit static_cast<OpenMMReal>() casts to document places where double->float conversion warnings occur
      90f31a68
  39. 04 Jun, 2008 1 commit