SSEOperatorString
Base class: Object
Represents the operator string in the SSE simulation.
Constructors
SSEOperatorString(const SSEOperatorString existing) -> SSEOperatorString
Constructs an instance of SSEOperatorString from an existing instance by copy.
Parameters
- existing: Existing instance of SSEOperatorString to be copied.
Symbols
| Name | Description |
|---|---|
= | Constructs an instance of SSEOperatorString from an existing instance by assignment. |
Members
| Name | Description |
|---|---|
| cutoff | Returns the expansion order cutoff of the operator string. |
| data | Returns the entries of the operator string as a list of SSEOperatorStringEntry values. |
| order | Returns the number of non-trivial operators in the operator string. |