cirq_web.circuits.symbols.SymbolInfo

Organizes information about a symbol.

labels Dataclass field
colors Dataclass field

Methods

unknown_operation

View source

Generates a SymbolInfo object for an unknown operation.

Args
num_qubits the number of qubits in the operation

__eq__