.flake8
LICENSE
MANIFEST.in
PERFORMANCE.md
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
setup.simple.py
tox.ini
docs/conf.py
docs/index.rst
examples/curvature_examples.py
examples/kerr_performance.py
examples/metric_size_test.py
examples/performance_test.py
src/itensorpy/__init__.py
src/itensorpy/christoffel.py
src/itensorpy/curvature.py
src/itensorpy/einstein.py
src/itensorpy/metric.py
src/itensorpy/ricci.py
src/itensorpy/riemann.py
src/itensorpy/spacetimes.py
src/itensorpy/utils.py
src/itensorpy.egg-info/PKG-INFO
src/itensorpy.egg-info/SOURCES.txt
src/itensorpy.egg-info/dependency_links.txt
src/itensorpy.egg-info/requires.txt
src/itensorpy.egg-info/top_level.txt
tests/conftest.py
tests/test_christoffel.py
tests/test_curvature.py
tests/test_einstein.py
tests/test_errors.py
tests/test_flrw_fix.py
tests/test_integration.py
tests/test_isolate_issue.py
tests/test_metric.py
tests/test_ricci.py
tests/test_riemann.py
tests/test_spacetimes.py