1. 06 Nov, 2020 1 commit
  2. 05 Nov, 2020 2 commits
  3. 02 Nov, 2020 2 commits
  4. 26 Sep, 2020 1 commit
  5. 08 Sep, 2020 1 commit
  6. 07 Sep, 2020 1 commit
  7. 15 Aug, 2020 1 commit
  8. 04 Aug, 2020 1 commit
  9. 27 Jul, 2020 1 commit
  10. 20 Jul, 2020 1 commit
  11. 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
  12. 02 Jul, 2020 1 commit
  13. 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
  14. 19 Jun, 2020 1 commit
  15. 17 Jun, 2020 5 commits
  16. 11 Jun, 2020 2 commits
  17. 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
  18. 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
  19. 05 Jun, 2020 1 commit
  20. 03 Jun, 2020 4 commits
  21. 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
  22. 01 Jun, 2020 1 commit
  23. 21 May, 2020 2 commits
  24. 11 May, 2020 1 commit
  25. 01 May, 2020 1 commit