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