1. 27 May, 2025 2 commits
  2. 14 Nov, 2023 1 commit
  3. 21 Mar, 2023 1 commit
    • kfir4444's avatar
      Fixed: symeig deprication (#627) · 40cf334d
      kfir4444 authored
      * Fixed: symeig deprication
      
      This causes:
      RuntimeError: This function was deprecated since version 1.9 and is now removed. Please use the `torch.linalg.eigh` function instead.
      
      * Fix: slow tensor creation
      
      This raises:
      Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor.
      40cf334d
  4. 22 Apr, 2022 1 commit
  5. 25 Mar, 2022 1 commit
  6. 25 Jan, 2022 1 commit
  7. 21 Jan, 2022 1 commit
  8. 03 Nov, 2021 1 commit
  9. 31 Oct, 2021 1 commit
  10. 30 Oct, 2021 1 commit
  11. 19 Jul, 2021 2 commits
  12. 17 Apr, 2021 1 commit
  13. 15 Apr, 2021 1 commit
  14. 14 Apr, 2021 2 commits
  15. 12 Mar, 2021 1 commit
  16. 11 Mar, 2021 1 commit
  17. 10 Mar, 2021 1 commit
  18. 04 Mar, 2021 1 commit
  19. 27 Feb, 2021 3 commits
  20. 26 Feb, 2021 1 commit
    • Jinze Xue's avatar
      CUAEV double backward for force training (#571) · 813f6e61
      Jinze Xue authored
      
      
      * init
      
      * init
      
      * double backward test
      
      * fix doublebackward test
      
      * add another test
      
      * rm gaev
      
      * radial done
      
      * angular init
      
      * angular done
      
      * update
      
      * force training benchmark
      
      * format
      
      * update
      
      * benchmark
      
      * update
      
      * update
      
      * clean redundancy codes
      
      * update
      
      * adapt review request
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix
      
      * fix
      
      * cuAngularAEVs code deduplicate
      
      * pairwise double backward
      
      * cuRadialAEVs dedup
      
      * pairwiseDistance dedup
      
      * format
      
      * readme build notes
      
      * save
      
      * update
      
      * save
      
      * save
      
      * update
      
      * fix
      
      * save
      
      * add equations on comments
      Co-authored-by: default avatarGao, Xiang <qasdfgtyuiop@gmail.com>
      813f6e61
  21. 17 Feb, 2021 2 commits
  22. 31 Jan, 2021 2 commits
  23. 30 Jan, 2021 2 commits
    • Jinze Xue's avatar
      cuaev benchmark file (#564) · 910cca89
      Jinze Xue authored
      * update
      
      * rm
      
      * update
      
      * update
      
      * update
      
      * ase test atolerent
      910cca89
    • Jinze Xue's avatar
      CUAEV backward (#554) · 23c9816c
      Jinze Xue authored
      
      
      * preparation
      
      * radial preparation 30%
      
      * radial backward kernel done
      
      * reuse Gmr (exp part) result for gradient
      
      * radial kernel every block run by column major, to avoid atomicAdd waiting
      
      * apply code review
      
      * static_cast
      
      * implicit cast
      
      * format
      
      * angular preparation
      
      * angular backward works, but slow, AtomicAdd should be avoided
      
      * angular opti: use share memory to avoid AtomicAdd
      
      * format
      
      * equation optimization
      
      * remove unnecessary shared mem for atomi
      
      * remove a lot (warpsize * nbr) unnecessary shared mem for atomj
      
      * format
      
      * update
      
      * clean
      
      * fix
      
      * fix
      
      * test file
      
      * fix
      Co-authored-by: default avatarGao, Xiang <qasdfgtyuiop@gmail.com>
      23c9816c
  24. 28 Jan, 2021 1 commit
  25. 11 Jan, 2021 1 commit
  26. 18 Dec, 2020 1 commit
  27. 17 Dec, 2020 1 commit
  28. 07 Dec, 2020 1 commit
  29. 27 Nov, 2020 2 commits
  30. 24 Nov, 2020 1 commit
  31. 21 Nov, 2020 1 commit