Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Quantum::Superpositions;
    ...
    my @e = eigenstates( $s );
    
    print "Am I on to something? @e\n";
    
  2. or download this
    my $t = any(1 .. 4); $t = $t != $s;
    
  3. or download this
       $t = $t != $_ for eigenstates( $s );