1. 13 Mar, 2020 3 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
    • 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
  2. 09 Mar, 2020 1 commit
    • Ignacio Pickering's avatar
      bypass slow code (#420) · 0d0e6d5b
      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
      0d0e6d5b
  3. 20 Feb, 2020 1 commit
  4. 12 Feb, 2020 1 commit
  5. 05 Feb, 2020 1 commit
  6. 04 Feb, 2020 5 commits
  7. 30 Jan, 2020 2 commits
  8. 28 Jan, 2020 1 commit
  9. 27 Jan, 2020 2 commits
  10. 16 Dec, 2019 1 commit
  11. 13 Dec, 2019 1 commit
  12. 23 Nov, 2019 2 commits
  13. 22 Nov, 2019 1 commit
  14. 21 Nov, 2019 2 commits
  15. 20 Nov, 2019 2 commits
  16. 13 Nov, 2019 4 commits
  17. 12 Nov, 2019 3 commits
  18. 11 Nov, 2019 1 commit
  19. 08 Nov, 2019 6 commits