.gitignore
.gitmodules
CMakeLists.txt
LICENSE
pyproject.toml
readme.md
setup.cfg
setup.py
.github/workflows/clear_cache.yml
.github/workflows/strands.yml
.github/workflows/upload_wheels.yml
src/domain.h
src/schrodinger.h
src/Strands.egg-info/PKG-INFO
src/Strands.egg-info/SOURCES.txt
src/Strands.egg-info/dependency_links.txt
src/Strands.egg-info/not-zip-safe
src/Strands.egg-info/requires.txt
src/Strands.egg-info/top_level.txt
src/python/__init__.py
src/python/strands.cpp
src/schrodinger/eigenfunction.cpp
src/schrodinger/eigenpairs.h
src/schrodinger/eigenpairs_dense.cpp
src/schrodinger/eigenpairs_sparse.cpp
src/schrodinger/instantiate.h
src/schrodinger/schrodinger.cpp
src/util/geometry.h
src/util/rectangular_pencil.h
src/util/right_kernel.h
src/util/right_kernel_sparse.cpp
src/util/slepc.h
test/check_eigenvalues.h
test/harmonic.cpp
test/henon_heiles.cpp
test/ixaru.cpp
test/profile_henon_heiles.cpp
test/quartic.cpp
test/zero.cpp
test/python/test_docs.py