torchani 0.4__tar.gz → 0.7__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/__init__.py +12 -4
- 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.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.2/x64/lib/python3.7/site-packages/torchani/__pycache__/optim.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/ignite.py +8 -3
- opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/neurochem/__init__.py +100 -53
- opt/hostedtoolcache/Python/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/optim.py +113 -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 +61 -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.7-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.7-py3.7.egg-info}/SOURCES.txt +120 -0
- opt/hostedtoolcache/Python/3.7.2/x64/lib/python3.7/site-packages/torchani-0.7-py3.7.egg-info/requires.txt +2 -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/__pycache__/ignite.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__/__init__.cpython-37.pyc +0 -0
- 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/x64/lib/python3.7/site-packages/torchani-0.4-py3.7.egg-info/requires.txt +0 -4
- /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/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.7-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.7-py3.7.egg-info}/top_level.txt +0 -0
opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/__init__.py
RENAMED
|
@@ -30,11 +30,9 @@ from .aev import AEVComputer
|
|
|
30
30
|
from . import utils
|
|
31
31
|
from . import neurochem
|
|
32
32
|
from . import models
|
|
33
|
+
from . import optim
|
|
33
34
|
from pkg_resources import get_distribution, DistributionNotFound
|
|
34
35
|
import sys
|
|
35
|
-
if sys.version_info[0] > 2:
|
|
36
|
-
from . import ignite
|
|
37
|
-
from . import data
|
|
38
36
|
|
|
39
37
|
try:
|
|
40
38
|
__version__ = get_distribution(__name__).version
|
|
@@ -43,10 +41,20 @@ except DistributionNotFound:
|
|
|
43
41
|
pass
|
|
44
42
|
|
|
45
43
|
__all__ = ['AEVComputer', 'EnergyShifter', 'ANIModel', 'Ensemble',
|
|
46
|
-
'
|
|
44
|
+
'utils', 'neurochem', 'models', 'optim']
|
|
47
45
|
|
|
48
46
|
try:
|
|
49
47
|
from . import ase # noqa: F401
|
|
50
48
|
__all__.append('ase')
|
|
51
49
|
except ImportError:
|
|
52
50
|
pass
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
if sys.version_info[0] > 2:
|
|
54
|
+
try:
|
|
55
|
+
from . import ignite # noqa: F401
|
|
56
|
+
__all__.append('ignite')
|
|
57
|
+
from . import data # noqa: F401
|
|
58
|
+
__all__.append('data')
|
|
59
|
+
except ImportError:
|
|
60
|
+
pass
|
|
Binary file
|
|
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
|
opt/hostedtoolcache/Python/{3.7.0 → 3.7.2}/x64/lib/python3.7/site-packages/torchani/ignite.py
RENAMED
|
@@ -4,7 +4,7 @@ from __future__ import absolute_import
|
|
|
4
4
|
import torch
|
|
5
5
|
from . import utils
|
|
6
6
|
from torch.nn.modules.loss import _Loss
|
|
7
|
-
from ignite.metrics import Metric, RootMeanSquaredError
|
|
7
|
+
from ignite.metrics import Metric, RootMeanSquaredError, MeanAbsoluteError
|
|
8
8
|
from ignite.contrib.metrics.regression import MaximumAbsoluteError
|
|
9
9
|
|
|
10
10
|
|
|
@@ -111,10 +111,15 @@ def RMSEMetric(key):
|
|
|
111
111
|
return DictMetric(key, RootMeanSquaredError())
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
def
|
|
114
|
+
def MaxAEMetric(key):
|
|
115
115
|
"""Create max absolute error metric on key."""
|
|
116
116
|
return DictMetric(key, MaximumAbsoluteError())
|
|
117
117
|
|
|
118
118
|
|
|
119
|
+
def MAEMetric(key):
|
|
120
|
+
"""Create max absolute error metric on key."""
|
|
121
|
+
return DictMetric(key, MeanAbsoluteError())
|
|
122
|
+
|
|
123
|
+
|
|
119
124
|
__all__ = ['Container', 'MSELoss', 'TransformedLoss', 'RMSEMetric',
|
|
120
|
-
'
|
|
125
|
+
'MaxAEMetric']
|