ExecutionMode
Symbolica documentation for getting started, symbolic expressions, numerical evaluation, pattern matching, and APIs in Python and Rust.
ExecutionMode
ExecutionMode()Execution modes for tensor network evaluation.
Controls how the tensor network execution engine processes the computational graph.
Variants
Single : Execute one contraction at a time, useful for debugging Scalar : Only contract scalar operations, leaving tensor structure intact All : Execute all possible contractions for complete evaluation
Members
| Name | Description |
|---|---|
All |
|
Scalar |
|
Single |
All
ExecutionMode.AllScalar
ExecutionMode.ScalarSingle
ExecutionMode.Single