.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-test-pypi.yml
.github/workflows/python-app.yml
benchmarks/camelback/context.py
benchmarks/camelback/main.py
benchmarks/neb_params/context.py
benchmarks/neb_params/main.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/source/modules.rst
docs/source/pyneb.rst
examples/README.md
examples/232U/232U.dat
examples/232U/232U.h5
examples/232U/main.py
examples/leps/main.py
examples/muller_brown/main.py
examples/six_camelback/main.py
src/pyneb/__init__.py
src/pyneb/__version__.py
src/pyneb/analysis.py
src/pyneb/fileio.py
src/pyneb/solvers.py
src/pyneb/utilities.py
src/python_neb.egg-info/PKG-INFO
src/python_neb.egg-info/SOURCES.txt
src/python_neb.egg-info/dependency_links.txt
src/python_neb.egg-info/requires.txt
src/python_neb.egg-info/top_level.txt
tests/solvers/Test_Dijkstra.py
tests/solvers/Test_DynamicProgramming.py
tests/solvers/Test_LeastActionPath.py
tests/solvers/Test_MinimumEnergyPath.py
tests/solvers/Test_VerletMinimization.py
tests/solvers/context.py
tests/utilities/Test_GradientApproximations.py
tests/utilities/Test_InterpolatedPath.py
tests/utilities/Test_Miscellaneous.py
tests/utilities/Test_NDInterpWithBoundary.py
tests/utilities/Test_SurfaceUtils.py
tests/utilities/Test_TargetFunctions.py
tests/utilities/context.py
visualization/neb_dashboard.py