# File rquantum.rb, line 620
  def controlled_not control, target
    return unless controlled control, target
    @reg[target].controlled_not @reg[control]
  end