def apply_pauli_x_gate()

in qumat/qiskit_backend.py [0:0]


def apply_pauli_x_gate(circuit, qubit_index):
    # Apply a Pauli X gate on the specified qubit
    circuit.x(qubit_index)