def apply_rx_gate()

in qumat/qumat.py [0:0]


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