Skip to main content

sse_vertex

Overloads

NameDescription
sse_vertex(const List<integer> input_legs) -> SSEVertexConstructs a diagonal SSE vertex.
sse_vertex(const List<integer> input_legs, const List<integer> output_legs) -> SSEVertexConstructs 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.