On this page

ExecutionMode

symbolica.community.spenso Class

ExecutionMode()

Execution modes for tensor network evaluation.

Controls how the tensor network execution engine processes the computational graph.

Variants

Single

Select one smallest-degree rewrite per step; without n_steps, continue until no work remains

Scalar

Only contract scalar operations, leaving tensor structure intact

All

Execute 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