1. 17 Jun, 2020 2 commits
  2. 11 Jun, 2020 2 commits
  3. 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
  4. 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
  5. 05 Jun, 2020 1 commit
  6. 03 Jun, 2020 4 commits
  7. 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
  8. 01 Jun, 2020 1 commit
  9. 21 May, 2020 2 commits
  10. 11 May, 2020 1 commit
  11. 01 May, 2020 1 commit
  12. 29 Apr, 2020 1 commit
  13. 24 Apr, 2020 1 commit
  14. 16 Apr, 2020 1 commit
  15. 13 Apr, 2020 1 commit
  16. 09 Apr, 2020 3 commits
  17. 02 Apr, 2020 2 commits
  18. 01 Apr, 2020 5 commits
  19. 22 Mar, 2020 2 commits
  20. 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
  21. 19 Mar, 2020 3 commits
  22. 15 Mar, 2020 1 commit
    • Ignacio Pickering's avatar
      Don't require to specify masses for vibrational analysis (#427) · 3fdf0251
      Ignacio Pickering authored
      
      
      * Add tuple of atomic masses
      
      * Add get_atomic_masses function, to get masses from periodic table indices (znumbers)
      
      * Fix bug that prevented using ASE together with periodic_table_index
      
      * ASE has to know if the model has PTI or not
      
      * Allow for models that don't have a periodic_table_index attribute
      
      * now vibrational analysis can be computed without explicit masses if periodic_table_index=True
      
      * Add atomic masses calculator to docs
      
      * flake8
      
      * flake8
      
      * flake8
      Co-authored-by: default avatarGao, Xiang <qasdfgtyuiop@gmail.com>
      3fdf0251