ExecutionMode
symbolica.community.spenso Class
ExecutionMode()Execution modes for tensor network evaluation.
Controls how the tensor network execution engine processes the computational graph.
Variants
SingleSelect one smallest-degree rewrite per step; without
n_steps, continue until no work remainsScalarOnly contract scalar operations, leaving tensor structure intact
AllExecute all possible contractions for complete evaluation
Member details
Single
Variant#
Select one smallest-degree rewrite per step; without n_steps, continue until no work remains
Scalar
Variant#
Only contract scalar operations, leaving tensor structure intact
All
Variant#
Execute all possible contractions for complete evaluation
View generated signature source: docs/api/python/spynso3.pyi:1951