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