.coveragerc
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/release.yml
NOTICE/LICENSE.ASE
NOTICE/LICENSE.Cython
NOTICE/LICENSE.NumPy
NOTICE/LICENSE.SciPy
NOTICE/README
Sella.egg-info/PKG-INFO
Sella.egg-info/SOURCES.txt
Sella.egg-info/dependency_links.txt
Sella.egg-info/requires.txt
Sella.egg-info/top_level.txt
sella/__init__.py
sella/eigensolvers.py
sella/force_match.c
sella/force_match.pyx
sella/hessian_update.py
sella/internal.py
sella/linalg.py
sella/peswrapper.py
sella/samd.py
sella/optimize/__init__.py
sella/optimize/irc.py
sella/optimize/optimize.py
sella/optimize/restricted_step.py
sella/optimize/stepper.py
sella/utilities/__init__.py
sella/utilities/blas.c
sella/utilities/blas.pxd
sella/utilities/blas.pyx
sella/utilities/math.c
sella/utilities/math.pxd
sella/utilities/math.pyx
tests/test_eigensolvers.py
tests/test_hessian_update.py
tests/test_linalg.py
tests/test_peswrapper.py
tests/integration/test_morse_cluster.py
tests/integration/test_tip3p_cluster.py
tests/internal/test_get_internal.py
tests/test_utils/__init__.py
tests/test_utils/matrix_factory.py
tests/test_utils/poly_factory.py
tests/test_utils/test_poly_factory.py
tests/utilities/math_wrappers.pyx
tests/utilities/test_math.py