1. 11 Nov, 2020 2 commits
  2. 07 Nov, 2020 3 commits
    • Richard Xue's avatar
      Update cuda.yml (#528) · 0f8eb38f
      Richard Xue authored
      0f8eb38f
    • Gao, Xiang's avatar
      Rename pipelines so that they are better displayed (#526) · 99df98c2
      Gao, Xiang authored
      * Rename pipelines so that they are better displayed
      
      * Update unittest.yml
      
      * Update clang-format.yml
      
      * Update clang-format.yml
      
      * Update README.md
      
      * Update runnable_submodules.yml
      
      * Update README.md
      99df98c2
    • Gao, Xiang's avatar
      Add dummy cuda extension build (#521) · db9573ce
      Gao, Xiang authored
      
      
      * Add dummy cuda extension build
      
      * save
      
      * run tests
      
      * save
      
      * fix
      
      * pytorch cu110
      
      * no vision
      
      * save
      
      * nl
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * autopep8
      
      * more autopep8
      
      * optional=True
      
      * no todo
      
      * fix
      
      * refactor ci
      
      * mypy
      
      * save
      
      * flake8
      
      * os error
      
      * Run cuaev test
      
      * save
      
      * clang format
      
      * Delete delete-me.cu
      
      * Search for cub in pytorch include paths
      
      * nl
      
      * instructions on test
      
      * Add better handle cuaev install/not install
      
      * test_cuaev.py
      
      * clean
      
      * fix
      Co-authored-by: default avatarFarhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
      db9573ce
  3. 06 Nov, 2020 1 commit
  4. 05 Nov, 2020 2 commits
  5. 02 Nov, 2020 2 commits
  6. 26 Sep, 2020 1 commit
  7. 08 Sep, 2020 1 commit
  8. 07 Sep, 2020 1 commit
  9. 15 Aug, 2020 1 commit
  10. 04 Aug, 2020 1 commit
  11. 27 Jul, 2020 1 commit
  12. 20 Jul, 2020 1 commit
  13. 10 Jul, 2020 1 commit
    • Gao, Xiang's avatar
      Specify dtype for species (#502) · 42442af6
      Gao, Xiang authored
      * Specify dtype for species
      
      For some reason, sometimes species are constructed as int tensors instead of long tensors, this is wrong and should be fixed
      
      * Update __init__.py
      42442af6
  14. 02 Jul, 2020 1 commit
  15. 25 Jun, 2020 3 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
    • Farhad Ramezanghorbani's avatar
      TorchANI paper is online! (#494) · 2febd8bc
      Farhad Ramezanghorbani authored
      2febd8bc
    • 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
  16. 19 Jun, 2020 1 commit
  17. 17 Jun, 2020 5 commits
  18. 11 Jun, 2020 2 commits
  19. 10 Jun, 2020 2 commits
    • Farhad Ramezanghorbani's avatar
      Download Built-in model parameters from ASE_ANI (#481) · 9e7baa6e
      Farhad Ramezanghorbani authored
      * download resources from ASE_ANI
      
      * update gitignore
      
      * get resources with request
      
      * fix flke8
      
      * rm svn checkout for resources
      
      * update
      
      * fix flake8
      9e7baa6e
    • Ignacio Pickering's avatar
      Document data (#483) · e08bb3d5
      Ignacio Pickering authored
      * document species_indices
      
      * Improve documentation
      
      * More documentation for data
      
      * More clearly specify behaviour of SpeciesConverter
      
      * improve docs for SpeciesConverter
      
      * flake8
      
      * Add order recommendation to ChemicalSymbolsToInts
      
      * Fix examples where species_to_tensor is used wrong
      
      * Fix argument
      e08bb3d5
  20. 06 Jun, 2020 1 commit
    • Ignacio Pickering's avatar
      Fix subtract energies (#482) · 1b58c3c7
      Ignacio Pickering authored
      * Add possibility of sorting in different order to subtract_self_energies
      
      * make species_to_indices behave the same as subtract_self_energies
      
      * Revert "make species_to_indices behave the same as subtract_self_energies"
      
      This reverts commit a415df29bd6e270f3225f0b6721b3c873aeed40e.
      
      * Fix examples
      
      * make species_to_indices behave the same whithout breaking API
      
      * Improve documentation to reflect correct usage
      
      * Fix typos in docstring
      
      * some more docstring issues
      
      * more docstring
      
      * Fix error in species_to_indices
      1b58c3c7
  21. 05 Jun, 2020 1 commit
  22. 03 Jun, 2020 4 commits
  23. 02 Jun, 2020 2 commits
    • Ignacio Pickering's avatar
      Refactor builtinnet (#474) · 3a043d45
      Ignacio Pickering authored
      * Refactor BuiltinNet into BuiltinModel and BuiltinEnsemble
      
      * Change test name
      
      * flake8 whitespace
      
      * Get rid of redundant comparison
      
      * remove unused import
      
      * Fix info file bug
      
      * flake8
      
      * don't use nonlocal on get_resource
      
      * Revert "don't use nonlocal on get_resource"
      
      This reverts commit efe221bb4f7ce4a1ccb8c3c73b886bdbad019ab0.
      
      * Fix get_resource bug
      
      * Add missing init call
      
      * Fix species_to_tensor bug
      
      * Add species attribute
      
      * Add some extra attributes
      
      * Fix bug in getitem
      
      * Always assign species_converter
      
      * Species to tensor is also an entry point
      
      * Lets not make it an entry point for now
      
      * delete duplicated definition
      3a043d45
    • Ignacio Pickering's avatar
      Add a function to recast all buffer tensors (#473) · 7059e9a6
      Ignacio Pickering authored
      * Add a function to recast all buffer tensors
      
      * flake8
      7059e9a6