1. 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
  2. 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
  3. 19 Mar, 2020 1 commit
  4. 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
  5. 13 Mar, 2020 2 commits
    • 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
    • Ignacio Pickering's avatar
      Consistent units (#422) · 46f05aeb
      Ignacio Pickering authored
      * bypass slow code
      
      * delete reference to all_atoms which was unused
      
      * delete whitespace
      
      * make flake8 happy
      
      * rerun
      
      * actual change was off
      
      * typo did not turn on bypassing code
      
      * Add CODATA and IUPAC unit conversion factors
      
      * Add units to main module
      
      * change neurochem and training-benchmark to use the new hartree2kcalmol conversion
      
      * change training-benchmark to use hartree2kcalmol conversion
      
      * change comp6 to use the new hartree2kcalmol conversion
      
      * change training-benchmark without nsys to also use hartree2kcalmol conversion
      
      * change examples to use hartree2kcalmol conversion
      
      * Rename ase to ase_ani to avoid naming conflicts that come from naming internal module the same as an external one we are using
      
      * fix import
      
      * Add ASE's hartree_to_ev conversion to compare with codata 2018
      
      * Standarize our units to be essentially the same as ASE and CODATA 2014
      
      * Change vibration_analysis to use the consistent constants
      
      * Fix explanation in docstring
      
      * Add millieV conversion factor
      
      * Add millieV conversion factor to vibrational analysis
      
      * Add clarification
      
      * flake8
      
      * revert name change
      
      * Fix typo in function name
      
      * Add units to __all__'
      
      * Improve units docstring and comments in preparation for docs
      
      * delete pad from docs
      
      * Add units to api.rst
      
      * minor formatting of docstrings and comments
      
      * Add functions into the API
      
      * final formatting changes
      
      * flake8
      
      * try to make mypy happy
      
      * Checking if mypy prefers this
      
      * rerun
      46f05aeb
  6. 04 Feb, 2020 1 commit
  7. 23 Nov, 2019 2 commits
  8. 21 Nov, 2019 1 commit
  9. 13 Nov, 2019 1 commit
  10. 12 Nov, 2019 1 commit
  11. 08 Nov, 2019 1 commit
  12. 05 Nov, 2019 1 commit
  13. 10 Oct, 2019 1 commit
  14. 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
  15. 22 Sep, 2019 1 commit
  16. 12 Aug, 2019 1 commit
  17. 07 Aug, 2019 2 commits
  18. 06 Aug, 2019 1 commit
  19. 04 Jul, 2019 1 commit
  20. 17 Jun, 2019 1 commit
  21. 10 Jun, 2019 1 commit
  22. 06 Jun, 2019 1 commit
  23. 26 May, 2019 1 commit
  24. 25 May, 2019 3 commits
  25. 22 May, 2019 1 commit
  26. 21 May, 2019 3 commits
  27. 17 May, 2019 1 commit
  28. 10 May, 2019 1 commit
  29. 24 Mar, 2019 1 commit
  30. 23 Mar, 2019 2 commits
  31. 01 Mar, 2019 1 commit
  32. 20 Feb, 2019 1 commit