def apply_hadamard_gate()

in qumat/amazon_braket_backend.py [0:0]


def apply_hadamard_gate(circuit, qubit_index):
    circuit.h(qubit_index)