- 24 Nov, 2020 1 commit
-
-
Richard Xue authored
* line-limit 120 * CRLF to LF
-
- 21 Nov, 2020 1 commit
-
-
Richard Xue authored
* clang-format * line-limit 120
-
- 19 Nov, 2020 1 commit
-
-
Ignacio Pickering authored
-
- 17 Nov, 2020 2 commits
-
-
akkamesh authored
* cuda port for aev computation * benchmark, setup and import * fix bug * fix flake8 and jit * fix collections.abc for python>3.7 * setup gitingore * format code with formatter * ignore more * Use torch API to set streams * Use pytorch's caching allocator * empty line * fix * cuaev correntness testr, instruction of install on readme * readme * fix readme * fix readme * fix readme * fix readme * add usage in readme * fix readme * add test in readme * fix readme * -std=c++14 * bug fix - add async data copy * bug fix - add missing stream sync * code refactor and cosmetic changes * aev benchmark for big protein * remove mdtraj * remove print * move pdb to dataset folder * cosmetic changes * Move torchani/extensions -> torchani/cuaev * clang-format -i * cleanup * return aev from cuComputeAEV * Update aev.py * Update aev.py * fix flake8 * fix LGTM unused local variable * clang-format * fix * save * install change Co-authored-by:
richard <yueyericardo@gmail.com> Co-authored-by:
Xiang Gao <qasdfgtyuiop@gmail.com>
-
Ignacio Pickering authored
-
- 14 Nov, 2020 1 commit
-
-
Gao, Xiang authored
* More about cuaev * Update setup.py * save * clang-format
-
- 13 Nov, 2020 14 commits
-
-
Gao, Xiang authored
* commit farhads and jinzes changes to fix some bugs [WIP] (#22) * commit farhads and jinzes changes to fix some bugs * Add tests for correct inputs * add missing * fix Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
* Move parsing resource code to neurochem/ (#15) * Move parsing resource code to neurochem/ * fix bug * fix * fix Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
* Use PyTorch's TestCase to compare tensor * save * save * save * save * save * save * save * save * save * Update test_energies.py * Update test_ase.py * save * flake8
-
Gao, Xiang authored
* Add convenience functions useful for active learning [WIP] (#10) * Add convenience functions useful for active learning * avoid training outputs * modify gitignore * Add convenience functions to directly get atomic energies * fix bug * fix mypy * flake8 * fix bugs * flake8 * mypy * Add tests for functions * add test to workflows and flake8 * empty to trigger tests * trigger * delete new test * readd new test * avoid training outputs * trigger * trigger tests again, they are all passing on my side * fix isclose in tests * save * fix Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
* Add classmethod for conveniently building AEVComputer * Fix bug * Add test * flake8 * Small change in assert * rename to zeta for consistency with other code * trigger tests * What the hell Dropbox?! -.- Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
This reverts commit bd9d888a.
-
Gao, Xiang authored
* Change 0th index of periodic table * Change species converter to reflect new convention * Change None for 'Dummy' and fix flake8 Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
* Make training benchmark print a warning if not synchronizing, and add a sync before function also * Take triu_index out since it does not run * slightly increase default precision * flake8 Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
* delete all python2 style super calls * flake8 Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
* modifications to make tests faster * Now ani1x is not loaded for any aev_computer necessary * flake* * Avoid test warnings by loading from json and setting initial velocities to a small number * Avoid loading from cif in ManualMirror and Repeat also * Add comments to clarify test_energies and delete unused variable * Fix inaccurate comment * Delete unused variable in test_ensemble * Add comments and clarifications to test_ase * flake8 Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
Co-authored-by:Ignacio Pickering <ign.pickering@gmail.com>
-
Gao, Xiang authored
* Use PyTorch autograd's hessian * fix test * save * clean * save * save * drop hessian from jit example
-
- 11 Nov, 2020 3 commits
-
-
Gao, Xiang authored
-
Gao, Xiang authored
* Make CUDA extension TorchScript compatible * save * save * fix * save * save * save * save * Update install_dependencies.sh * trigger ci * save * fix * save * save * save * save * try * fix * revert * save * save * mypy
-
Richard Xue authored
-
- 07 Nov, 2020 3 commits
-
-
Richard Xue authored
-
Gao, Xiang authored
* Rename pipelines so that they are better displayed * Update unittest.yml * Update clang-format.yml * Update clang-format.yml * Update README.md * Update runnable_submodules.yml * Update README.md
-
Gao, Xiang authored
* Add dummy cuda extension build * save * run tests * save * fix * pytorch cu110 * no vision * save * nl * save * save * save * save * save * save * save * autopep8 * more autopep8 * optional=True * no todo * fix * refactor ci * mypy * save * flake8 * os error * Run cuaev test * save * clang format * Delete delete-me.cu * Search for cub in pytorch include paths * nl * instructions on test * Add better handle cuaev install/not install * test_cuaev.py * clean * fix Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
- 06 Nov, 2020 1 commit
-
-
Gao, Xiang authored
-
- 05 Nov, 2020 2 commits
-
-
Gao, Xiang authored
* Add clang-format ci * format Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
Gao, Xiang authored
-
- 02 Nov, 2020 2 commits
-
-
Gao, Xiang authored
* Simplify pair computation on AEV * save Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
Gao, Xiang authored
-
- 26 Sep, 2020 1 commit
-
-
Alon Grinberg Dana authored
torch.norm is deprecated and may be removed in a future PyTorch release.
-
- 08 Sep, 2020 1 commit
-
-
Farhad Ramezanghorbani authored
* raise error for unknown species * make it jittable * fix dimension bug
-
- 07 Sep, 2020 1 commit
-
-
Richard Xue authored
-
- 15 Aug, 2020 1 commit
-
-
Gao, Xiang authored
* Disable Final for 3.6 * dont run mypy for 3.6
-
- 04 Aug, 2020 1 commit
-
-
Gao, Xiang authored
* Distribute source and weel * trigger * fix
-
- 27 Jul, 2020 1 commit
-
-
Gao, Xiang authored
* Update JCIM issue * Add cover and retrigger build
-
- 20 Jul, 2020 1 commit
-
-
Farhad Ramezanghorbani authored
* skip downloading into site-packages * add placeholder files * add placeholder files * dont check filesize in local_dir * fix shutil erro * use distutils instead of shutils
-
- 10 Jul, 2020 1 commit
-
-
Gao, Xiang authored
* Specify dtype for species For some reason, sometimes species are constructed as int tensors instead of long tensors, this is wrong and should be fixed * Update __init__.py
-
- 02 Jul, 2020 1 commit
-
-
Gao, Xiang authored
-