in qumat/cirq_backend.py [0:0]
def apply_hadamard_gate(circuit, qubit_index): qubit = cirq.LineQubit(qubit_index) circuit.append(cirq.H(qubit))