pub type RzRyCX = ();Expand description
The {RZ, RY, CNOT} native gateset.
For single-qubit gates the 2×2 unitary is decomposed via the ZYZ
Euler decomposition, emitting rz and ry native gates
(near-zero rotations are dropped). For CNOT
it emits a single cnot gate. For SWAP it emits three cnot gates.
Used automatically when no NativeGateSet is configured in
QuantumExecution::Batch.