in qumat/qumat.py [0:0]
def apply_ry_gate(self, qubit_index, angle): self._handle_parameter(angle) self.backend_module.apply_ry_gate(self.circuit, qubit_index, angle)