- 13 Mar, 2020 2 commits
-
-
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
-
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
-
- 09 Mar, 2020 1 commit
-
-
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
-
- 20 Feb, 2020 1 commit
-
-
Ignacio Pickering authored
-
- 12 Feb, 2020 1 commit
-
-
Richard Xue authored
-
- 05 Feb, 2020 1 commit
-
-
Farhad Ramezanghorbani authored
This PR resolves #415 Thanks @mhellstr for pointing it out
-
- 04 Feb, 2020 5 commits
-
-
Gao, Xiang authored
* try * try * try * fix * fix
-
Gao, Xiang authored
-
Gao, Xiang authored
-
Ignacio Pickering authored
* Delete pad from utils * Delete pad_species Co-authored-by:
Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com> Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com>
-
Ignacio Pickering authored
* Add force constants, reduced masses and normalized normal modes to vibrational analysis * Formatting to make flake8 happy
-
- 30 Jan, 2020 2 commits
-
-
Gao, Xiang authored
* nvidia profiling for md * 1 model * hook functions * Update md-benchmark-nsys-profile.py
-
Gao, Xiang authored
* nvidia profiling for md * 1 model
-
- 28 Jan, 2020 1 commit
-
-
Gao, Xiang authored
-
- 27 Jan, 2020 2 commits
-
-
Gao, Xiang authored
* Add Python 3.8 to CI * only oldest + latest Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
Gao, Xiang authored
-
- 16 Dec, 2019 1 commit
-
-
Richard Xue authored
-
- 13 Dec, 2019 1 commit
-
-
Richard Xue authored
-
- 23 Nov, 2019 2 commits
-
-
Gao, Xiang authored
* Improvements on docs * Add tips
-
Gao, Xiang authored
* add example to customize JIT models * cleanup * fix list * Update jit.py
-
- 22 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Support jit hessian * fix * fix
-
- 21 Nov, 2019 2 commits
-
-
Gao, Xiang authored
* Add badge to display stable torch compatibility * more * more * don't run on PR * nl
-
Gao, Xiang authored
* Support periodic table Indexing in builtin models * flake8 * more * fix * fix cuda
-
- 20 Nov, 2019 2 commits
-
-
Gao, Xiang authored
* Add element names to ANIModel * nc trainer
-
Gao, Xiang authored
Add helper module to convert species from element id in periodic table to 0, 1, 2, 3, ... format (#396) * Init * fix test * flake8 * try fix * Fix stupidity of len(self)
-
- 13 Nov, 2019 4 commits
-
-
Gao, Xiang authored
This is copy-pasted from https://github.com/aiqm/torchani/blob/master/.github/workflows/deploy-test-pypi.yml but I forgot to update it... We should use the tag created on GitHub, not add a new tag named after date
-
Gao, Xiang authored
-
Gao, Xiang authored
* clean up py2 in setup.py * Update setup.py
-
Gao, Xiang authored
-
- 12 Nov, 2019 3 commits
-
-
Gao, Xiang authored
* Use type inference of arange to clean up code * commit
-
Gao, Xiang authored
* Allow passing pbc and cell to sequential * revert * Simplify ase interface * fix * fix * fix * flake8 * Update ase.py * fix
-
Gao, Xiang authored
-
- 11 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Try latest ASE Just to see if ASE fixes its bug * fix
-
- 08 Nov, 2019 6 commits
-
-
Gao, Xiang authored
-
Gao, Xiang authored
-
Gao, Xiang authored
* add mypy * update * fix * only core * add badge * try
-
Gao, Xiang authored
* Use namedtuple to improve API * improve
-
Gao, Xiang authored
* Fix race condition in test docs deploy * try * fix * fix * try * fix
-
Gao, Xiang authored
* __constants__ is deprecated * commit
-
- 07 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Use modern type annotations for utils.py * update (#377) * Remove python2 support from CI, _six, etc. (#370) * Remove python2 step 1 * badge * Delete _six.py * Simplify triple_by_molecule (#368) * Simplify triple_by_molecule * fix * fix * fix * Use @ syntax (#371) * Use modern type annotations for nn.py (#373) * Use modern type annotations for nn.py * flake8 * Use modern type annotations for models.py (#374)
-