1. 03 Jun, 2020 1 commit
  2. 02 Jun, 2020 1 commit
    • 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
  3. 01 May, 2020 1 commit
  4. 02 Apr, 2020 1 commit
  5. 22 Mar, 2020 1 commit
    • Gao, Xiang's avatar
      Improve more on new dataset API (#434) · f8edffe3
      Gao, Xiang authored
      * Improve new dataset API
      
      * Improve more on new dataset API
      
      * fix
      
      * fix reentrance
      
      * Allow all intermediate state of transformation to be reentered
      
      * Add length inference
      
      * fix
      
      * split by ratio
      
      * add dataloader example
      
      * add test for data loader
      f8edffe3
  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. 13 Mar, 2020 2 commits
    • Ignacio Pickering's avatar
      Fix periodic table index ase (#426) · 8292fa97
      Ignacio Pickering authored
      * 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
      8292fa97
    • Ignacio Pickering's avatar
      ChemicalSymbolsToInts is being used wrong (#425) · d6511699
      Ignacio Pickering authored
      * Add warning to ChemicalSymbolsToInts
      
      * Change ocurrences of ChemicalSymbolsToInts in the code to reflect safe usage
      
      * flake8
      
      * Add warning to call also
      
      * Add clarification
      
      * docs dont fetch magic functions so documentation is moved to the class docstring
      
      * fix clarification
      
      * flake8
      d6511699
  8. 04 Feb, 2020 2 commits
  9. 22 Nov, 2019 1 commit
  10. 21 Nov, 2019 1 commit
  11. 20 Nov, 2019 2 commits
  12. 12 Nov, 2019 1 commit
  13. 11 Nov, 2019 1 commit
  14. 06 Nov, 2019 1 commit
  15. 05 Nov, 2019 1 commit
  16. 09 Oct, 2019 3 commits
  17. 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
  18. 22 Sep, 2019 1 commit
  19. 07 Sep, 2019 1 commit
  20. 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
  21. 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
  22. 22 Aug, 2019 1 commit
  23. 20 Aug, 2019 1 commit
  24. 15 Aug, 2019 1 commit
  25. 13 Aug, 2019 1 commit
  26. 12 Aug, 2019 1 commit
  27. 11 Aug, 2019 1 commit
  28. 07 Aug, 2019 3 commits
  29. 06 Aug, 2019 1 commit
  30. 01 Aug, 2019 1 commit
  31. 14 Jun, 2019 1 commit
  32. 26 May, 2019 1 commit
  33. 25 May, 2019 1 commit