PauliRotationGate#
-
class cuquantum.
pauliprop. experimental. PauliRotationGate(
)[source]#
A Pauli rotation gate exp(-i * angle/2 * P) where P is a Pauli string.
Methods
Attributes
- num_qubits#
The number of qubits this gate acts on.
- pauli_string#
The Pauli string defining the rotation axis (e.g., [‘X’, ‘Y’, ‘Z’]).
- qubit_indices#
The qubit indices this gate acts on.