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