def apply_hadamard_gate()

in qumat/qiskit_backend.py [0:0]


def apply_hadamard_gate(circuit, qubit_index):
    # Apply a Hadamard gate on the specified qubit
    circuit.h(qubit_index)