![]() |
Classes
class SupportsDecompose
: An object that can be decomposed into simpler operations.
class SupportsDecomposeWithQubits
: An object that can be decomposed into operations on given qubits.
Functions
decompose(...)
: Recursively decomposes a value into cirq.Operation
s meeting a criteria.
decompose_once(...)
: Decomposes a value into operations, if possible.
decompose_once_with_qubits(...)
: Decomposes a value into operations on the given qubits.
Type Aliases
DecomposeResult
: The central part of internal API.
OpDecomposer
: The central part of internal API.
Other Members | |
---|---|
RaiseTypeErrorIfNotProvided | |
TDefault | |
TError | |
TValue | |
TYPE_CHECKING |
False
|