.flake8
LICENSE
MANIFEST.in
PERFORMANCE.md
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.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
src/itensorpy/differential_ops/__init__.py
src/itensorpy/differential_ops/core.py
src/itensorpy/differential_ops/curl.py
src/itensorpy/differential_ops/divergency.py
src/itensorpy/differential_ops/gradient.py
src/itensorpy/differential_ops/jacobian_hessian.py
src/itensorpy/differential_ops/laplacian.py
src/itensorpy/matrix_ops/__init__.py
src/itensorpy/matrix_ops/core.py
src/itensorpy/matrix_ops/determinant.py
src/itensorpy/matrix_ops/eigen.py
src/itensorpy/matrix_ops/linear_solve.py
src/itensorpy/matrix_ops/multiplication.py
src/itensorpy/tensor_ops/__init__.py
src/itensorpy/tensor_ops/arithmetic.py
src/itensorpy/tensor_ops/contraction.py
src/itensorpy/tensor_ops/core.py
src/itensorpy/tensor_ops/einsum.py
src/itensorpy/tensor_ops/shape.py
tests/conftest.py
tests/test_christoffel.py
tests/test_curvature.py
tests/test_curvature_extended.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
tests/test_utils.py
tests/differential_ops/__init__.py
tests/differential_ops/test_field.py
tests/matrix_ops/__init__.py
tests/matrix_ops/test_matrix_core.py
tests/matrix_ops/test_matrix_operations.py
tests/tensor_ops/__init__.py
tests/tensor_ops/test_einsum_extended.py
tests/tensor_ops/test_tensor_core.py
tests/tensor_ops/test_tensor_operations.py