.coveragerc
.gitignore
CHANGELOG.md
LICENSE
README.md
environment.yml
pyproject.toml
.github/workflows/release.yml
NOTICE/LICENSE.ASE
NOTICE/LICENSE.NumPy
NOTICE/LICENSE.SciPy
NOTICE/README
sella/__init__.py
sella/_ase_compat.py
sella/_constants.py
sella/_gpu.py
sella/_threads.py
sella/eigensolvers.py
sella/hessian_update.py
sella/internal.py
sella/linalg.py
sella/peswrapper.py
sella/py.typed
sella.egg-info/PKG-INFO
sella.egg-info/SOURCES.txt
sella.egg-info/dependency_links.txt
sella.egg-info/requires.txt
sella.egg-info/scm_file_list.json
sella.egg-info/scm_version.json
sella.egg-info/top_level.txt
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/math.py
tests/test_cell_optimization.py
tests/test_coordinate_transformations.py
tests/test_core_functionality.py
tests/test_eigensolvers.py
tests/test_get_binv_fallback.py
tests/test_guess_hessian.py
tests/test_hessian_progress.py
tests/test_hessian_update.py
tests/test_irc.py
tests/test_linalg.py
tests/test_make_internal.py
tests/test_molecular_hessian_refinement.py
tests/test_niggli_hessian_transform.py
tests/test_peswrapper.py
tests/test_restricted_step.py
tests/test_svd_rank.py
tests/test_threads.py
tests/test_trajectory_logging.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/test_math.py