cirq.SupportsQasmWithArgsAndQubits¶
-
class
cirq.SupportsQasmWithArgsAndQubits(*args, **kwargs)[source]¶ An object that can be turned into QASM code if it knows its qubits.
ReturningNotImplementedorNonemeans “don’t know how to turn intoQASM”. In that case fallbacks based on decomposition and known unitarieswill be used instead.-
__init__(*args, **kwargs)¶
Methods
-