- 03 Jun, 2020 1 commit
-
-
Ignacio Pickering authored
* Allow easily loading individual models * Hopefully make the tests a tiny bit faster by not loading the whole network each time
-
- 02 Jun, 2020 1 commit
-
-
Ignacio Pickering authored
* Refactor BuiltinNet into BuiltinModel and BuiltinEnsemble * Change test name * flake8 whitespace * Get rid of redundant comparison * remove unused import * Fix info file bug * flake8 * don't use nonlocal on get_resource * Revert "don't use nonlocal on get_resource" This reverts commit efe221bb4f7ce4a1ccb8c3c73b886bdbad019ab0. * Fix get_resource bug * Add missing init call * Fix species_to_tensor bug * Add species attribute * Add some extra attributes * Fix bug in getitem * Always assign species_converter * Species to tensor is also an entry point * Lets not make it an entry point for now * delete duplicated definition
-
- 01 May, 2020 1 commit
-
-
Farhad Ramezanghorbani authored
* cleanup * move forces to additional_properties * fix typo
-
- 02 Apr, 2020 1 commit
-
-
Gao, Xiang authored
* Reduce number of kernel calls in AEV * try * Revert "try" This reverts commit 04e56fde671c5168cb7825ab3c33f64a24196d98. * more * more * merge more for angular terms * neighbor_pairs * more * more * save * save * save * save Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
- 22 Mar, 2020 1 commit
-
-
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
-
- 21 Mar, 2020 1 commit
-
-
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
-
- 13 Mar, 2020 2 commits
-
-
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
-
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
-
- 04 Feb, 2020 2 commits
-
-
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
-
- 22 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Support jit hessian * fix * fix
-
- 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)
-
- 12 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Allow passing pbc and cell to sequential * revert * Simplify ase interface * fix * fix * fix * flake8 * Update ase.py * fix
-
- 11 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Try latest ASE Just to see if ASE fixes its bug * fix
-
- 06 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Remove AEV cacher * more * more * more * flake8 * further cleanup
-
- 05 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Remove ignite * remove neurochem-test * remove cache-aev
-
- 09 Oct, 2019 3 commits
-
-
Gao, Xiang authored
* Add unit test for builtin models * flake8
-
Gao, Xiang authored
-
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
-
- 23 Sep, 2019 1 commit
-
-
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
-
- 22 Sep, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
-
- 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
-
- 15 Aug, 2019 1 commit
-
-
Richard Xue authored
-
- 13 Aug, 2019 1 commit
-
-
Gao, Xiang authored
-
- 12 Aug, 2019 1 commit
-
-
Ignacio Pickering authored
-
- 11 Aug, 2019 1 commit
-
-
Gao, Xiang authored
* Support len in ChemicalSymbolsToInts * fix * flake8
-
- 07 Aug, 2019 3 commits
-
-
Farhad Ramezanghorbani authored
-
Farhad Ramezanghorbani authored
-
Ignacio Pickering authored
-
- 06 Aug, 2019 1 commit
-
-
Gao, Xiang authored
* Port to torch.bool data type where it should be * more * more * fix snoop * hopefully fixed * fix ignite * remove snoop * flake8
-
- 01 Aug, 2019 1 commit
-
-
Ignacio Pickering authored
-
- 14 Jun, 2019 1 commit
-
-
Ignacio Pickering authored
-
- 26 May, 2019 1 commit
-
-
Gao, Xiang authored
-
- 25 May, 2019 1 commit
-
-
Gao, Xiang authored
-