sse_vertex
Overloads
| Name | Description |
|---|---|
sse_vertex(const List<integer> input_legs) -> SSEVertex | Constructs a diagonal SSE vertex. |
sse_vertex(const List<integer> input_legs, const List<integer> output_legs) -> SSEVertex | Constructs a general SSE vertex. |
sse_vertex(const List<integer> input_legs) -> SSEVertex
Constructs a diagonal SSE vertex.
Parameters
- input_legs: Values of the input legs in the computational basis.
sse_vertex(const List<integer> input_legs, const List<integer> output_legs) -> SSEVertex
Constructs a general SSE vertex.
Parameters
- input_legs: Values of the input legs in the computational basis.
- output_legs: Values of the output legs in the computational basis.