LICENSE
README.md
pyproject.toml
src/tensoratlas/__init__.py
src/tensoratlas/abstract_tensor.py
src/tensoratlas/algebraic_semantic_geometry.py
src/tensoratlas/api.py
src/tensoratlas/basic_algebraic_reduce.py
src/tensoratlas/basis.py
src/tensoratlas/builtin_maps.py
src/tensoratlas/bundle_identity.py
src/tensoratlas/cache_utils.py
src/tensoratlas/calculus.py
src/tensoratlas/canonical_keys.py
src/tensoratlas/canonicalization_core.py
src/tensoratlas/charts.py
src/tensoratlas/comparison_utils.py
src/tensoratlas/completion_manager.py
src/tensoratlas/conflict_priority_geometry_engine.py
src/tensoratlas/connection_curvature.py
src/tensoratlas/coordinate_catalog.json
src/tensoratlas/covariant_variational_geometry.py
src/tensoratlas/critical_pair_rewrite_engine.py
src/tensoratlas/curvature_normal_forms.py
src/tensoratlas/curvature_relations.py
src/tensoratlas/declarations.py
src/tensoratlas/differential_forms_frame.py
src/tensoratlas/display.py
src/tensoratlas/dummy_multiterm_reduction.py
src/tensoratlas/errors.py
src/tensoratlas/exterior.py
src/tensoratlas/exterior_geometry.py
src/tensoratlas/exterior_spin_algebra.py
src/tensoratlas/fields.py
src/tensoratlas/geometry_components.py
src/tensoratlas/geometry_foundations.py
src/tensoratlas/geometry_models.py
src/tensoratlas/geometry_rewrite_transport.py
src/tensoratlas/geometry_workflows.py
src/tensoratlas/graph_iso.py
src/tensoratlas/identity_basis_expansion.py
src/tensoratlas/indexed_api.py
src/tensoratlas/indexed_compare.py
src/tensoratlas/indexed_config.py
src/tensoratlas/indexed_core.py
src/tensoratlas/indexed_expr.py
src/tensoratlas/indexed_normal_form.py
src/tensoratlas/indexed_normalization.py
src/tensoratlas/indexed_patterns.py
src/tensoratlas/indexed_pipeline.py
src/tensoratlas/indexed_reconstruct.py
src/tensoratlas/indexed_render.py
src/tensoratlas/indexed_rewrite.py
src/tensoratlas/indexed_spaces.py
src/tensoratlas/ir_curvature_completion.py
src/tensoratlas/ir_curvature_rewriting.py
src/tensoratlas/ir_rewriting.py
src/tensoratlas/mappings.py
src/tensoratlas/normal_forms.py
src/tensoratlas/notebook_examples.py
src/tensoratlas/performance_engineering.py
src/tensoratlas/priority_reduction.py
src/tensoratlas/priority_rewrite_engine.py
src/tensoratlas/public_api.py
src/tensoratlas/py.typed
src/tensoratlas/return_policy.py
src/tensoratlas/rewrite_families.py
src/tensoratlas/semantic_core.py
src/tensoratlas/semantic_exterior_spin.py
src/tensoratlas/semantic_identity_components.py
src/tensoratlas/semantic_ir.py
src/tensoratlas/semantic_matching.py
src/tensoratlas/semantic_ops.py
src/tensoratlas/semantic_rewrite.py
src/tensoratlas/semantic_transport_rewrite.py
src/tensoratlas/semantic_transport_rules.py
src/tensoratlas/signed_contraction_canonicalization.py
src/tensoratlas/simplification_core.py
src/tensoratlas/simplification_policy.py
src/tensoratlas/standard_tensor_library.py
src/tensoratlas/symbolic_decision.py
src/tensoratlas/symbolic_simplification_policy.py
src/tensoratlas/symmetry_confluence_engine.py
src/tensoratlas/tensor_algebra.py
src/tensoratlas/tensor_core.py
src/tensoratlas/tensor_expr_canonicalization.py
src/tensoratlas/tensor_indices.py
src/tensoratlas/tensorform_engine.py
src/tensoratlas/tensorform_planning.py
src/tensoratlas/tensorform_special.py
src/tensoratlas/tensorform_types.py
src/tensoratlas/unified_reduction.py
src/tensoratlas/validation.py
src/tensoratlas/variational_gr.py
src/tensoratlas/variational_tensor_expr.py
src/tensoratlas/variational_workflows.py
src/tensoratlas.egg-info/PKG-INFO
src/tensoratlas.egg-info/SOURCES.txt
src/tensoratlas.egg-info/dependency_links.txt
src/tensoratlas.egg-info/requires.txt
src/tensoratlas.egg-info/top_level.txt
src/tensoratlas/_internal/sympy_matrix_guard.py
src/tensoratlas/contracts/__init__.py
src/tensoratlas/contracts/bridges.py
src/tensoratlas/contracts/normal_forms.py
src/tensoratlas/contracts/provenance.py
src/tensoratlas/core/__init__.py
src/tensoratlas/core/components.py
src/tensoratlas/core/conventions.py
src/tensoratlas/core/coordinate_map_data.py
src/tensoratlas/core/coordinate_tools.py
src/tensoratlas/core/curvature.py
src/tensoratlas/core/derivatives.py
src/tensoratlas/core/exterior_forms.py
src/tensoratlas/core/field_transformations.py
src/tensoratlas/core/graded_algebra.py
src/tensoratlas/core/indices.py
src/tensoratlas/core/manifolds.py
src/tensoratlas/core/multiterm_identities.py
src/tensoratlas/core/permutation_canonicalization.py
src/tensoratlas/core/permutation_group_backend.py
src/tensoratlas/core/realization.py
src/tensoratlas/core/symbolic_arrays.py
src/tensoratlas/core/symbolic_utils.py
src/tensoratlas/core/symmetries.py
src/tensoratlas/core/tensor_expr.py
src/tensoratlas/core/tensor_heads.py
src/tensoratlas/core/tensor_identities.py
src/tensoratlas/core/tensor_monomial_encoding.py
src/tensoratlas/core/variational_calculus.py
src/tensoratlas/core/vector_calculus.py
src/tensoratlas/examples/__init__.py
src/tensoratlas/examples/canonicalization.py
src/tensoratlas/examples/cartan_geometry.py
src/tensoratlas/examples/coordinate_calculus.py
src/tensoratlas/examples/differential_forms.py
src/tensoratlas/examples/electromagnetism.py
src/tensoratlas/examples/geometric_algebra.py
src/tensoratlas/examples/physical_tensors.py
src/tensoratlas/examples/relativity.py
src/tensoratlas/examples/tensor_theory.py
src/tensoratlas/examples/usability.py
src/tensoratlas/examples/visualizations.py
src/tensoratlas/geometric_algebra/__init__.py
src/tensoratlas/geometric_algebra/algebra.py
src/tensoratlas/geometric_algebra/multivector.py
src/tensoratlas/geometric_algebra/operations.py
src/tensoratlas/relativity/__init__.py
src/tensoratlas/relativity/curvature.py
src/tensoratlas/relativity/geodesics.py
src/tensoratlas/relativity/inspection.py
src/tensoratlas/relativity/metrics.py
src/tensoratlas/relativity/plotting.py
src/tensoratlas/tensor_valued_forms/__init__.py
src/tensoratlas/tensor_valued_forms/cartan.py
src/tensoratlas/tensor_valued_forms/valued.py
tests/test_abstract_tensor_advanced_algorithms.py
tests/test_abstract_tensor_bp.py
tests/test_abstract_tensor_canonicalization.py
tests/test_abstract_tensor_contraction_levels.py
tests/test_abstract_tensor_kernel.py
tests/test_abstract_tensor_recommendations.py
tests/test_abstract_tensor_rewrite_integration.py
tests/test_abstract_tensor_semantic_basics.py
tests/test_abstract_tensor_simplification_report.py
tests/test_advanced_abstract_tensor.py
tests/test_algebraic_root_reduction.py
tests/test_algebraic_semantic_geometry.py
tests/test_architecture_invariants.py
tests/test_architecture_robustness.py
tests/test_backend_coordinate_usability.py
tests/test_basic.py
tests/test_basic_algebraic_reduce.py
tests/test_basis_roundtrip.py
tests/test_canonical_core_and_policy.py
tests/test_canonicalization_core.py
tests/test_completion_manager.py
tests/test_component_basis_realization.py
tests/test_component_conventions.py
tests/test_component_geometry_calculus.py
tests/test_conflict_priority_geometry_engine.py
tests/test_connection_curvature_core.py
tests/test_contraction_graph_matcher.py
tests/test_contraction_planner_validation.py
tests/test_conventions_canonicalization_realization.py
tests/test_coordinate_calculus_translations.py
tests/test_coordinate_catalog_and_vector_calculus.py
tests/test_coordinate_completion_pass.py
tests/test_coordinate_extensions_catalog.py
tests/test_coordinate_extensions_transformations.py
tests/test_coordinate_tensor_bugfixes.py
tests/test_coordinate_transform_field_array_completion.py
tests/test_correctness_performance_updates.py
tests/test_covariant_variational_priority.py
tests/test_critical_pair_rewrite_engine.py
tests/test_curvature_identity_helpers.py
tests/test_curvature_normal_forms.py
tests/test_curvature_relations.py
tests/test_declarations.py
tests/test_demo_notebook_content.py
tests/test_derivative_curvature_algebra.py
tests/test_differential_form_algebra.py
tests/test_differential_forms_frame.py
tests/test_dummy_classes_and_multiterm_symmetry.py
tests/test_dummy_multiterm_reduction.py
tests/test_exterior_and_calculus_api.py
tests/test_exterior_calculus_core.py
tests/test_exterior_geometry.py
tests/test_exterior_multiterm_variational_completion.py
tests/test_exterior_spin_breadth_and_polish.py
tests/test_frame_vielbein_geometry.py
tests/test_frames_and_forms_workflows.py
tests/test_geometric_algebra.py
tests/test_geometry_components_hodge.py
tests/test_geometry_foundations.py
tests/test_geometry_models.py
tests/test_geometry_rewrite_transport.py
tests/test_geometry_semantic_integration.py
tests/test_geometry_workflows.py
tests/test_graded_clifford_spinor_gauge_algebra.py
tests/test_hypergraph_canonizer.py
tests/test_hypergraph_operator_representation.py
tests/test_identity_and_invariant_algorithms.py
tests/test_identity_basis_expansion.py
tests/test_identity_family_matcher.py
tests/test_identity_family_rewrite_awareness.py
tests/test_identity_family_rewrite_expansions.py
tests/test_identity_invariant_unified_bridge.py
tests/test_import_health.py
tests/test_indexed_mode_consistency.py
tests/test_indexed_pipeline_and_public_api.py
tests/test_indexed_tree_orbit_matcher.py
tests/test_ir_curvature_completion.py
tests/test_ir_curvature_rewriting.py
tests/test_ir_rewriting.py
tests/test_items8910_rule_engine_perf_standard.py
tests/test_maintainability_refactors.py
tests/test_monoterm_canonicalization.py
tests/test_multiterm_identity_reduction.py
tests/test_multiterm_identity_system.py
tests/test_multiterm_young_helpers.py
tests/test_new_coordinate_and_tensor_tools.py
tests/test_nf_native_linear_algebra_advanced.py
tests/test_nf_roundtrip_properties.py
tests/test_normal_form_engine.py
tests/test_notebook_examples_regression.py
tests/test_notebook_workflow_examples.py
tests/test_operator_and_canonical_bugfixes.py
tests/test_parabolic_family.py
tests/test_permutation_group_backend.py
tests/test_policy_unified_performance_standard.py
tests/test_priority_reduction.py
tests/test_priority_rewrite_engine.py
tests/test_public_examples_and_selected_components.py
tests/test_recommended_improvements.py
tests/test_reconstruction_rendering_consistency.py
tests/test_reduction_and_algebra.py
tests/test_registry_queries.py
tests/test_relativity_geodesics.py
tests/test_relativity_metrics_curvature.py
tests/test_release_audit.py
tests/test_release_bugfix_perf_items.py
tests/test_representation_theory.py
tests/test_return_policy_and_comparison_helpers.py
tests/test_rewrite_families_and_slot_ops.py
tests/test_rewrite_invariants_provenance.py
tests/test_semantic_core.py
tests/test_semantic_core_and_rewrite.py
tests/test_semantic_exterior_spin.py
tests/test_semantic_identity_components.py
tests/test_semantic_ir.py
tests/test_semantic_matching_and_basis.py
tests/test_semantic_ops_priority_rewrite.py
tests/test_semantic_transport_rewrite.py
tests/test_semantic_transport_rules.py
tests/test_shared_typed_ir_integration.py
tests/test_signed_contraction_canonicalization.py
tests/test_simplification_and_reduction.py
tests/test_sparse_identity_basis.py
tests/test_structured_tensor_and_reduction.py
tests/test_suggested_workflows.py
tests/test_symbolic_decision.py
tests/test_symmetry_confluence_engine.py
tests/test_symmetry_orbit_matcher.py
tests/test_tensor_api_convenience.py
tests/test_tensor_canonical_pipeline.py
tests/test_tensor_canonicalization_backend_completion.py
tests/test_tensor_core.py
tests/test_tensor_encoding_optimized_cases.py
tests/test_tensor_expr_canonicalization_engine.py
tests/test_tensor_expr_permutation_unification.py
tests/test_tensor_expr_unification.py
tests/test_tensor_monomial_encoding.py
tests/test_tensor_monomial_encoding_completion.py
tests/test_tensor_reduce_operator_surface.py
tests/test_tensor_theory_physical_examples.py
tests/test_tensor_valued_forms.py
tests/test_tensorcanon_additive_normalization.py
tests/test_tensorcanon_basis_and_bundle_strengthening.py
tests/test_tensorcanon_basis_normalization.py
tests/test_tensorcanon_delta_metric_epsilon_rules.py
tests/test_tensorcanon_dummy_renaming.py
tests/test_tensorcanon_exclusive_reduction.py
tests/test_tensorcanon_exclusivity_reports.py
tests/test_tensorcanon_free_index_ordering.py
tests/test_tensorcanon_index_items_group_e.py
tests/test_tensorcanon_index_items_group_f.py
tests/test_tensorcanon_index_items_group_g.py
tests/test_tensorcanon_nf_all_rules.py
tests/test_tensorcanon_nf_complete_rules.py
tests/test_tensorcanon_nf_engine.py
tests/test_tensorcanon_nf_exclusive_reduction.py
tests/test_tensorcanon_nf_helper_audit.py
tests/test_tensorcanon_nf_helper_export.py
tests/test_tensorcanon_nf_items_group_a.py
tests/test_tensorcanon_nf_items_group_b.py
tests/test_tensorcanon_nf_items_group_c.py
tests/test_tensorcanon_nf_items_group_d.py
tests/test_tensorcanon_nf_metric_delta_reduction.py
tests/test_tensorcanon_nf_more_complete.py
tests/test_tensorcanon_nf_public_path.py
tests/test_tensorcanon_nf_special_factor_reduction.py
tests/test_tensorcanon_nf_special_symmetry.py
tests/test_tensorcanon_nf_symmetry.py
tests/test_tensorcanon_pattern_rewrite_equivalence.py
tests/test_tensorcanon_reconstruction.py
tests/test_tensorcanon_special_tensors.py
tests/test_tensorcore_basis_and_delta.py
tests/test_tensorcore_epsilon_identities.py
tests/test_usability_improvements.py
tests/test_validation_and_benchmarks.py
tests/test_variational_curvature_workflows.py
tests/test_variational_gr.py
tests/test_variational_perturbation_workflows.py
tests/test_variational_tensor_expr.py
tests/test_visualization_examples.py