AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/pantea.atoms.rst
docs/pantea.datasets.rst
docs/pantea.descriptors.acsf.rst
docs/pantea.descriptors.rst
docs/pantea.models.nn.rst
docs/pantea.models.rst
docs/pantea.potentials.nnp.rst
docs/pantea.potentials.rst
docs/pantea.rst
docs/pantea.simulation.rst
docs/pantea.utils.rst
docs/readme.rst
docs/theory.rst
docs/usage.rst
docs/_build/doctrees/nbsphinx/notebooks_getting_started_38_0.png
docs/_build/doctrees/nbsphinx/notebooks_getting_started_45_0.png
docs/_build/doctrees/nbsphinx/notebooks_getting_started_51_0.png
docs/_build/html/_images/notebooks_getting_started_38_0.png
docs/_build/html/_images/notebooks_getting_started_45_0.png
docs/_build/html/_images/notebooks_getting_started_51_0.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/images/flowchart.drawio.png
docs/images/logo.png
docs/images/logo2.png
docs/images/water.png
pantea/__init__.py
pantea/_version.py
pantea/config.py
pantea/logger.py
pantea/pytree.py
pantea/types.py
pantea/units.py
pantea.egg-info/PKG-INFO
pantea.egg-info/SOURCES.txt
pantea.egg-info/dependency_links.txt
pantea.egg-info/entry_points.txt
pantea.egg-info/not-zip-safe
pantea.egg-info/requires.txt
pantea.egg-info/top_level.txt
pantea/atoms/__init__.py
pantea/atoms/box.py
pantea/atoms/distance.py
pantea/atoms/element.py
pantea/atoms/neighbor.py
pantea/atoms/structure.py
pantea/datasets/__init__.py
pantea/datasets/dataset.py
pantea/datasets/runner.py
pantea/descriptors/__init__.py
pantea/descriptors/descriptor.py
pantea/descriptors/scaler.py
pantea/descriptors/acsf/__init__.py
pantea/descriptors/acsf/acsf.py
pantea/descriptors/acsf/angular.py
pantea/descriptors/acsf/cutoff.py
pantea/descriptors/acsf/radial.py
pantea/descriptors/acsf/symmetry.py
pantea/models/__init__.py
pantea/models/model.py
pantea/models/nn/__init__.py
pantea/models/nn/activation.py
pantea/models/nn/initializer.py
pantea/models/nn/network.py
pantea/potentials/__init__.py
pantea/potentials/atomic_potential.py
pantea/potentials/energy.py
pantea/potentials/force.py
pantea/potentials/nnp/__init__.py
pantea/potentials/nnp/gradient_descent.py
pantea/potentials/nnp/kalman_filter.py
pantea/potentials/nnp/metrics.py
pantea/potentials/nnp/nnp.py
pantea/potentials/nnp/potential.py
pantea/potentials/nnp/settings.py
pantea/simulation/__init__.py
pantea/simulation/lennard_jones.py
pantea/simulation/molecular_dynamics.py
pantea/simulation/monte_carlo.py
pantea/simulation/run.py
pantea/simulation/thermostat.py
pantea/utils/__init__.py
pantea/utils/attribute.py
pantea/utils/batch.py
pantea/utils/compare.py
pantea/utils/profiler.py
pantea/utils/tokenize.py
tests/__init__.py
tests/h2o.data
tests/h2o.json
tests/scaling.001.data
tests/scaling.008.data
tests/test_acsf.py
tests/test_mc.py
tests/test_md.py
tests/test_nn.py
tests/test_nnp.py
tests/test_runner.py
tests/test_scaler.py
tests/test_structure.py
tests/weights.001.pkl
tests/weights.008.pkl
tests/.ipynb_checkpoints/h2o-checkpoint.data
tests/.ipynb_checkpoints/h2o-checkpoint.json
tests/.ipynb_checkpoints/input.h2o-checkpoint.data
tests/.ipynb_checkpoints/test-checkpoint.ipynb