.gitignore
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/neuron.yml
.github/workflows/notify-umbrella.yml
.github/workflows/publish.yml
benchmarks/bench_cuda.py
benchmarks/bench_solver.py
benchmarks/conftest.py
docs/architecture.md
docs/aws_setup.md
docs/benchmarks.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/api/eigen.md
docs/api/factor.md
docs/api/iterative.md
docs/api/nki.md
examples/scf_eigen.py
infra/terraform/README.md
infra/terraform/gpu.tf
infra/terraform/main.tf
scripts/run_cuda_tests.sh
scripts/run_neuron_tests.sh
tests/conftest.py
tests/test_eigen.py
tests/test_factor.py
tests/test_iterative.py
trnsolver/__init__.py
trnsolver/eigen.py
trnsolver/factor.py
trnsolver/iterative.py
trnsolver.egg-info/PKG-INFO
trnsolver.egg-info/SOURCES.txt
trnsolver.egg-info/dependency_links.txt
trnsolver.egg-info/requires.txt
trnsolver.egg-info/top_level.txt
trnsolver/nki/__init__.py
trnsolver/nki/dispatch.py