1. 05 Nov, 2019 4 commits
  2. 31 Oct, 2019 1 commit
  3. 24 Oct, 2019 2 commits
  4. 20 Oct, 2019 1 commit
  5. 17 Oct, 2019 1 commit
  6. 16 Oct, 2019 2 commits
  7. 15 Oct, 2019 2 commits
  8. 14 Oct, 2019 3 commits
  9. 10 Oct, 2019 1 commit
  10. 09 Oct, 2019 3 commits
  11. 01 Oct, 2019 1 commit
  12. 24 Sep, 2019 2 commits
  13. 23 Sep, 2019 8 commits
    • Gao, Xiang's avatar
      Reduce test latency (#319) · f9b074ce
      Gao, Xiang authored
      * Move unittest check to GitHub Actions
      
      Tests are parallelized
      
      * Delete tests.yml
      
      * Update setup.py
      
      * Create test_requirements.txt
      
      * Update unittest.yml
      
      * Update unittest.yml
      
      * Update README.md
      
      * Delete install_dependencies.sh
      
      * Delete install_dependencies_python2.sh
      
      * Update unittest.yml
      
      * split
      
      * split
      
      * fix
      
      * fix
      
      * -v
      
      * more
      
      * more
      
      * fix
      
      * fix
      
      * flake8
      
      * transform
      
      * reduce testBenzeneMD
      
      * version
      
      * reduce number of epoches
      
      * further reduce time
      
      * Update docs.yml
      f9b074ce
    • Farhad Ramezanghorbani's avatar
      Add GitHub Actions badges (#322) · 48846357
      Farhad Ramezanghorbani authored
      * Add GitHub Actions badges
      
      This PR is to fix #320
      
      * Update README.md
      
      * Update README.md
      48846357
    • Gao, Xiang's avatar
      Move unittest check to GitHub Actions (#317) · c67ec7de
      Gao, Xiang authored
      * Move unittest check to GitHub Actions
      
      Tests are parallelized
      
      * Delete tests.yml
      
      * Update setup.py
      
      * Create test_requirements.txt
      
      * Update unittest.yml
      
      * Update unittest.yml
      
      * Update README.md
      
      * Delete install_dependencies.sh
      
      * Delete install_dependencies_python2.sh
      
      * Update unittest.yml
      c67ec7de
    • Gao, Xiang's avatar
      Move python2 check to GitHub Actions (#318) · f52bba7b
      Gao, Xiang authored
      * Move python2 check to GitHub Actions
      
      * Delete python2.yml
      
      * Rename azure/install_dependencies_python2.sh to ci/install_dependencies_python2.sh
      f52bba7b
    • Gao, Xiang's avatar
      Move submodules check to GitHub Actions (#313) · 3018a82b
      Gao, Xiang authored
      * Create runnable_submodules.yml
      
      * Delete runnable_submodules.yml
      
      * Update runnable_submodules.yml
      3018a82b
    • Gao, Xiang's avatar
      Move tools check to GitHub Actions (#314) · 0c425508
      Gao, Xiang authored
      * Move tools check to GitHub Actions
      
      * Delete tools.yml
      0c425508
    • Gao, Xiang's avatar
      Move docs to github actions (#310) · ae8c5db4
      Gao, Xiang authored
      * Move docs to github actions
      
      * Delete docs.yml
      
      * Create install_dependencies.sh (#311)
      
      * Rename install_dependencies.sh to ci/install_dependencies.sh
      
      * +x
      ae8c5db4
    • Gao, Xiang's avatar
      Move flake8 check to github actions (#309) · 9014a9fa
      Gao, Xiang authored
      * Update and rename pythonpackage.yml to flake8.yml
      
      * Delete flake8.yml
      
      * Update flake8.yml
      9014a9fa
  14. 22 Sep, 2019 1 commit
  15. 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
  16. 07 Sep, 2019 1 commit
  17. 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
  18. 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
  19. 22 Aug, 2019 2 commits
    • Gao, Xiang's avatar
      Fix dependency in setup.py: `torch-nightly` has been renamed to `torch` (#295) · 47c96afe
      Gao, Xiang authored
      * Fix dependency in setup.py: `torch-nightly` has been renamed to `torch`
      
      `torch-nightly` has been renamed to `torch`
      
      * Update install_dependencies.sh
      
      * Update install_dependencies_python2.sh
      
      * Update deploy-docs.yml
      
      * Update docs.yml
      
      * Update tools.yml
      
      * Update setup.py
      
      * Update start.rst
      
      * Update runnable_submodules.yml
      
      * Update install_dependencies.sh
      
      * Update install_dependencies_python2.sh
      
      * Update start.rst
      
      * Update README.md
      
      * Update README.md
      47c96afe
    • Richard Xue's avatar
      Add split to new dataset API (#299) · 9639d716
      Richard Xue authored
      * split
      
      * clean
      
      * docs
      
      * docs
      
      * Update new.py
      9639d716
  20. 20 Aug, 2019 2 commits