1. 21 Nov, 2019 1 commit
  2. 20 Nov, 2019 2 commits
  3. 13 Nov, 2019 2 commits
  4. 12 Nov, 2019 3 commits
  5. 08 Nov, 2019 4 commits
  6. 07 Nov, 2019 8 commits
  7. 06 Nov, 2019 3 commits
  8. 05 Nov, 2019 3 commits
  9. 31 Oct, 2019 1 commit
  10. 24 Oct, 2019 1 commit
  11. 17 Oct, 2019 1 commit
  12. 16 Oct, 2019 2 commits
  13. 15 Oct, 2019 1 commit
  14. 09 Oct, 2019 1 commit
  15. 22 Sep, 2019 1 commit
  16. 08 Sep, 2019 1 commit
    • Nan Xu's avatar
      Fix the dimension in self_energies for dataset containing only one elements (#302) · 9715749f
      Nan Xu authored
      * Update utils.py
      
      if I train molecule like Oxygen which contains only one element, the self.self_energies is a scalar and will make the operation self_energies = self.self_energies[species] crash. Besides, the species of Oxygen is [[3,3]] and is over the boundary of the energy list, so need to minus the minimum.
      
      * Update utils.py
      9715749f
  17. 07 Sep, 2019 1 commit
  18. 06 Sep, 2019 1 commit
    • Farhad Ramezanghorbani's avatar
      [JIT] Add TorchScript compatibility for AEVComputer (#303) · f2170e24
      Farhad Ramezanghorbani authored
      * make aev,model compatible with jit
      
      * add type annotation to nn
      
      * flake8 fix
      
      * refactor AEVComputer
      
      * fix doc
      
      * an example with padding
      
      * use Optional type instead of padding
      
      * fix
      
      * fix
      
      * make pbc and cell keyword arguments in test_aev
      
      * fix
      
      * make pbc and cell keyword arguments in ase
      
      * fix
      
      * fix
      
      * fix dtype
      
      * fix
      
      * aev_computer dtype to double
      
      * change test files to have aev_computer with keyword argument
      
      * fix JIT types
      
      * add TestAEVJIT
      
      * fix LGTM alerts
      
      * fix TestAEVJIT
      
      * Update aev.py
      
      workaround for dtype in `torch.arange`
      
      * More arange bugs
      
      * Even more arange
      
      * fix LGTM alert
      f2170e24
  19. 25 Aug, 2019 1 commit
    • Richard Xue's avatar
      New Dataset API add other properties (#300) · 3957d19c
      Richard Xue authored
      * cached
      
      * typo and comments
      
      * easy to read
      
      * change some names
      
      * fix unit test
      
      * empty line
      
      * fix
      
      * fix
      
      * add docs and add whether include_energies
      
      * docs
      
      * other properties for shuffled dataset
      
      * docs
      
      * dtype for benchmark
      
      * add properties to test
      
      * style
      3957d19c
  20. 22 Aug, 2019 1 commit
  21. 20 Aug, 2019 1 commit