- 21 Nov, 2019 1 commit
-
-
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 2 commits
-
-
Gao, Xiang authored
-
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
-
- 08 Nov, 2019 4 commits
-
-
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
* __constants__ is deprecated * commit
-
- 07 Nov, 2019 8 commits
-
-
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)
-
Gao, Xiang authored
* Use modern type annotations for aev.py * commit
-
Gao, Xiang authored
-
Gao, Xiang authored
* Use modern type annotations for nn.py * flake8
-
Gao, Xiang authored
-
Gao, Xiang authored
* Simplify triple_by_molecule * fix * fix * fix
-
Gao, Xiang authored
* Remove python2 step 1 * badge * Delete _six.py
-
Gao, Xiang authored
* Simplify code using torch.triu_indices * Update aev.py
-
- 06 Nov, 2019 3 commits
-
-
Gao, Xiang authored
-
Gao, Xiang authored
* Remove AEV cacher * more * more * more * flake8 * further cleanup
-
Gao, Xiang authored
* Don't hard code ensemble size * flake8 * fix
-
- 05 Nov, 2019 3 commits
-
-
Gao, Xiang authored
-
Gao, Xiang authored
-
Gao, Xiang authored
* Remove ignite * remove neurochem-test * remove cache-aev
-
- 31 Oct, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
* fix cuda support * Update aev.py
-
- 24 Oct, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
* Update utils.py * Update utils.py * Update utils.py * Update utils.py * remove float32 dtypes from comp6.py
-
- 17 Oct, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
* fix device type * Update utils.py * Update utils.py fix typo!
-
- 16 Oct, 2019 2 commits
-
-
Farhad Ramezanghorbani authored
-
Farhad Ramezanghorbani authored
-
- 15 Oct, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
-
- 09 Oct, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
* add test for scripted ensemble * use torchani.nn.Sequential * change OrderedDict to module list * fix * fix nn.py * try more fix * try * more * more * fix more * rename * bring ensemble back * make ANIModel iterable
-
- 22 Sep, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
-
- 08 Sep, 2019 1 commit
-
-
Nan Xu authored
* Update utils.py if I train molecule like Oxygen which contains only one element, the self.self_energies is a scalar and will make the operation self_energies = self.self_energies[species] crash. Besides, the species of Oxygen is [[3,3]] and is over the boundary of the energy list, so need to minus the minimum. * Update utils.py
-
- 07 Sep, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
* enable EnergyShifter scripting * fix * fix
-
- 06 Sep, 2019 1 commit
-
-
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
-
- 25 Aug, 2019 1 commit
-
-
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
-
- 22 Aug, 2019 1 commit
-
-
Richard Xue authored
* split * clean * docs * docs * Update new.py
-
- 20 Aug, 2019 1 commit
-
-
Richard Xue authored
-