cirq.SupportsQasmWithArgs¶
-
class
cirq.SupportsQasmWithArgs(*args, **kwargs)[source]¶ An object that can be turned into QASM code.
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
-