1. 12 Mar, 2021 1 commit
  2. 18 Dec, 2020 1 commit
  3. 13 Nov, 2020 3 commits
    • Gao, Xiang's avatar
      Use PyTorch's TestCase to compare tensor (#533) · ec35c7da
      Gao, Xiang authored
      * Use PyTorch's TestCase to compare tensor
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * Update test_energies.py
      
      * Update test_ase.py
      
      * save
      
      * flake8
      ec35c7da
    • Gao, Xiang's avatar
      Intuitive aev computer classmethod (#18) (#543) · 20b5746a
      Gao, Xiang authored
      
      
      * Add classmethod for conveniently building AEVComputer
      
      * Fix bug
      
      * Add test
      
      * flake8
      
      * Small change in assert
      
      * rename to zeta for consistency with other code
      
      * trigger tests
      
      * What the hell Dropbox?! -.-
      Co-authored-by: default avatarIgnacio Pickering <ign.pickering@gmail.com>
      20b5746a
    • Gao, Xiang's avatar
      Faster tests (#8) (#537) · 648c970e
      Gao, Xiang authored
      
      
      * modifications to make tests faster
      
      * Now ani1x is not loaded for any aev_computer necessary
      
      * flake*
      
      * Avoid test warnings by loading from json and setting initial velocities to a small number
      
      * Avoid loading from cif in ManualMirror and Repeat also
      
      * Add comments to clarify test_energies and delete unused variable
      
      * Fix inaccurate comment
      
      * Delete unused variable in test_ensemble
      
      * Add comments and clarifications to test_ase
      
      * flake8
      Co-authored-by: default avatarIgnacio Pickering <ign.pickering@gmail.com>
      648c970e
  4. 25 Jun, 2020 2 commits
    • Ignacio Pickering's avatar
      Tests cleanup (#495) · 28ecce79
      Ignacio Pickering authored
      * Remove test gradient from aev tests
      
      * Add a dedicated test gradient for one model, and make it feasible
      
      * add test_grad to unittests
      
      * Add some comments and fix formatting
      
      * flake8
      
      * flake8
      
      * remove unused var
      
      * delete transform function, which was legacy from old pytorch probably
      
      * Delete random_skip function, which was unused
      
      * Allow testNeuroChem to use cuda if available, which makes it much faster
      
      * small modification for consistency
      
      * remove unused import
      
      * simplify device call
      
      * remove unused variable
      
      * add main to test_grad
      28ecce79
    • Ignacio Pickering's avatar
      Fix gradcheck test (#493) · 9a03bc62
      Ignacio Pickering authored
      * Remove test gradient from aev tests
      
      * Add a dedicated test gradient for one model, and make it feasible
      
      * add test_grad to unittests
      
      * Add some comments and fix formatting
      
      * flake8
      
      * flake8
      
      * remove unused var
      9a03bc62
  5. 02 Apr, 2020 1 commit
  6. 21 Mar, 2020 1 commit
    • Gao, Xiang's avatar
      Remove everything about chunking (#432) · 6b058c6e
      Gao, Xiang authored
      * Remove everything about chunking
      
      * aev.py
      
      * neurochem trainer
      
      * training-benchmark-nsys-profile.py
      
      * fix eval
      
      * training-benchmark.py
      
      * nnp_training.py
      
      * flake8
      
      * nnp_training_force.py
      
      * fix dtype of species
      
      * fix
      
      * flake8
      
      * requires_grad_
      
      * git ignore
      
      * fix
      
      * original
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * collate
      
      * fix
      
      * save
      
      * fix
      
      * save
      
      * save
      
      * fix
      
      * save
      
      * fix
      
      * fix
      
      * no len
      
      * float
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * fix
      
      * save
      
      * save
      
      * save
      
      * save
      
      * fix
      
      * fix
      
      * fix
      
      * fix mypy
      
      * don't remove outliers
      
      * save
      
      * save
      
      * save
      
      * fix
      
      * flake8
      
      * save
      
      * fix
      
      * flake8
      
      * docs
      
      * more docs
      
      * fix test_data
      
      * remove test_data_new
      
      * fix
      6b058c6e
  7. 23 Sep, 2019 1 commit
    • 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
  8. 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
  9. 12 Aug, 2019 1 commit
  10. 07 Aug, 2019 1 commit
  11. 06 Aug, 2019 1 commit
  12. 14 Jun, 2019 1 commit
  13. 25 May, 2019 1 commit
  14. 14 May, 2019 1 commit
  15. 24 Apr, 2019 3 commits
  16. 08 Apr, 2019 1 commit
  17. 07 Apr, 2019 1 commit
  18. 06 Apr, 2019 1 commit
  19. 24 Mar, 2019 1 commit
  20. 04 Mar, 2019 1 commit
  21. 12 Dec, 2018 1 commit
  22. 27 Oct, 2018 1 commit
  23. 06 Sep, 2018 1 commit
  24. 31 Aug, 2018 1 commit
  25. 25 Aug, 2018 1 commit
  26. 22 Aug, 2018 1 commit
  27. 21 Aug, 2018 1 commit
  28. 13 Aug, 2018 1 commit
  29. 11 Aug, 2018 1 commit
  30. 08 Aug, 2018 1 commit
  31. 02 Aug, 2018 1 commit
  32. 31 Jul, 2018 3 commits
  33. 22 Jul, 2018 1 commit