def apply_rz_gate()

in qumat/qumat.py [0:0]


    def apply_rz_gate(self, qubit_index, angle):
        self._handle_parameter(angle)
        self.backend_module.apply_rz_gate(self.circuit, qubit_index, angle)