def apply_pauli_y_gate()

in qumat/qiskit_backend.py [0:0]


def apply_pauli_y_gate(circuit, qubit_index):
    # Apply a Pauli Y gate on the specified qubit
    circuit.y(qubit_index)