# File rquantum.rb, line 343
    def Matrices.R theta
      Matrix[
        [1, 0],
        [0, Math.exp(2*Math::PI*Complex::I*theta)]
      ]
    end