quri_parts.core.operator.conjugation module#
- clifford_gate_conjugation(gate, pauli)#
Returns
PauliLabel
mapped byQuantumGate
under the conjugation . Note that this function only supports Clifford gates.In other words, returns the
which satisfies for given gate andPauliLabel
.- Parameters:
gate (QuantumGate) –
pauli (PauliLabel) –
- Return type:
tuple[PauliLabel, complex]