Help for this page

Select Code to Download


  1. or download this
    @intersection = @alphas =~ @betas;
    
  2. or download this
        @intersection = eigenstates(any @alphas =~ any @betas);
    
  3. or download this
        @intersection = any @alphas =~ any @betas;