torchani 0.4__tar.gz → 0.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/__pycache__/__init__.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/3.7.2/x64/lib/python3.7/site-packages/torchani/__pycache__/_six.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/__pycache__/aev.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/3.7.2/x64/lib/python3.7/site-packages/torchani/__pycache__/ase.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/__pycache__/ignite.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/__pycache__/models.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/__pycache__/nn.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/__pycache__/utils.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/aev.py +45 -37
- opt/hostedtoolcache/Python/3.7.2/x64/lib/python3.7/site-packages/torchani/ase.py +115 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/data/__pycache__/__init__.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/data/__pycache__/_pyanitools.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/data/__pycache__/cache_aev.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/neurochem/__init__.py +8 -1
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/neurochem/__pycache__/__init__.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/3.7.2/x64/lib/python3.7/site-packages/torchani/neurochem/__pycache__/_six.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/neurochem/__pycache__/trainer.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/3.7.2/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x.info +5 -0
- opt/hostedtoolcache/Python/3.7.2/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x.info +4 -0
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/utils.py +59 -2
- opt/hostedtoolcache/Python/{3.7.0/x64/lib/python3.7/site-packages/torchani-0.4-py3.7.egg-info → 3.7.2/x64/lib/python3.7/site-packages/torchani-0.6-py3.7.egg-info}/PKG-INFO +1 -1
- opt/hostedtoolcache/Python/{3.7.0/x64/lib/python3.7/site-packages/torchani-0.4-py3.7.egg-info → 3.7.2/x64/lib/python3.7/site-packages/torchani-0.6-py3.7.egg-info}/SOURCES.txt +207 -0
- opt/hostedtoolcache/Python/3.7.0/x64/lib/python3.7/site-packages/torchani/__pycache__/_six.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/3.7.0/x64/lib/python3.7/site-packages/torchani/__pycache__/ase.cpython-37.pyc +0 -0
- opt/hostedtoolcache/Python/3.7.0/x64/lib/python3.7/site-packages/torchani/ase.py +0 -71
- opt/hostedtoolcache/Python/3.7.0/x64/lib/python3.7/site-packages/torchani/neurochem/__pycache__/_six.cpython-37.pyc +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/__init__.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/_six.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/data/__init__.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/data/_pyanitools.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/data/cache_aev.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/ignite.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/models.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/neurochem/_six.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/neurochem/trainer.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/nn.py +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train0/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train1/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train2/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train3/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train4/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train5/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train6/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1ccx_8x/train7/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train0/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train1/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train2/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train3/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train4/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train5/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train6/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/cost.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/inputtrain.ipt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-C.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-H.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-N.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf-l1.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf-l1.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf-l2.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf-l2.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf-l3.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf-l3.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf-l4.bparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/networks/ANN-O.nnf-l4.wparam +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/output.opt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/rHCNO-5.2R_16-3.5A_a4-8.params +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/sae_linfit.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/resources/ani-1x_8x/train7/tolerance.dat +0 -0
- /opt/hostedtoolcache/Python/{3.7.0/x64/lib/python3.7/site-packages/torchani-0.4-py3.7.egg-info → 3.7.2/x64/lib/python3.7/site-packages/torchani-0.6-py3.7.egg-info}/dependency_links.txt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0/x64/lib/python3.7/site-packages/torchani-0.4-py3.7.egg-info → 3.7.2/x64/lib/python3.7/site-packages/torchani-0.6-py3.7.egg-info}/requires.txt +0 -0
- /opt/hostedtoolcache/Python/{3.7.0/x64/lib/python3.7/site-packages/torchani-0.4-py3.7.egg-info → 3.7.2/x64/lib/python3.7/site-packages/torchani-0.6-py3.7.egg-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -169,10 +169,11 @@ def neighbor_pairs(padding_mask, coordinates, cell, shifts, cutoff):
|
|
|
169
169
|
distances.masked_fill_(padding_mask, math.inf)
|
|
170
170
|
in_cutoff = (distances <= cutoff).nonzero()
|
|
171
171
|
molecule_index, pair_index = in_cutoff.unbind(1)
|
|
172
|
+
molecule_index *= num_atoms
|
|
172
173
|
atom_index1 = p1_all[pair_index]
|
|
173
174
|
atom_index2 = p2_all[pair_index]
|
|
174
175
|
shifts = shifts_all.index_select(0, pair_index)
|
|
175
|
-
return molecule_index
|
|
176
|
+
return molecule_index + atom_index1, molecule_index + atom_index2, shifts
|
|
176
177
|
|
|
177
178
|
|
|
178
179
|
# torch.jit.script
|
|
@@ -219,7 +220,7 @@ def cumsum_from_zero(input_):
|
|
|
219
220
|
|
|
220
221
|
|
|
221
222
|
# torch.jit.script
|
|
222
|
-
def triple_by_molecule(
|
|
223
|
+
def triple_by_molecule(atom_index1, atom_index2):
|
|
223
224
|
"""Input: indices for pairs of atoms that are close to each other.
|
|
224
225
|
each pair only appear once, i.e. only one of the pairs (1, 2) and
|
|
225
226
|
(2, 1) exists.
|
|
@@ -230,45 +231,40 @@ def triple_by_molecule(molecule_index, atom_index1, atom_index2):
|
|
|
230
231
|
central atom 0, 1, 2, 3, 4 and for cental atom 0, its pairs of neighbors
|
|
231
232
|
are (1, 2), (1, 3), (1, 4), (2, 3), (2, 4), (3, 4)
|
|
232
233
|
"""
|
|
233
|
-
# convert representation from pair to central-
|
|
234
|
-
n =
|
|
235
|
-
mi = molecule_index.repeat(2)
|
|
234
|
+
# convert representation from pair to central-others
|
|
235
|
+
n = atom_index1.shape[0]
|
|
236
236
|
ai1 = torch.cat([atom_index1, atom_index2])
|
|
237
|
+
sorted_ai1, rev_indices = ai1.sort()
|
|
237
238
|
|
|
238
239
|
# sort and compute unique key
|
|
239
|
-
|
|
240
|
-
m_ac, rev_indices, counts = torch._unique_dim2_temporary_will_remove_soon(mi_ai1, dim=0, sorted=True, return_inverse=True, return_counts=True)
|
|
241
|
-
uniqued_molecule_index, uniqued_central_atom_index = m_ac.unbind(1)
|
|
240
|
+
uniqued_central_atom_index, counts = torch.unique_consecutive(sorted_ai1, return_counts=True)
|
|
242
241
|
|
|
243
242
|
# do local combinations within unique key, assuming sorted
|
|
244
243
|
pair_sizes = counts * (counts - 1) // 2
|
|
245
244
|
total_size = pair_sizes.sum()
|
|
246
|
-
|
|
247
|
-
central_atom_index =
|
|
245
|
+
pair_indices = torch.repeat_interleave(pair_sizes)
|
|
246
|
+
central_atom_index = uniqued_central_atom_index.index_select(0, pair_indices)
|
|
248
247
|
cumsum = cumsum_from_zero(pair_sizes)
|
|
249
|
-
cumsum =
|
|
250
|
-
sorted_local_pair_index = torch.arange(total_size, device=
|
|
248
|
+
cumsum = cumsum.index_select(0, pair_indices)
|
|
249
|
+
sorted_local_pair_index = torch.arange(total_size, device=cumsum.device) - cumsum
|
|
251
250
|
sorted_local_index1, sorted_local_index2 = convert_pair_index(sorted_local_pair_index)
|
|
252
251
|
cumsum = cumsum_from_zero(counts)
|
|
253
|
-
cumsum =
|
|
252
|
+
cumsum = cumsum.index_select(0, pair_indices)
|
|
254
253
|
sorted_local_index1 += cumsum
|
|
255
254
|
sorted_local_index2 += cumsum
|
|
256
255
|
|
|
257
256
|
# unsort result from last part
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
local_index2 = argsort[sorted_local_index2]
|
|
257
|
+
local_index1 = rev_indices[sorted_local_index1]
|
|
258
|
+
local_index2 = rev_indices[sorted_local_index2]
|
|
261
259
|
|
|
262
260
|
# compute mapping between representation of central-other to pair
|
|
263
|
-
sign1 =
|
|
264
|
-
sign2 =
|
|
265
|
-
|
|
266
|
-
pair_index2 = torch.where(local_index2 < n, local_index2, local_index2 - n)
|
|
267
|
-
return molecule_index, central_atom_index, pair_index1, pair_index2, sign1, sign2
|
|
261
|
+
sign1 = ((local_index1 < n) * 2).to(torch.long) - 1
|
|
262
|
+
sign2 = ((local_index2 < n) * 2).to(torch.long) - 1
|
|
263
|
+
return central_atom_index, local_index1 % n, local_index2 % n, sign1, sign2
|
|
268
264
|
|
|
269
265
|
|
|
270
266
|
# torch.jit.script
|
|
271
|
-
def compute_aev(species, coordinates, cell,
|
|
267
|
+
def compute_aev(species, coordinates, cell, shifts, triu_index, constants, sizes):
|
|
272
268
|
Rcr, EtaR, ShfR, Rca, ShfZ, EtaA, Zeta, ShfA = constants
|
|
273
269
|
num_species, radial_sublength, radial_length, angular_sublength, angular_length, aev_length = sizes
|
|
274
270
|
num_molecules = species.shape[0]
|
|
@@ -276,34 +272,35 @@ def compute_aev(species, coordinates, cell, pbc_switch, triu_index, constants, s
|
|
|
276
272
|
num_species_pairs = angular_length // angular_sublength
|
|
277
273
|
cutoff = max(Rcr, Rca)
|
|
278
274
|
|
|
279
|
-
shifts =
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
275
|
+
atom_index1, atom_index2, shifts = neighbor_pairs(species == -1, coordinates, cell, shifts, cutoff)
|
|
276
|
+
species = species.flatten()
|
|
277
|
+
coordinates = coordinates.flatten(0, 1)
|
|
278
|
+
species1 = species[atom_index1]
|
|
279
|
+
species2 = species[atom_index2]
|
|
283
280
|
shift_values = torch.mm(shifts.to(cell.dtype), cell)
|
|
284
281
|
|
|
285
|
-
vec = coordinates
|
|
282
|
+
vec = coordinates.index_select(0, atom_index1) - coordinates.index_select(0, atom_index2) + shift_values
|
|
286
283
|
distances = vec.norm(2, -1)
|
|
287
284
|
|
|
288
285
|
# compute radial aev
|
|
289
286
|
radial_terms_ = radial_terms(Rcr, EtaR, ShfR, distances)
|
|
290
287
|
radial_aev = radial_terms_.new_zeros(num_molecules * num_atoms * num_species, radial_sublength)
|
|
291
|
-
index1 =
|
|
292
|
-
index2 =
|
|
293
|
-
radial_aev.
|
|
294
|
-
radial_aev.
|
|
288
|
+
index1 = atom_index1 * num_species + species2
|
|
289
|
+
index2 = atom_index2 * num_species + species1
|
|
290
|
+
radial_aev.index_add_(0, index1, radial_terms_)
|
|
291
|
+
radial_aev.index_add_(0, index2, radial_terms_)
|
|
295
292
|
radial_aev = radial_aev.reshape(num_molecules, num_atoms, radial_length)
|
|
296
293
|
|
|
297
294
|
# compute angular aev
|
|
298
|
-
|
|
295
|
+
central_atom_index, pair_index1, pair_index2, sign1, sign2 = triple_by_molecule(atom_index1, atom_index2)
|
|
299
296
|
vec1 = vec.index_select(0, pair_index1) * sign1.unsqueeze(1).to(vec.dtype)
|
|
300
297
|
vec2 = vec.index_select(0, pair_index2) * sign2.unsqueeze(1).to(vec.dtype)
|
|
301
298
|
species1_ = torch.where(sign1 == 1, species2[pair_index1], species1[pair_index1])
|
|
302
299
|
species2_ = torch.where(sign2 == 1, species2[pair_index2], species1[pair_index2])
|
|
303
300
|
angular_terms_ = angular_terms(Rca, ShfZ, EtaA, Zeta, ShfA, vec1, vec2)
|
|
304
301
|
angular_aev = angular_terms_.new_zeros(num_molecules * num_atoms * num_species_pairs, angular_sublength)
|
|
305
|
-
index =
|
|
306
|
-
angular_aev.
|
|
302
|
+
index = central_atom_index * num_species_pairs + triu_index[species1_, species2_]
|
|
303
|
+
angular_aev.index_add_(0, index, angular_terms_)
|
|
307
304
|
angular_aev = angular_aev.reshape(num_molecules, num_atoms, angular_length)
|
|
308
305
|
return torch.cat([radial_aev, angular_aev], dim=-1)
|
|
309
306
|
|
|
@@ -366,6 +363,15 @@ class AEVComputer(torch.nn.Module):
|
|
|
366
363
|
|
|
367
364
|
self.register_buffer('triu_index', triu_index(num_species))
|
|
368
365
|
|
|
366
|
+
# Set up default cell and compute default shifts.
|
|
367
|
+
# These values are used when cell and pbc switch are not given.
|
|
368
|
+
cutoff = max(self.Rcr, self.Rca)
|
|
369
|
+
default_cell = torch.eye(3, dtype=self.EtaR.dtype, device=self.EtaR.device)
|
|
370
|
+
default_pbc = torch.zeros(3, dtype=torch.uint8, device=self.EtaR.device)
|
|
371
|
+
default_shifts = compute_shifts(default_cell, default_pbc, cutoff)
|
|
372
|
+
self.register_buffer('default_cell', default_cell)
|
|
373
|
+
self.register_buffer('default_shifts', default_shifts)
|
|
374
|
+
|
|
369
375
|
def constants(self):
|
|
370
376
|
return self.Rcr, self.EtaR, self.ShfR, self.Rca, self.ShfZ, self.EtaA, self.Zeta, self.ShfA
|
|
371
377
|
|
|
@@ -403,9 +409,11 @@ class AEVComputer(torch.nn.Module):
|
|
|
403
409
|
"""
|
|
404
410
|
if len(input) == 2:
|
|
405
411
|
species, coordinates = input
|
|
406
|
-
cell =
|
|
407
|
-
|
|
412
|
+
cell = self.default_cell
|
|
413
|
+
shifts = self.default_shifts
|
|
408
414
|
else:
|
|
409
415
|
assert len(input) == 4
|
|
410
416
|
species, coordinates, cell, pbc = input
|
|
411
|
-
|
|
417
|
+
cutoff = max(self.Rcr, self.Rca)
|
|
418
|
+
shifts = compute_shifts(cell, pbc, cutoff)
|
|
419
|
+
return species, compute_aev(species, coordinates, cell, shifts, self.triu_index, self.constants(), self.sizes)
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
"""Tools for interfacing with `ASE`_.
|
|
3
|
+
|
|
4
|
+
.. _ASE:
|
|
5
|
+
https://wiki.fysik.dtu.dk/ase
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
from __future__ import absolute_import
|
|
9
|
+
import torch
|
|
10
|
+
import ase.neighborlist
|
|
11
|
+
from . import utils
|
|
12
|
+
import ase.calculators.calculator
|
|
13
|
+
import ase.units
|
|
14
|
+
import copy
|
|
15
|
+
import numpy
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class Calculator(ase.calculators.calculator.Calculator):
|
|
19
|
+
"""TorchANI calculator for ASE
|
|
20
|
+
|
|
21
|
+
Arguments:
|
|
22
|
+
species (:class:`collections.abc.Sequence` of :class:`str`):
|
|
23
|
+
sequence of all supported species, in order.
|
|
24
|
+
aev_computer (:class:`torchani.AEVComputer`): AEV computer.
|
|
25
|
+
model (:class:`torchani.ANIModel` or :class:`torchani.Ensemble`):
|
|
26
|
+
neural network potential models.
|
|
27
|
+
energy_shifter (:class:`torchani.EnergyShifter`): Energy shifter.
|
|
28
|
+
dtype (:class:`torchani.EnergyShifter`): data type to use,
|
|
29
|
+
by dafault ``torch.float64``.
|
|
30
|
+
overwrite (bool): After wrapping atoms into central box, whether
|
|
31
|
+
to replace the original positions stored in :class:`ase.Atoms`
|
|
32
|
+
object with the wrapped positions.
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
implemented_properties = ['energy', 'forces', 'stress', 'free_energy']
|
|
36
|
+
|
|
37
|
+
def __init__(self, species, aev_computer, model, energy_shifter, dtype=torch.float64, overwrite=False):
|
|
38
|
+
super(Calculator, self).__init__()
|
|
39
|
+
self.species_to_tensor = utils.ChemicalSymbolsToInts(species)
|
|
40
|
+
# aev_computer.neighborlist will be changed later, so we need a copy to
|
|
41
|
+
# make sure we do not change the original object
|
|
42
|
+
self.aev_computer = copy.deepcopy(aev_computer)
|
|
43
|
+
self.model = copy.deepcopy(model)
|
|
44
|
+
self.energy_shifter = copy.deepcopy(energy_shifter)
|
|
45
|
+
self.overwrite = overwrite
|
|
46
|
+
|
|
47
|
+
self.device = self.aev_computer.EtaR.device
|
|
48
|
+
self.dtype = dtype
|
|
49
|
+
|
|
50
|
+
self.whole = torch.nn.Sequential(
|
|
51
|
+
self.aev_computer,
|
|
52
|
+
self.model,
|
|
53
|
+
self.energy_shifter
|
|
54
|
+
).to(dtype)
|
|
55
|
+
|
|
56
|
+
@staticmethod
|
|
57
|
+
def strain(tensor, displacement, surface_normal_axis):
|
|
58
|
+
rest_axes = {0, 1, 2} - set([surface_normal_axis])
|
|
59
|
+
displacement_normal = displacement[surface_normal_axis]
|
|
60
|
+
displacement_of_tensor = torch.zeros_like(tensor)
|
|
61
|
+
displacement_of_tensor[..., surface_normal_axis] = tensor[..., surface_normal_axis] * displacement_normal
|
|
62
|
+
for axis in rest_axes:
|
|
63
|
+
displacement_axis = displacement[axis]
|
|
64
|
+
displacement_of_tensor[..., axis] = tensor[..., surface_normal_axis] * displacement_axis
|
|
65
|
+
return displacement_of_tensor
|
|
66
|
+
|
|
67
|
+
def calculate(self, atoms=None, properties=['energy'],
|
|
68
|
+
system_changes=ase.calculators.calculator.all_changes):
|
|
69
|
+
super(Calculator, self).calculate(atoms, properties, system_changes)
|
|
70
|
+
cell = torch.tensor(self.atoms.get_cell(complete=True),
|
|
71
|
+
dtype=self.dtype, device=self.device)
|
|
72
|
+
pbc = torch.tensor(self.atoms.get_pbc().astype(numpy.uint8), dtype=torch.uint8,
|
|
73
|
+
device=self.device)
|
|
74
|
+
pbc_enabled = bool(pbc.any().item())
|
|
75
|
+
species = self.species_to_tensor(self.atoms.get_chemical_symbols()).to(self.device)
|
|
76
|
+
species = species.unsqueeze(0)
|
|
77
|
+
coordinates = torch.tensor(self.atoms.get_positions())
|
|
78
|
+
coordinates = coordinates.unsqueeze(0).to(self.device).to(self.dtype) \
|
|
79
|
+
.requires_grad_('forces' in properties)
|
|
80
|
+
|
|
81
|
+
if pbc_enabled:
|
|
82
|
+
coordinates = utils.map2central(cell, coordinates, pbc)
|
|
83
|
+
if self.overwrite and atoms is not None:
|
|
84
|
+
atoms.set_positions(coordinates.detach().cpu().reshape(-1, 3).numpy())
|
|
85
|
+
|
|
86
|
+
if 'stress' in properties:
|
|
87
|
+
displacements = torch.zeros(3, 3, requires_grad=True,
|
|
88
|
+
dtype=self.dtype, device=self.device)
|
|
89
|
+
displacement_x, displacement_y, displacement_z = displacements
|
|
90
|
+
strain_x = self.strain(coordinates, displacement_x, 0)
|
|
91
|
+
strain_y = self.strain(coordinates, displacement_y, 1)
|
|
92
|
+
strain_z = self.strain(coordinates, displacement_z, 2)
|
|
93
|
+
coordinates = coordinates + strain_x + strain_y + strain_z
|
|
94
|
+
|
|
95
|
+
if pbc_enabled:
|
|
96
|
+
if 'stress' in properties:
|
|
97
|
+
strain_x = self.strain(cell, displacement_x, 0)
|
|
98
|
+
strain_y = self.strain(cell, displacement_y, 1)
|
|
99
|
+
strain_z = self.strain(cell, displacement_z, 2)
|
|
100
|
+
cell = cell + strain_x + strain_y + strain_z
|
|
101
|
+
_, energy = self.whole((species, coordinates, cell, pbc))
|
|
102
|
+
else:
|
|
103
|
+
_, energy = self.whole((species, coordinates))
|
|
104
|
+
energy *= ase.units.Hartree
|
|
105
|
+
self.results['energy'] = energy.item()
|
|
106
|
+
self.results['free_energy'] = energy.item()
|
|
107
|
+
|
|
108
|
+
if 'forces' in properties:
|
|
109
|
+
forces = -torch.autograd.grad(energy.squeeze(), coordinates)[0]
|
|
110
|
+
self.results['forces'] = forces.squeeze().to('cpu').numpy()
|
|
111
|
+
|
|
112
|
+
if 'stress' in properties:
|
|
113
|
+
volume = self.atoms.get_volume()
|
|
114
|
+
stress = torch.autograd.grad(energy.squeeze(), displacements)[0] / volume
|
|
115
|
+
self.results['stress'] = stress.cpu().numpy()
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -556,7 +556,6 @@ if sys.version_info[0] > 2:
|
|
|
556
556
|
assert_param('runtype', 'ANNP_CREATE_HDNN_AND_TRAIN')
|
|
557
557
|
assert_param('adptlrn', 'OFF')
|
|
558
558
|
assert_param('tmax', 0)
|
|
559
|
-
assert_param('nmax', 0)
|
|
560
559
|
assert_param('ntwshr', 0)
|
|
561
560
|
|
|
562
561
|
# load parameters
|
|
@@ -585,6 +584,8 @@ if sys.version_info[0] > 2:
|
|
|
585
584
|
del params['tbtchsz']
|
|
586
585
|
self.validation_batch_size = params['vbtchsz']
|
|
587
586
|
del params['vbtchsz']
|
|
587
|
+
self.nmax = params['nmax']
|
|
588
|
+
del params['nmax']
|
|
588
589
|
|
|
589
590
|
# construct networks
|
|
590
591
|
input_size, network_setup = network_setup
|
|
@@ -700,6 +701,12 @@ if sys.version_info[0] > 2:
|
|
|
700
701
|
self.global_epoch = trainer.state.epoch
|
|
701
702
|
self.global_iteration = trainer.state.iteration
|
|
702
703
|
|
|
704
|
+
if self.nmax > 0:
|
|
705
|
+
@trainer.on(ignite.engine.Events.EPOCH_COMPLETED)
|
|
706
|
+
def terminate_when_nmax_reaches(trainer):
|
|
707
|
+
if trainer.state.epoch >= self.nmax:
|
|
708
|
+
trainer.terminate()
|
|
709
|
+
|
|
703
710
|
if self.tqdm is not None:
|
|
704
711
|
@trainer.on(ignite.engine.Events.EPOCH_STARTED)
|
|
705
712
|
def init_tqdm(trainer):
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/utils.py
RENAMED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import torch
|
|
2
|
+
import math
|
|
2
3
|
|
|
3
4
|
|
|
4
5
|
def pad(species):
|
|
@@ -205,5 +206,61 @@ class ChemicalSymbolsToInts:
|
|
|
205
206
|
return torch.tensor(rev, dtype=torch.long)
|
|
206
207
|
|
|
207
208
|
|
|
208
|
-
|
|
209
|
-
|
|
209
|
+
def hessian(coordinates, energies=None, forces=None):
|
|
210
|
+
"""Compute analytical hessian from the energy graph or force graph.
|
|
211
|
+
|
|
212
|
+
Arguments:
|
|
213
|
+
coordinates (:class:`torch.Tensor`): Tensor of shape `(molecules, atoms, 3)`
|
|
214
|
+
energies (:class:`torch.Tensor`): Tensor of shape `(molecules,)`, if specified,
|
|
215
|
+
then `forces` must be `None`. This energies must be computed from
|
|
216
|
+
`coordinates` in a graph.
|
|
217
|
+
forces (:class:`torch.Tensor`): Tensor of shape `(molecules, atoms, 3)`, if specified,
|
|
218
|
+
then `energies` must be `None`. This forces must be computed from
|
|
219
|
+
`coordinates` in a graph.
|
|
220
|
+
|
|
221
|
+
Returns:
|
|
222
|
+
:class:`torch.Tensor`: Tensor of shape `(molecules, 3A, 3A)` where A is the number of
|
|
223
|
+
atoms in each molecule
|
|
224
|
+
"""
|
|
225
|
+
if energies is None and forces is None:
|
|
226
|
+
raise ValueError('Energies or forces must be specified')
|
|
227
|
+
if energies is not None and forces is not None:
|
|
228
|
+
raise ValueError('Energies or forces can not be specified at the same time')
|
|
229
|
+
if forces is None:
|
|
230
|
+
forces = -torch.autograd.grad(energies.sum(), coordinates, create_graph=True)[0]
|
|
231
|
+
flattened_force = forces.flatten(start_dim=1)
|
|
232
|
+
force_components = flattened_force.unbind(dim=1)
|
|
233
|
+
return -torch.stack([
|
|
234
|
+
torch.autograd.grad(f.sum(), coordinates, retain_graph=True)[0].flatten(start_dim=1)
|
|
235
|
+
for f in force_components
|
|
236
|
+
], dim=1)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
def vibrational_analysis(masses, hessian, unit='cm^-1'):
|
|
240
|
+
"""Computing the vibrational wavenumbers from hessian."""
|
|
241
|
+
if unit != 'cm^-1':
|
|
242
|
+
raise ValueError('Only cm^-1 are supported right now')
|
|
243
|
+
assert hessian.shape[0] == 1, 'Currently only supporting computing one molecule a time'
|
|
244
|
+
# Solving the eigenvalue problem: Hq = w^2 * T q
|
|
245
|
+
# where H is the Hessian matrix, q is the normal coordinates,
|
|
246
|
+
# T = diag(m1, m1, m1, m2, m2, m2, ....) is the mass
|
|
247
|
+
# We solve this eigenvalue problem through Lowdin diagnolization:
|
|
248
|
+
# Hq = w^2 * Tq ==> Hq = w^2 * T^(1/2) T^(1/2) q
|
|
249
|
+
# Letting q' = T^(1/2) q, we then have
|
|
250
|
+
# T^(-1/2) H T^(1/2) q' = w^2 * q'
|
|
251
|
+
inv_sqrt_mass = (1 / masses.sqrt()).repeat_interleave(3, dim=1) # shape (molecule, 3 * atoms)
|
|
252
|
+
mass_scaled_hessian = hessian * inv_sqrt_mass.unsqueeze(1) * inv_sqrt_mass.unsqueeze(2)
|
|
253
|
+
if mass_scaled_hessian.shape[0] != 1:
|
|
254
|
+
raise ValueError('The input should contain only one molecule')
|
|
255
|
+
mass_scaled_hessian = mass_scaled_hessian.squeeze(0)
|
|
256
|
+
eigenvalues = torch.symeig(mass_scaled_hessian).eigenvalues
|
|
257
|
+
angular_frequencies = eigenvalues.sqrt()
|
|
258
|
+
frequencies = angular_frequencies / (2 * math.pi)
|
|
259
|
+
# converting from sqrt(hartree / (amu * angstrom^2)) to cm^-1
|
|
260
|
+
wavenumbers = frequencies * 17092
|
|
261
|
+
return wavenumbers
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
__all__ = ['pad', 'pad_coordinates', 'present_species', 'hessian',
|
|
265
|
+
'vibrational_analysis', 'strip_redundant_padding',
|
|
266
|
+
'ChemicalSymbolsToInts']
|