# File rquantum.rb, line 196
    def initialize theta
      theta = theta[0] if theta.class == Array
      @theta = theta
    end