probabilistic const int INITSTATE = 104; //if state to be teleported is |0>, then INITSTATE=12 //if state to be teleported is |1>, then INITSTATE=56 //if state to be teleported is 1/sqrt2(|0>+|1>), then INITSTATE=104 module QuantumTeleportationFull step : [1..4]; [initialize] (step=1) -> (step'=2); [alicestart] (step=2) -> (step'=2); [alicefinish] (step=2) -> (step'=3); [bobstart] (step=3) -> (step'=3); [bobfinish] (step=3) -> (step'=4); [] (step=4) -> (step'=4); endmodule module Alice alice_step : [1..8]; result1 : [0..7]; result2 : [0..7]; [alicestart] (step=2)&(alice_step=1) -> (alice_step'=2); [cnot12] (step=2)&(alice_step=2) -> (alice_step'=3); [hadamard1] (step=2)&(alice_step=3) -> (alice_step'=4); [measure1] (step=2)&(alice_step=4) -> (alice_step'=5); [] (step=2)&(alice_step=5) -> (result1'=outcome) & (alice_step'=6); [measure2] (step=2)&(alice_step=6) -> (alice_step'=7); [] (step=2)&(alice_step=7) -> (result2'=outcome) & (alice_step'=8); [alicefinish] (step=2)&(alice_step=8) -> (alice_step'=8); endmodule module Bob bob_step : [1..5]; bob_quantumstate : [0..239]; [bobstart] (step=3)&(bob_step=1) -> (bob_step'=2); [sigma0_3rd] (step=3)&(bob_step=2)&(result1=0)&(result2=0) -> (bob_step'=3); [sigma1_3rd] (step=3)&(bob_step=2)&(result1=0)&(result2=1) -> (bob_step'=3); [sigma3_3rd] (step=3)&(bob_step=2)&(result1=1)&(result2=0) -> (bob_step'=3); [sigma2_3rd] (step=3)&(bob_step=2)&(result1=1)&(result2=1) -> (bob_step'=3); [bobfinish] (step=3)&(bob_step=3) -> (bob_quantumstate'=st)&(bob_step'=3); endmodule // Automatically generated model of 3-qubit state space closed under sigma, CNOT and Hadamard operations // This code was generated by PRISMGEN (c) S. Gay, N. Papanikolaou, 2004-2005 module ThreeQubitSpace outcome : [0..7]; st : [0..239]; // Initial state of the quantum system: [initialize] (st=0) -> (st'=INITSTATE); // Current transition (below): + |000> -> + |000> [cnot12] (st=0) -> (st'=0); // Current transition (below): + |001> -> + |001> [cnot12] (st=1) -> (st'=1); // Current transition (below): + |010> -> + |010> [cnot12] (st=2) -> (st'=2); // Current transition (below): + |011> -> + |011> [cnot12] (st=3) -> (st'=3); // Current transition (below): + |100> -> + |110> [cnot12] (st=4) -> (st'=6); // Current transition (below): + |101> -> + |111> [cnot12] (st=5) -> (st'=7); // Current transition (below): + |110> -> + |100> [cnot12] (st=6) -> (st'=4); // Current transition (below): + |111> -> + |101> [cnot12] (st=7) -> (st'=5); // Current transition (below): + |000> + |001> -> + |000> + |001> [cnot12] (st=8) -> (st'=8); // Current transition (below): + |000> - |001> -> + |000> - |001> [cnot12] (st=9) -> (st'=9); // Current transition (below): + |000> + |010> -> + |000> + |010> [cnot12] (st=10) -> (st'=10); // Current transition (below): + |000> - |010> -> + |000> - |010> [cnot12] (st=11) -> (st'=11); // Current transition (below): + |000> + |011> -> + |000> + |011> [cnot12] (st=12) -> (st'=12); // Current transition (below): + |000> - |011> -> + |000> - |011> [cnot12] (st=13) -> (st'=13); // Current transition (below): + |000> + |100> -> + |000> + |110> [cnot12] (st=14) -> (st'=18); // Current transition (below): + |000> - |100> -> + |000> - |110> [cnot12] (st=15) -> (st'=19); // Current transition (below): + |000> + |101> -> + |000> + |111> [cnot12] (st=16) -> (st'=20); // Current transition (below): + |000> - |101> -> + |000> - |111> [cnot12] (st=17) -> (st'=21); // Current transition (below): + |000> + |110> -> + |000> + |100> [cnot12] (st=18) -> (st'=14); // Current transition (below): + |000> - |110> -> + |000> - |100> [cnot12] (st=19) -> (st'=15); // Current transition (below): + |000> + |111> -> + |000> + |101> [cnot12] (st=20) -> (st'=16); // Current transition (below): + |000> - |111> -> + |000> - |101> [cnot12] (st=21) -> (st'=17); // Current transition (below): + |001> + |010> -> + |001> + |010> [cnot12] (st=22) -> (st'=22); // Current transition (below): + |001> - |010> -> + |001> - |010> [cnot12] (st=23) -> (st'=23); // Current transition (below): + |001> + |011> -> + |001> + |011> [cnot12] (st=24) -> (st'=24); // Current transition (below): + |001> - |011> -> + |001> - |011> [cnot12] (st=25) -> (st'=25); // Current transition (below): + |001> + |100> -> + |001> + |110> [cnot12] (st=26) -> (st'=30); // Current transition (below): + |001> - |100> -> + |001> - |110> [cnot12] (st=27) -> (st'=31); // Current transition (below): + |001> + |101> -> + |001> + |111> [cnot12] (st=28) -> (st'=32); // Current transition (below): + |001> - |101> -> + |001> - |111> [cnot12] (st=29) -> (st'=33); // Current transition (below): + |001> + |110> -> + |001> + |100> [cnot12] (st=30) -> (st'=26); // Current transition (below): + |001> - |110> -> + |001> - |100> [cnot12] (st=31) -> (st'=27); // Current transition (below): + |001> + |111> -> + |001> + |101> [cnot12] (st=32) -> (st'=28); // Current transition (below): + |001> - |111> -> + |001> - |101> [cnot12] (st=33) -> (st'=29); // Current transition (below): + |010> + |011> -> + |010> + |011> [cnot12] (st=34) -> (st'=34); // Current transition (below): + |010> - |011> -> + |010> - |011> [cnot12] (st=35) -> (st'=35); // Current transition (below): + |010> + |100> -> + |010> + |110> [cnot12] (st=36) -> (st'=40); // Current transition (below): + |010> - |100> -> + |010> - |110> [cnot12] (st=37) -> (st'=41); // Current transition (below): + |010> + |101> -> + |010> + |111> [cnot12] (st=38) -> (st'=42); // Current transition (below): + |010> - |101> -> + |010> - |111> [cnot12] (st=39) -> (st'=43); // Current transition (below): + |010> + |110> -> + |010> + |100> [cnot12] (st=40) -> (st'=36); // Current transition (below): + |010> - |110> -> + |010> - |100> [cnot12] (st=41) -> (st'=37); // Current transition (below): + |010> + |111> -> + |010> + |101> [cnot12] (st=42) -> (st'=38); // Current transition (below): + |010> - |111> -> + |010> - |101> [cnot12] (st=43) -> (st'=39); // Current transition (below): + |011> + |100> -> + |011> + |110> [cnot12] (st=44) -> (st'=48); // Current transition (below): + |011> - |100> -> + |011> - |110> [cnot12] (st=45) -> (st'=49); // Current transition (below): + |011> + |101> -> + |011> + |111> [cnot12] (st=46) -> (st'=50); // Current transition (below): + |011> - |101> -> + |011> - |111> [cnot12] (st=47) -> (st'=51); // Current transition (below): + |011> + |110> -> + |011> + |100> [cnot12] (st=48) -> (st'=44); // Current transition (below): + |011> - |110> -> + |011> - |100> [cnot12] (st=49) -> (st'=45); // Current transition (below): + |011> + |111> -> + |011> + |101> [cnot12] (st=50) -> (st'=46); // Current transition (below): + |011> - |111> -> + |011> - |101> [cnot12] (st=51) -> (st'=47); // Current transition (below): + |100> + |101> -> + |110> + |111> [cnot12] (st=52) -> (st'=62); // Current transition (below): + |100> - |101> -> + |110> - |111> [cnot12] (st=53) -> (st'=63); // Current transition (below): + |100> + |110> -> + |100> + |110> [cnot12] (st=54) -> (st'=54); // Current transition (below): + |100> - |110> -> + |100> - |110> [cnot12] (st=55) -> (st'=55); // Current transition (below): + |100> + |111> -> + |101> + |110> [cnot12] (st=56) -> (st'=58); // Current transition (below): + |100> - |111> -> + |101> - |110> [cnot12] (st=57) -> (st'=59); // Current transition (below): + |101> + |110> -> + |100> + |111> [cnot12] (st=58) -> (st'=56); // Current transition (below): + |101> - |110> -> + |100> - |111> [cnot12] (st=59) -> (st'=57); // Current transition (below): + |101> + |111> -> + |101> + |111> [cnot12] (st=60) -> (st'=60); // Current transition (below): + |101> - |111> -> + |101> - |111> [cnot12] (st=61) -> (st'=61); // Current transition (below): + |110> + |111> -> + |100> + |101> [cnot12] (st=62) -> (st'=52); // Current transition (below): + |110> - |111> -> + |100> - |101> [cnot12] (st=63) -> (st'=53); // Current transition (below): + |000> + |001> + |010> + |011> -> + |000> + |001> + |010> + |011> [cnot12] (st=64) -> (st'=64); // Current transition (below): + |000> + |001> + |010> - |011> -> + |000> + |001> + |010> - |011> [cnot12] (st=65) -> (st'=65); // Current transition (below): + |000> + |001> - |010> + |011> -> + |000> + |001> - |010> + |011> [cnot12] (st=66) -> (st'=66); // Current transition (below): + |000> + |001> - |010> - |011> -> + |000> + |001> - |010> - |011> [cnot12] (st=67) -> (st'=67); // Current transition (below): + |000> - |001> + |010> + |011> -> + |000> - |001> + |010> + |011> [cnot12] (st=68) -> (st'=68); // Current transition (below): + |000> - |001> + |010> - |011> -> + |000> - |001> + |010> - |011> [cnot12] (st=69) -> (st'=69); // Current transition (below): + |000> - |001> - |010> + |011> -> + |000> - |001> - |010> + |011> [cnot12] (st=70) -> (st'=70); // Current transition (below): + |000> - |001> - |010> - |011> -> + |000> - |001> - |010> - |011> [cnot12] (st=71) -> (st'=71); // Current transition (below): + |000> + |001> + |100> + |101> -> + |000> + |001> + |110> + |111> [cnot12] (st=72) -> (st'=80); // Current transition (below): + |000> + |001> + |100> - |101> -> + |000> + |001> + |110> - |111> [cnot12] (st=73) -> (st'=81); // Current transition (below): + |000> + |001> - |100> + |101> -> + |000> + |001> - |110> + |111> [cnot12] (st=74) -> (st'=82); // Current transition (below): + |000> + |001> - |100> - |101> -> + |000> + |001> - |110> - |111> [cnot12] (st=75) -> (st'=83); // Current transition (below): + |000> - |001> + |100> + |101> -> + |000> - |001> + |110> + |111> [cnot12] (st=76) -> (st'=84); // Current transition (below): + |000> - |001> + |100> - |101> -> + |000> - |001> + |110> - |111> [cnot12] (st=77) -> (st'=85); // Current transition (below): + |000> - |001> - |100> + |101> -> + |000> - |001> - |110> + |111> [cnot12] (st=78) -> (st'=86); // Current transition (below): + |000> - |001> - |100> - |101> -> + |000> - |001> - |110> - |111> [cnot12] (st=79) -> (st'=87); // Current transition (below): + |000> + |001> + |110> + |111> -> + |000> + |001> + |100> + |101> [cnot12] (st=80) -> (st'=72); // Current transition (below): + |000> + |001> + |110> - |111> -> + |000> + |001> + |100> - |101> [cnot12] (st=81) -> (st'=73); // Current transition (below): + |000> + |001> - |110> + |111> -> + |000> + |001> - |100> + |101> [cnot12] (st=82) -> (st'=74); // Current transition (below): + |000> + |001> - |110> - |111> -> + |000> + |001> - |100> - |101> [cnot12] (st=83) -> (st'=75); // Current transition (below): + |000> - |001> + |110> + |111> -> + |000> - |001> + |100> + |101> [cnot12] (st=84) -> (st'=76); // Current transition (below): + |000> - |001> + |110> - |111> -> + |000> - |001> + |100> - |101> [cnot12] (st=85) -> (st'=77); // Current transition (below): + |000> - |001> - |110> + |111> -> + |000> - |001> - |100> + |101> [cnot12] (st=86) -> (st'=78); // Current transition (below): + |000> - |001> - |110> - |111> -> + |000> - |001> - |100> - |101> [cnot12] (st=87) -> (st'=79); // Current transition (below): + |000> + |010> + |100> + |110> -> + |000> + |010> + |100> + |110> [cnot12] (st=88) -> (st'=88); // Current transition (below): + |000> + |010> + |100> - |110> -> + |000> + |010> - |100> + |110> [cnot12] (st=89) -> (st'=90); // Current transition (below): + |000> + |010> - |100> + |110> -> + |000> + |010> + |100> - |110> [cnot12] (st=90) -> (st'=89); // Current transition (below): + |000> + |010> - |100> - |110> -> + |000> + |010> - |100> - |110> [cnot12] (st=91) -> (st'=91); // Current transition (below): + |000> - |010> + |100> + |110> -> + |000> - |010> + |100> + |110> [cnot12] (st=92) -> (st'=92); // Current transition (below): + |000> - |010> + |100> - |110> -> + |000> - |010> - |100> + |110> [cnot12] (st=93) -> (st'=94); // Current transition (below): + |000> - |010> - |100> + |110> -> + |000> - |010> + |100> - |110> [cnot12] (st=94) -> (st'=93); // Current transition (below): + |000> - |010> - |100> - |110> -> + |000> - |010> - |100> - |110> [cnot12] (st=95) -> (st'=95); // Current transition (below): + |000> + |010> + |101> + |111> -> + |000> + |010> + |101> + |111> [cnot12] (st=96) -> (st'=96); // Current transition (below): + |000> + |010> + |101> - |111> -> + |000> + |010> - |101> + |111> [cnot12] (st=97) -> (st'=98); // Current transition (below): + |000> + |010> - |101> + |111> -> + |000> + |010> + |101> - |111> [cnot12] (st=98) -> (st'=97); // Current transition (below): + |000> + |010> - |101> - |111> -> + |000> + |010> - |101> - |111> [cnot12] (st=99) -> (st'=99); // Current transition (below): + |000> - |010> + |101> + |111> -> + |000> - |010> + |101> + |111> [cnot12] (st=100) -> (st'=100); // Current transition (below): + |000> - |010> + |101> - |111> -> + |000> - |010> - |101> + |111> [cnot12] (st=101) -> (st'=102); // Current transition (below): + |000> - |010> - |101> + |111> -> + |000> - |010> + |101> - |111> [cnot12] (st=102) -> (st'=101); // Current transition (below): + |000> - |010> - |101> - |111> -> + |000> - |010> - |101> - |111> [cnot12] (st=103) -> (st'=103); // Current transition (below): + |000> + |011> + |100> + |111> -> + |000> + |011> + |101> + |110> [cnot12] (st=104) -> (st'=112); // Current transition (below): + |000> + |011> + |100> - |111> -> + |000> + |011> - |101> + |110> [cnot12] (st=105) -> (st'=114); // Current transition (below): + |000> + |011> - |100> + |111> -> + |000> + |011> + |101> - |110> [cnot12] (st=106) -> (st'=113); // Current transition (below): + |000> + |011> - |100> - |111> -> + |000> + |011> - |101> - |110> [cnot12] (st=107) -> (st'=115); // Current transition (below): + |000> - |011> + |100> + |111> -> + |000> - |011> + |101> + |110> [cnot12] (st=108) -> (st'=116); // Current transition (below): + |000> - |011> + |100> - |111> -> + |000> - |011> - |101> + |110> [cnot12] (st=109) -> (st'=118); // Current transition (below): + |000> - |011> - |100> + |111> -> + |000> - |011> + |101> - |110> [cnot12] (st=110) -> (st'=117); // Current transition (below): + |000> - |011> - |100> - |111> -> + |000> - |011> - |101> - |110> [cnot12] (st=111) -> (st'=119); // Current transition (below): + |000> + |011> + |101> + |110> -> + |000> + |011> + |100> + |111> [cnot12] (st=112) -> (st'=104); // Current transition (below): + |000> + |011> + |101> - |110> -> + |000> + |011> - |100> + |111> [cnot12] (st=113) -> (st'=106); // Current transition (below): + |000> + |011> - |101> + |110> -> + |000> + |011> + |100> - |111> [cnot12] (st=114) -> (st'=105); // Current transition (below): + |000> + |011> - |101> - |110> -> + |000> + |011> - |100> - |111> [cnot12] (st=115) -> (st'=107); // Current transition (below): + |000> - |011> + |101> + |110> -> + |000> - |011> + |100> + |111> [cnot12] (st=116) -> (st'=108); // Current transition (below): + |000> - |011> + |101> - |110> -> + |000> - |011> - |100> + |111> [cnot12] (st=117) -> (st'=110); // Current transition (below): + |000> - |011> - |101> + |110> -> + |000> - |011> + |100> - |111> [cnot12] (st=118) -> (st'=109); // Current transition (below): + |000> - |011> - |101> - |110> -> + |000> - |011> - |100> - |111> [cnot12] (st=119) -> (st'=111); // Current transition (below): + |001> + |010> + |100> + |111> -> + |001> + |010> + |101> + |110> [cnot12] (st=120) -> (st'=128); // Current transition (below): + |001> + |010> + |100> - |111> -> + |001> + |010> - |101> + |110> [cnot12] (st=121) -> (st'=130); // Current transition (below): + |001> + |010> - |100> + |111> -> + |001> + |010> + |101> - |110> [cnot12] (st=122) -> (st'=129); // Current transition (below): + |001> + |010> - |100> - |111> -> + |001> + |010> - |101> - |110> [cnot12] (st=123) -> (st'=131); // Current transition (below): + |001> - |010> + |100> + |111> -> + |001> - |010> + |101> + |110> [cnot12] (st=124) -> (st'=132); // Current transition (below): + |001> - |010> + |100> - |111> -> + |001> - |010> - |101> + |110> [cnot12] (st=125) -> (st'=134); // Current transition (below): + |001> - |010> - |100> + |111> -> + |001> - |010> + |101> - |110> [cnot12] (st=126) -> (st'=133); // Current transition (below): + |001> - |010> - |100> - |111> -> + |001> - |010> - |101> - |110> [cnot12] (st=127) -> (st'=135); // Current transition (below): + |001> + |010> + |101> + |110> -> + |001> + |010> + |100> + |111> [cnot12] (st=128) -> (st'=120); // Current transition (below): + |001> + |010> + |101> - |110> -> + |001> + |010> - |100> + |111> [cnot12] (st=129) -> (st'=122); // Current transition (below): + |001> + |010> - |101> + |110> -> + |001> + |010> + |100> - |111> [cnot12] (st=130) -> (st'=121); // Current transition (below): + |001> + |010> - |101> - |110> -> + |001> + |010> - |100> - |111> [cnot12] (st=131) -> (st'=123); // Current transition (below): + |001> - |010> + |101> + |110> -> + |001> - |010> + |100> + |111> [cnot12] (st=132) -> (st'=124); // Current transition (below): + |001> - |010> + |101> - |110> -> + |001> - |010> - |100> + |111> [cnot12] (st=133) -> (st'=126); // Current transition (below): + |001> - |010> - |101> + |110> -> + |001> - |010> + |100> - |111> [cnot12] (st=134) -> (st'=125); // Current transition (below): + |001> - |010> - |101> - |110> -> + |001> - |010> - |100> - |111> [cnot12] (st=135) -> (st'=127); // Current transition (below): + |001> + |011> + |100> + |110> -> + |001> + |011> + |100> + |110> [cnot12] (st=136) -> (st'=136); // Current transition (below): + |001> + |011> + |100> - |110> -> + |001> + |011> - |100> + |110> [cnot12] (st=137) -> (st'=138); // Current transition (below): + |001> + |011> - |100> + |110> -> + |001> + |011> + |100> - |110> [cnot12] (st=138) -> (st'=137); // Current transition (below): + |001> + |011> - |100> - |110> -> + |001> + |011> - |100> - |110> [cnot12] (st=139) -> (st'=139); // Current transition (below): + |001> - |011> + |100> + |110> -> + |001> - |011> + |100> + |110> [cnot12] (st=140) -> (st'=140); // Current transition (below): + |001> - |011> + |100> - |110> -> + |001> - |011> - |100> + |110> [cnot12] (st=141) -> (st'=142); // Current transition (below): + |001> - |011> - |100> + |110> -> + |001> - |011> + |100> - |110> [cnot12] (st=142) -> (st'=141); // Current transition (below): + |001> - |011> - |100> - |110> -> + |001> - |011> - |100> - |110> [cnot12] (st=143) -> (st'=143); // Current transition (below): + |001> + |011> + |101> + |111> -> + |001> + |011> + |101> + |111> [cnot12] (st=144) -> (st'=144); // Current transition (below): + |001> + |011> + |101> - |111> -> + |001> + |011> - |101> + |111> [cnot12] (st=145) -> (st'=146); // Current transition (below): + |001> + |011> - |101> + |111> -> + |001> + |011> + |101> - |111> [cnot12] (st=146) -> (st'=145); // Current transition (below): + |001> + |011> - |101> - |111> -> + |001> + |011> - |101> - |111> [cnot12] (st=147) -> (st'=147); // Current transition (below): + |001> - |011> + |101> + |111> -> + |001> - |011> + |101> + |111> [cnot12] (st=148) -> (st'=148); // Current transition (below): + |001> - |011> + |101> - |111> -> + |001> - |011> - |101> + |111> [cnot12] (st=149) -> (st'=150); // Current transition (below): + |001> - |011> - |101> + |111> -> + |001> - |011> + |101> - |111> [cnot12] (st=150) -> (st'=149); // Current transition (below): + |001> - |011> - |101> - |111> -> + |001> - |011> - |101> - |111> [cnot12] (st=151) -> (st'=151); // Current transition (below): + |010> + |011> + |100> + |101> -> + |010> + |011> + |110> + |111> [cnot12] (st=152) -> (st'=160); // Current transition (below): + |010> + |011> + |100> - |101> -> + |010> + |011> + |110> - |111> [cnot12] (st=153) -> (st'=161); // Current transition (below): + |010> + |011> - |100> + |101> -> + |010> + |011> - |110> + |111> [cnot12] (st=154) -> (st'=162); // Current transition (below): + |010> + |011> - |100> - |101> -> + |010> + |011> - |110> - |111> [cnot12] (st=155) -> (st'=163); // Current transition (below): + |010> - |011> + |100> + |101> -> + |010> - |011> + |110> + |111> [cnot12] (st=156) -> (st'=164); // Current transition (below): + |010> - |011> + |100> - |101> -> + |010> - |011> + |110> - |111> [cnot12] (st=157) -> (st'=165); // Current transition (below): + |010> - |011> - |100> + |101> -> + |010> - |011> - |110> + |111> [cnot12] (st=158) -> (st'=166); // Current transition (below): + |010> - |011> - |100> - |101> -> + |010> - |011> - |110> - |111> [cnot12] (st=159) -> (st'=167); // Current transition (below): + |010> + |011> + |110> + |111> -> + |010> + |011> + |100> + |101> [cnot12] (st=160) -> (st'=152); // Current transition (below): + |010> + |011> + |110> - |111> -> + |010> + |011> + |100> - |101> [cnot12] (st=161) -> (st'=153); // Current transition (below): + |010> + |011> - |110> + |111> -> + |010> + |011> - |100> + |101> [cnot12] (st=162) -> (st'=154); // Current transition (below): + |010> + |011> - |110> - |111> -> + |010> + |011> - |100> - |101> [cnot12] (st=163) -> (st'=155); // Current transition (below): + |010> - |011> + |110> + |111> -> + |010> - |011> + |100> + |101> [cnot12] (st=164) -> (st'=156); // Current transition (below): + |010> - |011> + |110> - |111> -> + |010> - |011> + |100> - |101> [cnot12] (st=165) -> (st'=157); // Current transition (below): + |010> - |011> - |110> + |111> -> + |010> - |011> - |100> + |101> [cnot12] (st=166) -> (st'=158); // Current transition (below): + |010> - |011> - |110> - |111> -> + |010> - |011> - |100> - |101> [cnot12] (st=167) -> (st'=159); // Current transition (below): + |100> + |101> + |110> + |111> -> + |100> + |101> + |110> + |111> [cnot12] (st=168) -> (st'=168); // Current transition (below): + |100> + |101> + |110> - |111> -> + |100> - |101> + |110> + |111> [cnot12] (st=169) -> (st'=172); // Current transition (below): + |100> + |101> - |110> + |111> -> + |100> - |101> - |110> - |111> [cnot12] (st=170) -> (st'=175); // Current transition (below): + |100> + |101> - |110> - |111> -> + |100> + |101> - |110> - |111> [cnot12] (st=171) -> (st'=171); // Current transition (below): + |100> - |101> + |110> + |111> -> + |100> + |101> + |110> - |111> [cnot12] (st=172) -> (st'=169); // Current transition (below): + |100> - |101> + |110> - |111> -> + |100> - |101> + |110> - |111> [cnot12] (st=173) -> (st'=173); // Current transition (below): + |100> - |101> - |110> + |111> -> + |100> - |101> - |110> + |111> [cnot12] (st=174) -> (st'=174); // Current transition (below): + |100> - |101> - |110> - |111> -> + |100> + |101> - |110> + |111> [cnot12] (st=175) -> (st'=170); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> -> + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> [cnot12] (st=176) -> (st'=176); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> -> + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> [cnot12] (st=177) -> (st'=182); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> -> + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> [cnot12] (st=178) -> (st'=178); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> -> + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> [cnot12] (st=179) -> (st'=180); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> -> + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> [cnot12] (st=180) -> (st'=179); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> -> + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> [cnot12] (st=181) -> (st'=181); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> -> + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> [cnot12] (st=182) -> (st'=177); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> -> + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> [cnot12] (st=183) -> (st'=183); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> -> + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> [cnot12] (st=184) -> (st'=186); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> -> + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> [cnot12] (st=185) -> (st'=188); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> -> + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> [cnot12] (st=186) -> (st'=184); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> -> + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> [cnot12] (st=187) -> (st'=190); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> -> + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> [cnot12] (st=188) -> (st'=185); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> -> + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> [cnot12] (st=189) -> (st'=191); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> -> + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> [cnot12] (st=190) -> (st'=187); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> -> + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> [cnot12] (st=191) -> (st'=189); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> -> + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> [cnot12] (st=192) -> (st'=194); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> -> + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> [cnot12] (st=193) -> (st'=196); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> -> + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> [cnot12] (st=194) -> (st'=192); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> -> + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> [cnot12] (st=195) -> (st'=198); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> -> + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> [cnot12] (st=196) -> (st'=193); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> -> + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> [cnot12] (st=197) -> (st'=199); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> -> + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> [cnot12] (st=198) -> (st'=195); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> -> + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> [cnot12] (st=199) -> (st'=197); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> -> + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> [cnot12] (st=200) -> (st'=200); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> -> + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> [cnot12] (st=201) -> (st'=206); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> -> + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> [cnot12] (st=202) -> (st'=202); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> -> + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> [cnot12] (st=203) -> (st'=204); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> -> + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> [cnot12] (st=204) -> (st'=203); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> -> + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> [cnot12] (st=205) -> (st'=205); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> -> + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> [cnot12] (st=206) -> (st'=201); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> -> + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> [cnot12] (st=207) -> (st'=207); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> -> + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> [cnot12] (st=208) -> (st'=210); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> -> + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> [cnot12] (st=209) -> (st'=212); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> -> + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> [cnot12] (st=210) -> (st'=208); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> -> + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> [cnot12] (st=211) -> (st'=214); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> -> + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> [cnot12] (st=212) -> (st'=209); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> -> + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> [cnot12] (st=213) -> (st'=215); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> -> + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> [cnot12] (st=214) -> (st'=211); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> -> + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> [cnot12] (st=215) -> (st'=213); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> -> + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> [cnot12] (st=216) -> (st'=216); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> -> + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> [cnot12] (st=217) -> (st'=222); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> -> + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> [cnot12] (st=218) -> (st'=218); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> -> + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> [cnot12] (st=219) -> (st'=220); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> -> + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> [cnot12] (st=220) -> (st'=219); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> -> + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> [cnot12] (st=221) -> (st'=221); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> -> + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> [cnot12] (st=222) -> (st'=217); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> -> + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> [cnot12] (st=223) -> (st'=223); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> -> + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> [cnot12] (st=224) -> (st'=224); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> -> + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> [cnot12] (st=225) -> (st'=230); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> -> + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> [cnot12] (st=226) -> (st'=226); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> -> + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> [cnot12] (st=227) -> (st'=228); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> -> + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> [cnot12] (st=228) -> (st'=227); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> -> + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> [cnot12] (st=229) -> (st'=229); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> -> + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> [cnot12] (st=230) -> (st'=225); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> -> + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> [cnot12] (st=231) -> (st'=231); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> -> + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> [cnot12] (st=232) -> (st'=234); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> -> + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> [cnot12] (st=233) -> (st'=236); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> -> + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> [cnot12] (st=234) -> (st'=232); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> -> + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> [cnot12] (st=235) -> (st'=238); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> -> + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> [cnot12] (st=236) -> (st'=233); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> -> + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> [cnot12] (st=237) -> (st'=239); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> -> + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> [cnot12] (st=238) -> (st'=235); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> -> + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> [cnot12] (st=239) -> (st'=237); // Current transition (below): + |000> -> + |000> + |100> [hadamard1] (st=0) -> (st'=14); // Current transition (below): + |001> -> + |001> + |101> [hadamard1] (st=1) -> (st'=28); // Current transition (below): + |010> -> + |010> + |110> [hadamard1] (st=2) -> (st'=40); // Current transition (below): + |011> -> + |011> + |111> [hadamard1] (st=3) -> (st'=50); // Current transition (below): + |100> -> + |000> - |100> [hadamard1] (st=4) -> (st'=15); // Current transition (below): + |101> -> + |001> - |101> [hadamard1] (st=5) -> (st'=29); // Current transition (below): + |110> -> + |010> - |110> [hadamard1] (st=6) -> (st'=41); // Current transition (below): + |111> -> + |011> - |111> [hadamard1] (st=7) -> (st'=51); // Current transition (below): + |000> + |001> -> + |000> + |001> + |100> + |101> [hadamard1] (st=8) -> (st'=72); // Current transition (below): + |000> - |001> -> + |000> - |001> + |100> - |101> [hadamard1] (st=9) -> (st'=77); // Current transition (below): + |000> + |010> -> + |000> + |010> + |100> + |110> [hadamard1] (st=10) -> (st'=88); // Current transition (below): + |000> - |010> -> + |000> - |010> + |100> - |110> [hadamard1] (st=11) -> (st'=93); // Current transition (below): + |000> + |011> -> + |000> + |011> + |100> + |111> [hadamard1] (st=12) -> (st'=104); // Current transition (below): + |000> - |011> -> + |000> - |011> + |100> - |111> [hadamard1] (st=13) -> (st'=109); // Current transition (below): + |000> + |100> -> + |000> [hadamard1] (st=14) -> (st'=0); // Current transition (below): + |000> - |100> -> + |100> [hadamard1] (st=15) -> (st'=4); // Current transition (below): + |000> + |101> -> + |000> + |001> + |100> - |101> [hadamard1] (st=16) -> (st'=73); // Current transition (below): + |000> - |101> -> + |000> - |001> + |100> + |101> [hadamard1] (st=17) -> (st'=76); // Current transition (below): + |000> + |110> -> + |000> + |010> + |100> - |110> [hadamard1] (st=18) -> (st'=89); // Current transition (below): + |000> - |110> -> + |000> - |010> + |100> + |110> [hadamard1] (st=19) -> (st'=92); // Current transition (below): + |000> + |111> -> + |000> + |011> + |100> - |111> [hadamard1] (st=20) -> (st'=105); // Current transition (below): + |000> - |111> -> + |000> - |011> + |100> + |111> [hadamard1] (st=21) -> (st'=108); // Current transition (below): + |001> + |010> -> + |001> + |010> + |101> + |110> [hadamard1] (st=22) -> (st'=128); // Current transition (below): + |001> - |010> -> + |001> - |010> + |101> - |110> [hadamard1] (st=23) -> (st'=133); // Current transition (below): + |001> + |011> -> + |001> + |011> + |101> + |111> [hadamard1] (st=24) -> (st'=144); // Current transition (below): + |001> - |011> -> + |001> - |011> + |101> - |111> [hadamard1] (st=25) -> (st'=149); // Current transition (below): + |001> + |100> -> + |000> + |001> - |100> + |101> [hadamard1] (st=26) -> (st'=74); // Current transition (below): + |001> - |100> -> + |000> - |001> - |100> - |101> [hadamard1] (st=27) -> (st'=79); // Current transition (below): + |001> + |101> -> + |001> [hadamard1] (st=28) -> (st'=1); // Current transition (below): + |001> - |101> -> + |101> [hadamard1] (st=29) -> (st'=5); // Current transition (below): + |001> + |110> -> + |001> + |010> + |101> - |110> [hadamard1] (st=30) -> (st'=129); // Current transition (below): + |001> - |110> -> + |001> - |010> + |101> + |110> [hadamard1] (st=31) -> (st'=132); // Current transition (below): + |001> + |111> -> + |001> + |011> + |101> - |111> [hadamard1] (st=32) -> (st'=145); // Current transition (below): + |001> - |111> -> + |001> - |011> + |101> + |111> [hadamard1] (st=33) -> (st'=148); // Current transition (below): + |010> + |011> -> + |010> + |011> + |110> + |111> [hadamard1] (st=34) -> (st'=160); // Current transition (below): + |010> - |011> -> + |010> - |011> + |110> - |111> [hadamard1] (st=35) -> (st'=165); // Current transition (below): + |010> + |100> -> + |000> + |010> - |100> + |110> [hadamard1] (st=36) -> (st'=90); // Current transition (below): + |010> - |100> -> + |000> - |010> - |100> - |110> [hadamard1] (st=37) -> (st'=95); // Current transition (below): + |010> + |101> -> + |001> + |010> - |101> + |110> [hadamard1] (st=38) -> (st'=130); // Current transition (below): + |010> - |101> -> + |001> - |010> - |101> - |110> [hadamard1] (st=39) -> (st'=135); // Current transition (below): + |010> + |110> -> + |010> [hadamard1] (st=40) -> (st'=2); // Current transition (below): + |010> - |110> -> + |110> [hadamard1] (st=41) -> (st'=6); // Current transition (below): + |010> + |111> -> + |010> + |011> + |110> - |111> [hadamard1] (st=42) -> (st'=161); // Current transition (below): + |010> - |111> -> + |010> - |011> + |110> + |111> [hadamard1] (st=43) -> (st'=164); // Current transition (below): + |011> + |100> -> + |000> + |011> - |100> + |111> [hadamard1] (st=44) -> (st'=106); // Current transition (below): + |011> - |100> -> + |000> - |011> - |100> - |111> [hadamard1] (st=45) -> (st'=111); // Current transition (below): + |011> + |101> -> + |001> + |011> - |101> + |111> [hadamard1] (st=46) -> (st'=146); // Current transition (below): + |011> - |101> -> + |001> - |011> - |101> - |111> [hadamard1] (st=47) -> (st'=151); // Current transition (below): + |011> + |110> -> + |010> + |011> - |110> + |111> [hadamard1] (st=48) -> (st'=162); // Current transition (below): + |011> - |110> -> + |010> - |011> - |110> - |111> [hadamard1] (st=49) -> (st'=167); // Current transition (below): + |011> + |111> -> + |011> [hadamard1] (st=50) -> (st'=3); // Current transition (below): + |011> - |111> -> + |111> [hadamard1] (st=51) -> (st'=7); // Current transition (below): + |100> + |101> -> + |000> + |001> - |100> - |101> [hadamard1] (st=52) -> (st'=75); // Current transition (below): + |100> - |101> -> + |000> - |001> - |100> + |101> [hadamard1] (st=53) -> (st'=78); // Current transition (below): + |100> + |110> -> + |000> + |010> - |100> - |110> [hadamard1] (st=54) -> (st'=91); // Current transition (below): + |100> - |110> -> + |000> - |010> - |100> + |110> [hadamard1] (st=55) -> (st'=94); // Current transition (below): + |100> + |111> -> + |000> + |011> - |100> - |111> [hadamard1] (st=56) -> (st'=107); // Current transition (below): + |100> - |111> -> + |000> - |011> - |100> + |111> [hadamard1] (st=57) -> (st'=110); // Current transition (below): + |101> + |110> -> + |001> + |010> - |101> - |110> [hadamard1] (st=58) -> (st'=131); // Current transition (below): + |101> - |110> -> + |001> - |010> - |101> + |110> [hadamard1] (st=59) -> (st'=134); // Current transition (below): + |101> + |111> -> + |001> + |011> - |101> - |111> [hadamard1] (st=60) -> (st'=147); // Current transition (below): + |101> - |111> -> + |001> - |011> - |101> + |111> [hadamard1] (st=61) -> (st'=150); // Current transition (below): + |110> + |111> -> + |010> + |011> - |110> - |111> [hadamard1] (st=62) -> (st'=163); // Current transition (below): + |110> - |111> -> + |010> - |011> - |110> + |111> [hadamard1] (st=63) -> (st'=166); // Current transition (below): + |000> + |001> + |010> + |011> -> + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> [hadamard1] (st=64) -> (st'=176); // Current transition (below): + |000> + |001> + |010> - |011> -> + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> [hadamard1] (st=65) -> (st'=184); // Current transition (below): + |000> + |001> - |010> + |011> -> + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> [hadamard1] (st=66) -> (st'=193); // Current transition (below): + |000> + |001> - |010> - |011> -> + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> [hadamard1] (st=67) -> (st'=201); // Current transition (below): + |000> - |001> + |010> + |011> -> + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> [hadamard1] (st=68) -> (st'=210); // Current transition (below): + |000> - |001> + |010> - |011> -> + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> [hadamard1] (st=69) -> (st'=218); // Current transition (below): + |000> - |001> - |010> + |011> -> + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> [hadamard1] (st=70) -> (st'=227); // Current transition (below): + |000> - |001> - |010> - |011> -> + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> [hadamard1] (st=71) -> (st'=235); // Current transition (below): + |000> + |001> + |100> + |101> -> + |000> + |001> [hadamard1] (st=72) -> (st'=8); // Current transition (below): + |000> + |001> + |100> - |101> -> + |000> + |101> [hadamard1] (st=73) -> (st'=16); // Current transition (below): + |000> + |001> - |100> + |101> -> + |001> + |100> [hadamard1] (st=74) -> (st'=26); // Current transition (below): + |000> + |001> - |100> - |101> -> + |100> + |101> [hadamard1] (st=75) -> (st'=52); // Current transition (below): + |000> - |001> + |100> + |101> -> + |000> - |101> [hadamard1] (st=76) -> (st'=17); // Current transition (below): + |000> - |001> + |100> - |101> -> + |000> - |001> [hadamard1] (st=77) -> (st'=9); // Current transition (below): + |000> - |001> - |100> + |101> -> + |100> - |101> [hadamard1] (st=78) -> (st'=53); // Current transition (below): + |000> - |001> - |100> - |101> -> + |001> - |100> [hadamard1] (st=79) -> (st'=27); // Current transition (below): + |000> + |001> + |110> + |111> -> + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> [hadamard1] (st=80) -> (st'=177); // Current transition (below): + |000> + |001> + |110> - |111> -> + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> [hadamard1] (st=81) -> (st'=185); // Current transition (below): + |000> + |001> - |110> + |111> -> + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> [hadamard1] (st=82) -> (st'=192); // Current transition (below): + |000> + |001> - |110> - |111> -> + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> [hadamard1] (st=83) -> (st'=200); // Current transition (below): + |000> - |001> + |110> + |111> -> + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> [hadamard1] (st=84) -> (st'=211); // Current transition (below): + |000> - |001> + |110> - |111> -> + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> [hadamard1] (st=85) -> (st'=219); // Current transition (below): + |000> - |001> - |110> + |111> -> + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> [hadamard1] (st=86) -> (st'=226); // Current transition (below): + |000> - |001> - |110> - |111> -> + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> [hadamard1] (st=87) -> (st'=234); // Current transition (below): + |000> + |010> + |100> + |110> -> + |000> + |010> [hadamard1] (st=88) -> (st'=10); // Current transition (below): + |000> + |010> + |100> - |110> -> + |000> + |110> [hadamard1] (st=89) -> (st'=18); // Current transition (below): + |000> + |010> - |100> + |110> -> + |010> + |100> [hadamard1] (st=90) -> (st'=36); // Current transition (below): + |000> + |010> - |100> - |110> -> + |100> + |110> [hadamard1] (st=91) -> (st'=54); // Current transition (below): + |000> - |010> + |100> + |110> -> + |000> - |110> [hadamard1] (st=92) -> (st'=19); // Current transition (below): + |000> - |010> + |100> - |110> -> + |000> - |010> [hadamard1] (st=93) -> (st'=11); // Current transition (below): + |000> - |010> - |100> + |110> -> + |100> - |110> [hadamard1] (st=94) -> (st'=55); // Current transition (below): + |000> - |010> - |100> - |110> -> + |010> - |100> [hadamard1] (st=95) -> (st'=37); // Current transition (below): + |000> + |010> + |101> + |111> -> + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> [hadamard1] (st=96) -> (st'=178); // Current transition (below): + |000> + |010> + |101> - |111> -> + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> [hadamard1] (st=97) -> (st'=186); // Current transition (below): + |000> + |010> - |101> + |111> -> + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> [hadamard1] (st=98) -> (st'=208); // Current transition (below): + |000> + |010> - |101> - |111> -> + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> [hadamard1] (st=99) -> (st'=216); // Current transition (below): + |000> - |010> + |101> + |111> -> + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> [hadamard1] (st=100) -> (st'=195); // Current transition (below): + |000> - |010> + |101> - |111> -> + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> [hadamard1] (st=101) -> (st'=203); // Current transition (below): + |000> - |010> - |101> + |111> -> + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> [hadamard1] (st=102) -> (st'=225); // Current transition (below): + |000> - |010> - |101> - |111> -> + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> [hadamard1] (st=103) -> (st'=233); // Current transition (below): + |000> + |011> + |100> + |111> -> + |000> + |011> [hadamard1] (st=104) -> (st'=12); // Current transition (below): + |000> + |011> + |100> - |111> -> + |000> + |111> [hadamard1] (st=105) -> (st'=20); // Current transition (below): + |000> + |011> - |100> + |111> -> + |011> + |100> [hadamard1] (st=106) -> (st'=44); // Current transition (below): + |000> + |011> - |100> - |111> -> + |100> + |111> [hadamard1] (st=107) -> (st'=56); // Current transition (below): + |000> - |011> + |100> + |111> -> + |000> - |111> [hadamard1] (st=108) -> (st'=21); // Current transition (below): + |000> - |011> + |100> - |111> -> + |000> - |011> [hadamard1] (st=109) -> (st'=13); // Current transition (below): + |000> - |011> - |100> + |111> -> + |100> - |111> [hadamard1] (st=110) -> (st'=57); // Current transition (below): + |000> - |011> - |100> - |111> -> + |011> - |100> [hadamard1] (st=111) -> (st'=45); // Current transition (below): + |000> + |011> + |101> + |110> -> + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> [hadamard1] (st=112) -> (st'=179); // Current transition (below): + |000> + |011> + |101> - |110> -> + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> [hadamard1] (st=113) -> (st'=194); // Current transition (below): + |000> + |011> - |101> + |110> -> + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> [hadamard1] (st=114) -> (st'=209); // Current transition (below): + |000> + |011> - |101> - |110> -> + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> [hadamard1] (st=115) -> (st'=224); // Current transition (below): + |000> - |011> + |101> + |110> -> + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> [hadamard1] (st=116) -> (st'=187); // Current transition (below): + |000> - |011> + |101> - |110> -> + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> [hadamard1] (st=117) -> (st'=202); // Current transition (below): + |000> - |011> - |101> + |110> -> + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> [hadamard1] (st=118) -> (st'=217); // Current transition (below): + |000> - |011> - |101> - |110> -> + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> [hadamard1] (st=119) -> (st'=232); // Current transition (below): + |001> + |010> + |100> + |111> -> + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> [hadamard1] (st=120) -> (st'=180); // Current transition (below): + |001> + |010> + |100> - |111> -> + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> [hadamard1] (st=121) -> (st'=188); // Current transition (below): + |001> + |010> - |100> + |111> -> + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> [hadamard1] (st=122) -> (st'=239); // Current transition (below): + |001> + |010> - |100> - |111> -> + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> [hadamard1] (st=123) -> (st'=231); // Current transition (below): + |001> - |010> + |100> + |111> -> + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> [hadamard1] (st=124) -> (st'=197); // Current transition (below): + |001> - |010> + |100> - |111> -> + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> [hadamard1] (st=125) -> (st'=205); // Current transition (below): + |001> - |010> - |100> + |111> -> + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> [hadamard1] (st=126) -> (st'=222); // Current transition (below): + |001> - |010> - |100> - |111> -> + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> [hadamard1] (st=127) -> (st'=214); // Current transition (below): + |001> + |010> + |101> + |110> -> + |001> + |010> [hadamard1] (st=128) -> (st'=22); // Current transition (below): + |001> + |010> + |101> - |110> -> + |001> + |110> [hadamard1] (st=129) -> (st'=30); // Current transition (below): + |001> + |010> - |101> + |110> -> + |010> + |101> [hadamard1] (st=130) -> (st'=38); // Current transition (below): + |001> + |010> - |101> - |110> -> + |101> + |110> [hadamard1] (st=131) -> (st'=58); // Current transition (below): + |001> - |010> + |101> + |110> -> + |001> - |110> [hadamard1] (st=132) -> (st'=31); // Current transition (below): + |001> - |010> + |101> - |110> -> + |001> - |010> [hadamard1] (st=133) -> (st'=23); // Current transition (below): + |001> - |010> - |101> + |110> -> + |101> - |110> [hadamard1] (st=134) -> (st'=59); // Current transition (below): + |001> - |010> - |101> - |110> -> + |010> - |101> [hadamard1] (st=135) -> (st'=39); // Current transition (below): + |001> + |011> + |100> + |110> -> + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> [hadamard1] (st=136) -> (st'=181); // Current transition (below): + |001> + |011> + |100> - |110> -> + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> [hadamard1] (st=137) -> (st'=196); // Current transition (below): + |001> + |011> - |100> + |110> -> + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> [hadamard1] (st=138) -> (st'=238); // Current transition (below): + |001> + |011> - |100> - |110> -> + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> [hadamard1] (st=139) -> (st'=223); // Current transition (below): + |001> - |011> + |100> + |110> -> + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> [hadamard1] (st=140) -> (st'=189); // Current transition (below): + |001> - |011> + |100> - |110> -> + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> [hadamard1] (st=141) -> (st'=204); // Current transition (below): + |001> - |011> - |100> + |110> -> + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> [hadamard1] (st=142) -> (st'=230); // Current transition (below): + |001> - |011> - |100> - |110> -> + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> [hadamard1] (st=143) -> (st'=215); // Current transition (below): + |001> + |011> + |101> + |111> -> + |001> + |011> [hadamard1] (st=144) -> (st'=24); // Current transition (below): + |001> + |011> + |101> - |111> -> + |001> + |111> [hadamard1] (st=145) -> (st'=32); // Current transition (below): + |001> + |011> - |101> + |111> -> + |011> + |101> [hadamard1] (st=146) -> (st'=46); // Current transition (below): + |001> + |011> - |101> - |111> -> + |101> + |111> [hadamard1] (st=147) -> (st'=60); // Current transition (below): + |001> - |011> + |101> + |111> -> + |001> - |111> [hadamard1] (st=148) -> (st'=33); // Current transition (below): + |001> - |011> + |101> - |111> -> + |001> - |011> [hadamard1] (st=149) -> (st'=25); // Current transition (below): + |001> - |011> - |101> + |111> -> + |101> - |111> [hadamard1] (st=150) -> (st'=61); // Current transition (below): + |001> - |011> - |101> - |111> -> + |011> - |101> [hadamard1] (st=151) -> (st'=47); // Current transition (below): + |010> + |011> + |100> + |101> -> + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> [hadamard1] (st=152) -> (st'=182); // Current transition (below): + |010> + |011> + |100> - |101> -> + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> [hadamard1] (st=153) -> (st'=212); // Current transition (below): + |010> + |011> - |100> + |101> -> + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> [hadamard1] (st=154) -> (st'=237); // Current transition (below): + |010> + |011> - |100> - |101> -> + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> [hadamard1] (st=155) -> (st'=207); // Current transition (below): + |010> - |011> + |100> + |101> -> + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> [hadamard1] (st=156) -> (st'=190); // Current transition (below): + |010> - |011> + |100> - |101> -> + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> [hadamard1] (st=157) -> (st'=220); // Current transition (below): + |010> - |011> - |100> + |101> -> + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> [hadamard1] (st=158) -> (st'=229); // Current transition (below): + |010> - |011> - |100> - |101> -> + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> [hadamard1] (st=159) -> (st'=199); // Current transition (below): + |010> + |011> + |110> + |111> -> + |010> + |011> [hadamard1] (st=160) -> (st'=34); // Current transition (below): + |010> + |011> + |110> - |111> -> + |010> + |111> [hadamard1] (st=161) -> (st'=42); // Current transition (below): + |010> + |011> - |110> + |111> -> + |011> + |110> [hadamard1] (st=162) -> (st'=48); // Current transition (below): + |010> + |011> - |110> - |111> -> + |110> + |111> [hadamard1] (st=163) -> (st'=62); // Current transition (below): + |010> - |011> + |110> + |111> -> + |010> - |111> [hadamard1] (st=164) -> (st'=43); // Current transition (below): + |010> - |011> + |110> - |111> -> + |010> - |011> [hadamard1] (st=165) -> (st'=35); // Current transition (below): + |010> - |011> - |110> + |111> -> + |110> - |111> [hadamard1] (st=166) -> (st'=63); // Current transition (below): + |010> - |011> - |110> - |111> -> + |011> - |110> [hadamard1] (st=167) -> (st'=49); // Current transition (below): + |100> + |101> + |110> + |111> -> + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> [hadamard1] (st=168) -> (st'=183); // Current transition (below): + |100> + |101> + |110> - |111> -> + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> [hadamard1] (st=169) -> (st'=191); // Current transition (below): + |100> + |101> - |110> + |111> -> + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> [hadamard1] (st=170) -> (st'=198); // Current transition (below): + |100> + |101> - |110> - |111> -> + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> [hadamard1] (st=171) -> (st'=206); // Current transition (below): + |100> - |101> + |110> + |111> -> + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> [hadamard1] (st=172) -> (st'=213); // Current transition (below): + |100> - |101> + |110> - |111> -> + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> [hadamard1] (st=173) -> (st'=221); // Current transition (below): + |100> - |101> - |110> + |111> -> + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> [hadamard1] (st=174) -> (st'=228); // Current transition (below): + |100> - |101> - |110> - |111> -> + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> [hadamard1] (st=175) -> (st'=236); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> -> + |000> + |001> + |010> + |011> [hadamard1] (st=176) -> (st'=64); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> -> + |000> + |001> + |110> + |111> [hadamard1] (st=177) -> (st'=80); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> -> + |000> + |010> + |101> + |111> [hadamard1] (st=178) -> (st'=96); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> -> + |000> + |011> + |101> + |110> [hadamard1] (st=179) -> (st'=112); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> -> + |001> + |010> + |100> + |111> [hadamard1] (st=180) -> (st'=120); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> -> + |001> + |011> + |100> + |110> [hadamard1] (st=181) -> (st'=136); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> -> + |010> + |011> + |100> + |101> [hadamard1] (st=182) -> (st'=152); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> -> + |100> + |101> + |110> + |111> [hadamard1] (st=183) -> (st'=168); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> -> + |000> + |001> + |010> - |011> [hadamard1] (st=184) -> (st'=65); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> -> + |000> + |001> + |110> - |111> [hadamard1] (st=185) -> (st'=81); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> -> + |000> + |010> + |101> - |111> [hadamard1] (st=186) -> (st'=97); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> -> + |000> - |011> + |101> + |110> [hadamard1] (st=187) -> (st'=116); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> -> + |001> + |010> + |100> - |111> [hadamard1] (st=188) -> (st'=121); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> -> + |001> - |011> + |100> + |110> [hadamard1] (st=189) -> (st'=140); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> -> + |010> - |011> + |100> + |101> [hadamard1] (st=190) -> (st'=156); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> -> + |100> + |101> + |110> - |111> [hadamard1] (st=191) -> (st'=169); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> -> + |000> + |001> - |110> + |111> [hadamard1] (st=192) -> (st'=82); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> -> + |000> + |001> - |010> + |011> [hadamard1] (st=193) -> (st'=66); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> -> + |000> + |011> + |101> - |110> [hadamard1] (st=194) -> (st'=113); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> -> + |000> - |010> + |101> + |111> [hadamard1] (st=195) -> (st'=100); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> -> + |001> + |011> + |100> - |110> [hadamard1] (st=196) -> (st'=137); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> -> + |001> - |010> + |100> + |111> [hadamard1] (st=197) -> (st'=124); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> -> + |100> + |101> - |110> + |111> [hadamard1] (st=198) -> (st'=170); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> -> + |010> - |011> - |100> - |101> [hadamard1] (st=199) -> (st'=159); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> -> + |000> + |001> - |110> - |111> [hadamard1] (st=200) -> (st'=83); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> -> + |000> + |001> - |010> - |011> [hadamard1] (st=201) -> (st'=67); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> -> + |000> - |011> + |101> - |110> [hadamard1] (st=202) -> (st'=117); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> -> + |000> - |010> + |101> - |111> [hadamard1] (st=203) -> (st'=101); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> -> + |001> - |011> + |100> - |110> [hadamard1] (st=204) -> (st'=141); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> -> + |001> - |010> + |100> - |111> [hadamard1] (st=205) -> (st'=125); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> -> + |100> + |101> - |110> - |111> [hadamard1] (st=206) -> (st'=171); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> -> + |010> + |011> - |100> - |101> [hadamard1] (st=207) -> (st'=155); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> -> + |000> + |010> - |101> + |111> [hadamard1] (st=208) -> (st'=98); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> -> + |000> + |011> - |101> + |110> [hadamard1] (st=209) -> (st'=114); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> -> + |000> - |001> + |010> + |011> [hadamard1] (st=210) -> (st'=68); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> -> + |000> - |001> + |110> + |111> [hadamard1] (st=211) -> (st'=84); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> -> + |010> + |011> + |100> - |101> [hadamard1] (st=212) -> (st'=153); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> -> + |100> - |101> + |110> + |111> [hadamard1] (st=213) -> (st'=172); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> -> + |001> - |010> - |100> - |111> [hadamard1] (st=214) -> (st'=127); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> -> + |001> - |011> - |100> - |110> [hadamard1] (st=215) -> (st'=143); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> -> + |000> + |010> - |101> - |111> [hadamard1] (st=216) -> (st'=99); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> -> + |000> - |011> - |101> + |110> [hadamard1] (st=217) -> (st'=118); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> -> + |000> - |001> + |010> - |011> [hadamard1] (st=218) -> (st'=69); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> -> + |000> - |001> + |110> - |111> [hadamard1] (st=219) -> (st'=85); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> -> + |010> - |011> + |100> - |101> [hadamard1] (st=220) -> (st'=157); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> -> + |100> - |101> + |110> - |111> [hadamard1] (st=221) -> (st'=173); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> -> + |001> - |010> - |100> + |111> [hadamard1] (st=222) -> (st'=126); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> -> + |001> + |011> - |100> - |110> [hadamard1] (st=223) -> (st'=139); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> -> + |000> + |011> - |101> - |110> [hadamard1] (st=224) -> (st'=115); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> -> + |000> - |010> - |101> + |111> [hadamard1] (st=225) -> (st'=102); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> -> + |000> - |001> - |110> + |111> [hadamard1] (st=226) -> (st'=86); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> -> + |000> - |001> - |010> + |011> [hadamard1] (st=227) -> (st'=70); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> -> + |100> - |101> - |110> + |111> [hadamard1] (st=228) -> (st'=174); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> -> + |010> - |011> - |100> + |101> [hadamard1] (st=229) -> (st'=158); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> -> + |001> - |011> - |100> + |110> [hadamard1] (st=230) -> (st'=142); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> -> + |001> + |010> - |100> - |111> [hadamard1] (st=231) -> (st'=123); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> -> + |000> - |011> - |101> - |110> [hadamard1] (st=232) -> (st'=119); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> -> + |000> - |010> - |101> - |111> [hadamard1] (st=233) -> (st'=103); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> -> + |000> - |001> - |110> - |111> [hadamard1] (st=234) -> (st'=87); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> -> + |000> - |001> - |010> - |011> [hadamard1] (st=235) -> (st'=71); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> -> + |100> - |101> - |110> - |111> [hadamard1] (st=236) -> (st'=175); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> -> + |010> + |011> - |100> + |101> [hadamard1] (st=237) -> (st'=154); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> -> + |001> + |011> - |100> + |110> [hadamard1] (st=238) -> (st'=138); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> -> + |001> + |010> - |100> + |111> [hadamard1] (st=239) -> (st'=122); // Current transition (below): + |000> -> + |000> [sigma0_3rd] (st=0) -> (st'=0); // Current transition (below): + |001> -> + |001> [sigma0_3rd] (st=1) -> (st'=1); // Current transition (below): + |010> -> + |010> [sigma0_3rd] (st=2) -> (st'=2); // Current transition (below): + |011> -> + |011> [sigma0_3rd] (st=3) -> (st'=3); // Current transition (below): + |100> -> + |100> [sigma0_3rd] (st=4) -> (st'=4); // Current transition (below): + |101> -> + |101> [sigma0_3rd] (st=5) -> (st'=5); // Current transition (below): + |110> -> + |110> [sigma0_3rd] (st=6) -> (st'=6); // Current transition (below): + |111> -> + |111> [sigma0_3rd] (st=7) -> (st'=7); // Current transition (below): + |000> + |001> -> + |000> + |001> [sigma0_3rd] (st=8) -> (st'=8); // Current transition (below): + |000> - |001> -> + |000> - |001> [sigma0_3rd] (st=9) -> (st'=9); // Current transition (below): + |000> + |010> -> + |000> + |010> [sigma0_3rd] (st=10) -> (st'=10); // Current transition (below): + |000> - |010> -> + |000> - |010> [sigma0_3rd] (st=11) -> (st'=11); // Current transition (below): + |000> + |011> -> + |000> + |011> [sigma0_3rd] (st=12) -> (st'=12); // Current transition (below): + |000> - |011> -> + |000> - |011> [sigma0_3rd] (st=13) -> (st'=13); // Current transition (below): + |000> + |100> -> + |000> + |100> [sigma0_3rd] (st=14) -> (st'=14); // Current transition (below): + |000> - |100> -> + |000> - |100> [sigma0_3rd] (st=15) -> (st'=15); // Current transition (below): + |000> + |101> -> + |000> + |101> [sigma0_3rd] (st=16) -> (st'=16); // Current transition (below): + |000> - |101> -> + |000> - |101> [sigma0_3rd] (st=17) -> (st'=17); // Current transition (below): + |000> + |110> -> + |000> + |110> [sigma0_3rd] (st=18) -> (st'=18); // Current transition (below): + |000> - |110> -> + |000> - |110> [sigma0_3rd] (st=19) -> (st'=19); // Current transition (below): + |000> + |111> -> + |000> + |111> [sigma0_3rd] (st=20) -> (st'=20); // Current transition (below): + |000> - |111> -> + |000> - |111> [sigma0_3rd] (st=21) -> (st'=21); // Current transition (below): + |001> + |010> -> + |001> + |010> [sigma0_3rd] (st=22) -> (st'=22); // Current transition (below): + |001> - |010> -> + |001> - |010> [sigma0_3rd] (st=23) -> (st'=23); // Current transition (below): + |001> + |011> -> + |001> + |011> [sigma0_3rd] (st=24) -> (st'=24); // Current transition (below): + |001> - |011> -> + |001> - |011> [sigma0_3rd] (st=25) -> (st'=25); // Current transition (below): + |001> + |100> -> + |001> + |100> [sigma0_3rd] (st=26) -> (st'=26); // Current transition (below): + |001> - |100> -> + |001> - |100> [sigma0_3rd] (st=27) -> (st'=27); // Current transition (below): + |001> + |101> -> + |001> + |101> [sigma0_3rd] (st=28) -> (st'=28); // Current transition (below): + |001> - |101> -> + |001> - |101> [sigma0_3rd] (st=29) -> (st'=29); // Current transition (below): + |001> + |110> -> + |001> + |110> [sigma0_3rd] (st=30) -> (st'=30); // Current transition (below): + |001> - |110> -> + |001> - |110> [sigma0_3rd] (st=31) -> (st'=31); // Current transition (below): + |001> + |111> -> + |001> + |111> [sigma0_3rd] (st=32) -> (st'=32); // Current transition (below): + |001> - |111> -> + |001> - |111> [sigma0_3rd] (st=33) -> (st'=33); // Current transition (below): + |010> + |011> -> + |010> + |011> [sigma0_3rd] (st=34) -> (st'=34); // Current transition (below): + |010> - |011> -> + |010> - |011> [sigma0_3rd] (st=35) -> (st'=35); // Current transition (below): + |010> + |100> -> + |010> + |100> [sigma0_3rd] (st=36) -> (st'=36); // Current transition (below): + |010> - |100> -> + |010> - |100> [sigma0_3rd] (st=37) -> (st'=37); // Current transition (below): + |010> + |101> -> + |010> + |101> [sigma0_3rd] (st=38) -> (st'=38); // Current transition (below): + |010> - |101> -> + |010> - |101> [sigma0_3rd] (st=39) -> (st'=39); // Current transition (below): + |010> + |110> -> + |010> + |110> [sigma0_3rd] (st=40) -> (st'=40); // Current transition (below): + |010> - |110> -> + |010> - |110> [sigma0_3rd] (st=41) -> (st'=41); // Current transition (below): + |010> + |111> -> + |010> + |111> [sigma0_3rd] (st=42) -> (st'=42); // Current transition (below): + |010> - |111> -> + |010> - |111> [sigma0_3rd] (st=43) -> (st'=43); // Current transition (below): + |011> + |100> -> + |011> + |100> [sigma0_3rd] (st=44) -> (st'=44); // Current transition (below): + |011> - |100> -> + |011> - |100> [sigma0_3rd] (st=45) -> (st'=45); // Current transition (below): + |011> + |101> -> + |011> + |101> [sigma0_3rd] (st=46) -> (st'=46); // Current transition (below): + |011> - |101> -> + |011> - |101> [sigma0_3rd] (st=47) -> (st'=47); // Current transition (below): + |011> + |110> -> + |011> + |110> [sigma0_3rd] (st=48) -> (st'=48); // Current transition (below): + |011> - |110> -> + |011> - |110> [sigma0_3rd] (st=49) -> (st'=49); // Current transition (below): + |011> + |111> -> + |011> + |111> [sigma0_3rd] (st=50) -> (st'=50); // Current transition (below): + |011> - |111> -> + |011> - |111> [sigma0_3rd] (st=51) -> (st'=51); // Current transition (below): + |100> + |101> -> + |100> + |101> [sigma0_3rd] (st=52) -> (st'=52); // Current transition (below): + |100> - |101> -> + |100> - |101> [sigma0_3rd] (st=53) -> (st'=53); // Current transition (below): + |100> + |110> -> + |100> + |110> [sigma0_3rd] (st=54) -> (st'=54); // Current transition (below): + |100> - |110> -> + |100> - |110> [sigma0_3rd] (st=55) -> (st'=55); // Current transition (below): + |100> + |111> -> + |100> + |111> [sigma0_3rd] (st=56) -> (st'=56); // Current transition (below): + |100> - |111> -> + |100> - |111> [sigma0_3rd] (st=57) -> (st'=57); // Current transition (below): + |101> + |110> -> + |101> + |110> [sigma0_3rd] (st=58) -> (st'=58); // Current transition (below): + |101> - |110> -> + |101> - |110> [sigma0_3rd] (st=59) -> (st'=59); // Current transition (below): + |101> + |111> -> + |101> + |111> [sigma0_3rd] (st=60) -> (st'=60); // Current transition (below): + |101> - |111> -> + |101> - |111> [sigma0_3rd] (st=61) -> (st'=61); // Current transition (below): + |110> + |111> -> + |110> + |111> [sigma0_3rd] (st=62) -> (st'=62); // Current transition (below): + |110> - |111> -> + |110> - |111> [sigma0_3rd] (st=63) -> (st'=63); // Current transition (below): + |000> + |001> + |010> + |011> -> + |000> + |001> + |010> + |011> [sigma0_3rd] (st=64) -> (st'=64); // Current transition (below): + |000> + |001> + |010> - |011> -> + |000> + |001> + |010> - |011> [sigma0_3rd] (st=65) -> (st'=65); // Current transition (below): + |000> + |001> - |010> + |011> -> + |000> + |001> - |010> + |011> [sigma0_3rd] (st=66) -> (st'=66); // Current transition (below): + |000> + |001> - |010> - |011> -> + |000> + |001> - |010> - |011> [sigma0_3rd] (st=67) -> (st'=67); // Current transition (below): + |000> - |001> + |010> + |011> -> + |000> - |001> + |010> + |011> [sigma0_3rd] (st=68) -> (st'=68); // Current transition (below): + |000> - |001> + |010> - |011> -> + |000> - |001> + |010> - |011> [sigma0_3rd] (st=69) -> (st'=69); // Current transition (below): + |000> - |001> - |010> + |011> -> + |000> - |001> - |010> + |011> [sigma0_3rd] (st=70) -> (st'=70); // Current transition (below): + |000> - |001> - |010> - |011> -> + |000> - |001> - |010> - |011> [sigma0_3rd] (st=71) -> (st'=71); // Current transition (below): + |000> + |001> + |100> + |101> -> + |000> + |001> + |100> + |101> [sigma0_3rd] (st=72) -> (st'=72); // Current transition (below): + |000> + |001> + |100> - |101> -> + |000> + |001> + |100> - |101> [sigma0_3rd] (st=73) -> (st'=73); // Current transition (below): + |000> + |001> - |100> + |101> -> + |000> + |001> - |100> + |101> [sigma0_3rd] (st=74) -> (st'=74); // Current transition (below): + |000> + |001> - |100> - |101> -> + |000> + |001> - |100> - |101> [sigma0_3rd] (st=75) -> (st'=75); // Current transition (below): + |000> - |001> + |100> + |101> -> + |000> - |001> + |100> + |101> [sigma0_3rd] (st=76) -> (st'=76); // Current transition (below): + |000> - |001> + |100> - |101> -> + |000> - |001> + |100> - |101> [sigma0_3rd] (st=77) -> (st'=77); // Current transition (below): + |000> - |001> - |100> + |101> -> + |000> - |001> - |100> + |101> [sigma0_3rd] (st=78) -> (st'=78); // Current transition (below): + |000> - |001> - |100> - |101> -> + |000> - |001> - |100> - |101> [sigma0_3rd] (st=79) -> (st'=79); // Current transition (below): + |000> + |001> + |110> + |111> -> + |000> + |001> + |110> + |111> [sigma0_3rd] (st=80) -> (st'=80); // Current transition (below): + |000> + |001> + |110> - |111> -> + |000> + |001> + |110> - |111> [sigma0_3rd] (st=81) -> (st'=81); // Current transition (below): + |000> + |001> - |110> + |111> -> + |000> + |001> - |110> + |111> [sigma0_3rd] (st=82) -> (st'=82); // Current transition (below): + |000> + |001> - |110> - |111> -> + |000> + |001> - |110> - |111> [sigma0_3rd] (st=83) -> (st'=83); // Current transition (below): + |000> - |001> + |110> + |111> -> + |000> - |001> + |110> + |111> [sigma0_3rd] (st=84) -> (st'=84); // Current transition (below): + |000> - |001> + |110> - |111> -> + |000> - |001> + |110> - |111> [sigma0_3rd] (st=85) -> (st'=85); // Current transition (below): + |000> - |001> - |110> + |111> -> + |000> - |001> - |110> + |111> [sigma0_3rd] (st=86) -> (st'=86); // Current transition (below): + |000> - |001> - |110> - |111> -> + |000> - |001> - |110> - |111> [sigma0_3rd] (st=87) -> (st'=87); // Current transition (below): + |000> + |010> + |100> + |110> -> + |000> + |010> + |100> + |110> [sigma0_3rd] (st=88) -> (st'=88); // Current transition (below): + |000> + |010> + |100> - |110> -> + |000> + |010> + |100> - |110> [sigma0_3rd] (st=89) -> (st'=89); // Current transition (below): + |000> + |010> - |100> + |110> -> + |000> + |010> - |100> + |110> [sigma0_3rd] (st=90) -> (st'=90); // Current transition (below): + |000> + |010> - |100> - |110> -> + |000> + |010> - |100> - |110> [sigma0_3rd] (st=91) -> (st'=91); // Current transition (below): + |000> - |010> + |100> + |110> -> + |000> - |010> + |100> + |110> [sigma0_3rd] (st=92) -> (st'=92); // Current transition (below): + |000> - |010> + |100> - |110> -> + |000> - |010> + |100> - |110> [sigma0_3rd] (st=93) -> (st'=93); // Current transition (below): + |000> - |010> - |100> + |110> -> + |000> - |010> - |100> + |110> [sigma0_3rd] (st=94) -> (st'=94); // Current transition (below): + |000> - |010> - |100> - |110> -> + |000> - |010> - |100> - |110> [sigma0_3rd] (st=95) -> (st'=95); // Current transition (below): + |000> + |010> + |101> + |111> -> + |000> + |010> + |101> + |111> [sigma0_3rd] (st=96) -> (st'=96); // Current transition (below): + |000> + |010> + |101> - |111> -> + |000> + |010> + |101> - |111> [sigma0_3rd] (st=97) -> (st'=97); // Current transition (below): + |000> + |010> - |101> + |111> -> + |000> + |010> - |101> + |111> [sigma0_3rd] (st=98) -> (st'=98); // Current transition (below): + |000> + |010> - |101> - |111> -> + |000> + |010> - |101> - |111> [sigma0_3rd] (st=99) -> (st'=99); // Current transition (below): + |000> - |010> + |101> + |111> -> + |000> - |010> + |101> + |111> [sigma0_3rd] (st=100) -> (st'=100); // Current transition (below): + |000> - |010> + |101> - |111> -> + |000> - |010> + |101> - |111> [sigma0_3rd] (st=101) -> (st'=101); // Current transition (below): + |000> - |010> - |101> + |111> -> + |000> - |010> - |101> + |111> [sigma0_3rd] (st=102) -> (st'=102); // Current transition (below): + |000> - |010> - |101> - |111> -> + |000> - |010> - |101> - |111> [sigma0_3rd] (st=103) -> (st'=103); // Current transition (below): + |000> + |011> + |100> + |111> -> + |000> + |011> + |100> + |111> [sigma0_3rd] (st=104) -> (st'=104); // Current transition (below): + |000> + |011> + |100> - |111> -> + |000> + |011> + |100> - |111> [sigma0_3rd] (st=105) -> (st'=105); // Current transition (below): + |000> + |011> - |100> + |111> -> + |000> + |011> - |100> + |111> [sigma0_3rd] (st=106) -> (st'=106); // Current transition (below): + |000> + |011> - |100> - |111> -> + |000> + |011> - |100> - |111> [sigma0_3rd] (st=107) -> (st'=107); // Current transition (below): + |000> - |011> + |100> + |111> -> + |000> - |011> + |100> + |111> [sigma0_3rd] (st=108) -> (st'=108); // Current transition (below): + |000> - |011> + |100> - |111> -> + |000> - |011> + |100> - |111> [sigma0_3rd] (st=109) -> (st'=109); // Current transition (below): + |000> - |011> - |100> + |111> -> + |000> - |011> - |100> + |111> [sigma0_3rd] (st=110) -> (st'=110); // Current transition (below): + |000> - |011> - |100> - |111> -> + |000> - |011> - |100> - |111> [sigma0_3rd] (st=111) -> (st'=111); // Current transition (below): + |000> + |011> + |101> + |110> -> + |000> + |011> + |101> + |110> [sigma0_3rd] (st=112) -> (st'=112); // Current transition (below): + |000> + |011> + |101> - |110> -> + |000> + |011> + |101> - |110> [sigma0_3rd] (st=113) -> (st'=113); // Current transition (below): + |000> + |011> - |101> + |110> -> + |000> + |011> - |101> + |110> [sigma0_3rd] (st=114) -> (st'=114); // Current transition (below): + |000> + |011> - |101> - |110> -> + |000> + |011> - |101> - |110> [sigma0_3rd] (st=115) -> (st'=115); // Current transition (below): + |000> - |011> + |101> + |110> -> + |000> - |011> + |101> + |110> [sigma0_3rd] (st=116) -> (st'=116); // Current transition (below): + |000> - |011> + |101> - |110> -> + |000> - |011> + |101> - |110> [sigma0_3rd] (st=117) -> (st'=117); // Current transition (below): + |000> - |011> - |101> + |110> -> + |000> - |011> - |101> + |110> [sigma0_3rd] (st=118) -> (st'=118); // Current transition (below): + |000> - |011> - |101> - |110> -> + |000> - |011> - |101> - |110> [sigma0_3rd] (st=119) -> (st'=119); // Current transition (below): + |001> + |010> + |100> + |111> -> + |001> + |010> + |100> + |111> [sigma0_3rd] (st=120) -> (st'=120); // Current transition (below): + |001> + |010> + |100> - |111> -> + |001> + |010> + |100> - |111> [sigma0_3rd] (st=121) -> (st'=121); // Current transition (below): + |001> + |010> - |100> + |111> -> + |001> + |010> - |100> + |111> [sigma0_3rd] (st=122) -> (st'=122); // Current transition (below): + |001> + |010> - |100> - |111> -> + |001> + |010> - |100> - |111> [sigma0_3rd] (st=123) -> (st'=123); // Current transition (below): + |001> - |010> + |100> + |111> -> + |001> - |010> + |100> + |111> [sigma0_3rd] (st=124) -> (st'=124); // Current transition (below): + |001> - |010> + |100> - |111> -> + |001> - |010> + |100> - |111> [sigma0_3rd] (st=125) -> (st'=125); // Current transition (below): + |001> - |010> - |100> + |111> -> + |001> - |010> - |100> + |111> [sigma0_3rd] (st=126) -> (st'=126); // Current transition (below): + |001> - |010> - |100> - |111> -> + |001> - |010> - |100> - |111> [sigma0_3rd] (st=127) -> (st'=127); // Current transition (below): + |001> + |010> + |101> + |110> -> + |001> + |010> + |101> + |110> [sigma0_3rd] (st=128) -> (st'=128); // Current transition (below): + |001> + |010> + |101> - |110> -> + |001> + |010> + |101> - |110> [sigma0_3rd] (st=129) -> (st'=129); // Current transition (below): + |001> + |010> - |101> + |110> -> + |001> + |010> - |101> + |110> [sigma0_3rd] (st=130) -> (st'=130); // Current transition (below): + |001> + |010> - |101> - |110> -> + |001> + |010> - |101> - |110> [sigma0_3rd] (st=131) -> (st'=131); // Current transition (below): + |001> - |010> + |101> + |110> -> + |001> - |010> + |101> + |110> [sigma0_3rd] (st=132) -> (st'=132); // Current transition (below): + |001> - |010> + |101> - |110> -> + |001> - |010> + |101> - |110> [sigma0_3rd] (st=133) -> (st'=133); // Current transition (below): + |001> - |010> - |101> + |110> -> + |001> - |010> - |101> + |110> [sigma0_3rd] (st=134) -> (st'=134); // Current transition (below): + |001> - |010> - |101> - |110> -> + |001> - |010> - |101> - |110> [sigma0_3rd] (st=135) -> (st'=135); // Current transition (below): + |001> + |011> + |100> + |110> -> + |001> + |011> + |100> + |110> [sigma0_3rd] (st=136) -> (st'=136); // Current transition (below): + |001> + |011> + |100> - |110> -> + |001> + |011> + |100> - |110> [sigma0_3rd] (st=137) -> (st'=137); // Current transition (below): + |001> + |011> - |100> + |110> -> + |001> + |011> - |100> + |110> [sigma0_3rd] (st=138) -> (st'=138); // Current transition (below): + |001> + |011> - |100> - |110> -> + |001> + |011> - |100> - |110> [sigma0_3rd] (st=139) -> (st'=139); // Current transition (below): + |001> - |011> + |100> + |110> -> + |001> - |011> + |100> + |110> [sigma0_3rd] (st=140) -> (st'=140); // Current transition (below): + |001> - |011> + |100> - |110> -> + |001> - |011> + |100> - |110> [sigma0_3rd] (st=141) -> (st'=141); // Current transition (below): + |001> - |011> - |100> + |110> -> + |001> - |011> - |100> + |110> [sigma0_3rd] (st=142) -> (st'=142); // Current transition (below): + |001> - |011> - |100> - |110> -> + |001> - |011> - |100> - |110> [sigma0_3rd] (st=143) -> (st'=143); // Current transition (below): + |001> + |011> + |101> + |111> -> + |001> + |011> + |101> + |111> [sigma0_3rd] (st=144) -> (st'=144); // Current transition (below): + |001> + |011> + |101> - |111> -> + |001> + |011> + |101> - |111> [sigma0_3rd] (st=145) -> (st'=145); // Current transition (below): + |001> + |011> - |101> + |111> -> + |001> + |011> - |101> + |111> [sigma0_3rd] (st=146) -> (st'=146); // Current transition (below): + |001> + |011> - |101> - |111> -> + |001> + |011> - |101> - |111> [sigma0_3rd] (st=147) -> (st'=147); // Current transition (below): + |001> - |011> + |101> + |111> -> + |001> - |011> + |101> + |111> [sigma0_3rd] (st=148) -> (st'=148); // Current transition (below): + |001> - |011> + |101> - |111> -> + |001> - |011> + |101> - |111> [sigma0_3rd] (st=149) -> (st'=149); // Current transition (below): + |001> - |011> - |101> + |111> -> + |001> - |011> - |101> + |111> [sigma0_3rd] (st=150) -> (st'=150); // Current transition (below): + |001> - |011> - |101> - |111> -> + |001> - |011> - |101> - |111> [sigma0_3rd] (st=151) -> (st'=151); // Current transition (below): + |010> + |011> + |100> + |101> -> + |010> + |011> + |100> + |101> [sigma0_3rd] (st=152) -> (st'=152); // Current transition (below): + |010> + |011> + |100> - |101> -> + |010> + |011> + |100> - |101> [sigma0_3rd] (st=153) -> (st'=153); // Current transition (below): + |010> + |011> - |100> + |101> -> + |010> + |011> - |100> + |101> [sigma0_3rd] (st=154) -> (st'=154); // Current transition (below): + |010> + |011> - |100> - |101> -> + |010> + |011> - |100> - |101> [sigma0_3rd] (st=155) -> (st'=155); // Current transition (below): + |010> - |011> + |100> + |101> -> + |010> - |011> + |100> + |101> [sigma0_3rd] (st=156) -> (st'=156); // Current transition (below): + |010> - |011> + |100> - |101> -> + |010> - |011> + |100> - |101> [sigma0_3rd] (st=157) -> (st'=157); // Current transition (below): + |010> - |011> - |100> + |101> -> + |010> - |011> - |100> + |101> [sigma0_3rd] (st=158) -> (st'=158); // Current transition (below): + |010> - |011> - |100> - |101> -> + |010> - |011> - |100> - |101> [sigma0_3rd] (st=159) -> (st'=159); // Current transition (below): + |010> + |011> + |110> + |111> -> + |010> + |011> + |110> + |111> [sigma0_3rd] (st=160) -> (st'=160); // Current transition (below): + |010> + |011> + |110> - |111> -> + |010> + |011> + |110> - |111> [sigma0_3rd] (st=161) -> (st'=161); // Current transition (below): + |010> + |011> - |110> + |111> -> + |010> + |011> - |110> + |111> [sigma0_3rd] (st=162) -> (st'=162); // Current transition (below): + |010> + |011> - |110> - |111> -> + |010> + |011> - |110> - |111> [sigma0_3rd] (st=163) -> (st'=163); // Current transition (below): + |010> - |011> + |110> + |111> -> + |010> - |011> + |110> + |111> [sigma0_3rd] (st=164) -> (st'=164); // Current transition (below): + |010> - |011> + |110> - |111> -> + |010> - |011> + |110> - |111> [sigma0_3rd] (st=165) -> (st'=165); // Current transition (below): + |010> - |011> - |110> + |111> -> + |010> - |011> - |110> + |111> [sigma0_3rd] (st=166) -> (st'=166); // Current transition (below): + |010> - |011> - |110> - |111> -> + |010> - |011> - |110> - |111> [sigma0_3rd] (st=167) -> (st'=167); // Current transition (below): + |100> + |101> + |110> + |111> -> + |100> + |101> + |110> + |111> [sigma0_3rd] (st=168) -> (st'=168); // Current transition (below): + |100> + |101> + |110> - |111> -> + |100> + |101> + |110> - |111> [sigma0_3rd] (st=169) -> (st'=169); // Current transition (below): + |100> + |101> - |110> + |111> -> + |100> + |101> - |110> + |111> [sigma0_3rd] (st=170) -> (st'=170); // Current transition (below): + |100> + |101> - |110> - |111> -> + |100> + |101> - |110> - |111> [sigma0_3rd] (st=171) -> (st'=171); // Current transition (below): + |100> - |101> + |110> + |111> -> + |100> - |101> + |110> + |111> [sigma0_3rd] (st=172) -> (st'=172); // Current transition (below): + |100> - |101> + |110> - |111> -> + |100> - |101> + |110> - |111> [sigma0_3rd] (st=173) -> (st'=173); // Current transition (below): + |100> - |101> - |110> + |111> -> + |100> - |101> - |110> + |111> [sigma0_3rd] (st=174) -> (st'=174); // Current transition (below): + |100> - |101> - |110> - |111> -> + |100> - |101> - |110> - |111> [sigma0_3rd] (st=175) -> (st'=175); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> -> + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> [sigma0_3rd] (st=176) -> (st'=176); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> -> + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> [sigma0_3rd] (st=177) -> (st'=177); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> -> + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> [sigma0_3rd] (st=178) -> (st'=178); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> -> + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> [sigma0_3rd] (st=179) -> (st'=179); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> -> + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> [sigma0_3rd] (st=180) -> (st'=180); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> -> + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> [sigma0_3rd] (st=181) -> (st'=181); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> -> + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> [sigma0_3rd] (st=182) -> (st'=182); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> -> + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> [sigma0_3rd] (st=183) -> (st'=183); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> -> + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> [sigma0_3rd] (st=184) -> (st'=184); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> -> + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> [sigma0_3rd] (st=185) -> (st'=185); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> -> + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> [sigma0_3rd] (st=186) -> (st'=186); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> -> + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> [sigma0_3rd] (st=187) -> (st'=187); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> -> + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> [sigma0_3rd] (st=188) -> (st'=188); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> -> + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> [sigma0_3rd] (st=189) -> (st'=189); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> -> + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> [sigma0_3rd] (st=190) -> (st'=190); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> -> + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> [sigma0_3rd] (st=191) -> (st'=191); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> -> + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> [sigma0_3rd] (st=192) -> (st'=192); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> -> + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> [sigma0_3rd] (st=193) -> (st'=193); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> -> + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> [sigma0_3rd] (st=194) -> (st'=194); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> -> + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> [sigma0_3rd] (st=195) -> (st'=195); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> -> + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> [sigma0_3rd] (st=196) -> (st'=196); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> -> + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> [sigma0_3rd] (st=197) -> (st'=197); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> -> + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> [sigma0_3rd] (st=198) -> (st'=198); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> -> + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> [sigma0_3rd] (st=199) -> (st'=199); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> -> + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> [sigma0_3rd] (st=200) -> (st'=200); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> -> + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> [sigma0_3rd] (st=201) -> (st'=201); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> -> + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> [sigma0_3rd] (st=202) -> (st'=202); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> -> + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> [sigma0_3rd] (st=203) -> (st'=203); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> -> + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> [sigma0_3rd] (st=204) -> (st'=204); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> -> + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> [sigma0_3rd] (st=205) -> (st'=205); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> -> + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> [sigma0_3rd] (st=206) -> (st'=206); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> -> + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> [sigma0_3rd] (st=207) -> (st'=207); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> -> + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> [sigma0_3rd] (st=208) -> (st'=208); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> -> + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> [sigma0_3rd] (st=209) -> (st'=209); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> -> + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> [sigma0_3rd] (st=210) -> (st'=210); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> -> + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> [sigma0_3rd] (st=211) -> (st'=211); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> -> + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> [sigma0_3rd] (st=212) -> (st'=212); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> -> + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> [sigma0_3rd] (st=213) -> (st'=213); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> -> + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> [sigma0_3rd] (st=214) -> (st'=214); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> -> + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> [sigma0_3rd] (st=215) -> (st'=215); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> -> + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> [sigma0_3rd] (st=216) -> (st'=216); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> -> + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> [sigma0_3rd] (st=217) -> (st'=217); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> -> + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> [sigma0_3rd] (st=218) -> (st'=218); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> -> + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> [sigma0_3rd] (st=219) -> (st'=219); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> -> + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> [sigma0_3rd] (st=220) -> (st'=220); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> -> + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> [sigma0_3rd] (st=221) -> (st'=221); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> -> + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> [sigma0_3rd] (st=222) -> (st'=222); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> -> + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> [sigma0_3rd] (st=223) -> (st'=223); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> -> + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> [sigma0_3rd] (st=224) -> (st'=224); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> -> + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> [sigma0_3rd] (st=225) -> (st'=225); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> -> + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> [sigma0_3rd] (st=226) -> (st'=226); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> -> + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> [sigma0_3rd] (st=227) -> (st'=227); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> -> + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> [sigma0_3rd] (st=228) -> (st'=228); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> -> + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> [sigma0_3rd] (st=229) -> (st'=229); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> -> + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> [sigma0_3rd] (st=230) -> (st'=230); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> -> + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> [sigma0_3rd] (st=231) -> (st'=231); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> -> + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> [sigma0_3rd] (st=232) -> (st'=232); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> -> + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> [sigma0_3rd] (st=233) -> (st'=233); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> -> + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> [sigma0_3rd] (st=234) -> (st'=234); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> -> + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> [sigma0_3rd] (st=235) -> (st'=235); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> -> + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> [sigma0_3rd] (st=236) -> (st'=236); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> -> + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> [sigma0_3rd] (st=237) -> (st'=237); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> -> + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> [sigma0_3rd] (st=238) -> (st'=238); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> -> + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> [sigma0_3rd] (st=239) -> (st'=239); // Current transition (below): + |000> -> + |001> [sigma1_3rd] (st=0) -> (st'=1); // Current transition (below): + |001> -> + |000> [sigma1_3rd] (st=1) -> (st'=0); // Current transition (below): + |010> -> + |011> [sigma1_3rd] (st=2) -> (st'=3); // Current transition (below): + |011> -> + |010> [sigma1_3rd] (st=3) -> (st'=2); // Current transition (below): + |100> -> + |101> [sigma1_3rd] (st=4) -> (st'=5); // Current transition (below): + |101> -> + |100> [sigma1_3rd] (st=5) -> (st'=4); // Current transition (below): + |110> -> + |111> [sigma1_3rd] (st=6) -> (st'=7); // Current transition (below): + |111> -> + |110> [sigma1_3rd] (st=7) -> (st'=6); // Current transition (below): + |000> + |001> -> + |000> + |001> [sigma1_3rd] (st=8) -> (st'=8); // Current transition (below): + |000> - |001> -> + |000> - |001> [sigma1_3rd] (st=9) -> (st'=9); // Current transition (below): + |000> + |010> -> + |001> + |011> [sigma1_3rd] (st=10) -> (st'=24); // Current transition (below): + |000> - |010> -> + |001> - |011> [sigma1_3rd] (st=11) -> (st'=25); // Current transition (below): + |000> + |011> -> + |001> + |010> [sigma1_3rd] (st=12) -> (st'=22); // Current transition (below): + |000> - |011> -> + |001> - |010> [sigma1_3rd] (st=13) -> (st'=23); // Current transition (below): + |000> + |100> -> + |001> + |101> [sigma1_3rd] (st=14) -> (st'=28); // Current transition (below): + |000> - |100> -> + |001> - |101> [sigma1_3rd] (st=15) -> (st'=29); // Current transition (below): + |000> + |101> -> + |001> + |100> [sigma1_3rd] (st=16) -> (st'=26); // Current transition (below): + |000> - |101> -> + |001> - |100> [sigma1_3rd] (st=17) -> (st'=27); // Current transition (below): + |000> + |110> -> + |001> + |111> [sigma1_3rd] (st=18) -> (st'=32); // Current transition (below): + |000> - |110> -> + |001> - |111> [sigma1_3rd] (st=19) -> (st'=33); // Current transition (below): + |000> + |111> -> + |001> + |110> [sigma1_3rd] (st=20) -> (st'=30); // Current transition (below): + |000> - |111> -> + |001> - |110> [sigma1_3rd] (st=21) -> (st'=31); // Current transition (below): + |001> + |010> -> + |000> + |011> [sigma1_3rd] (st=22) -> (st'=12); // Current transition (below): + |001> - |010> -> + |000> - |011> [sigma1_3rd] (st=23) -> (st'=13); // Current transition (below): + |001> + |011> -> + |000> + |010> [sigma1_3rd] (st=24) -> (st'=10); // Current transition (below): + |001> - |011> -> + |000> - |010> [sigma1_3rd] (st=25) -> (st'=11); // Current transition (below): + |001> + |100> -> + |000> + |101> [sigma1_3rd] (st=26) -> (st'=16); // Current transition (below): + |001> - |100> -> + |000> - |101> [sigma1_3rd] (st=27) -> (st'=17); // Current transition (below): + |001> + |101> -> + |000> + |100> [sigma1_3rd] (st=28) -> (st'=14); // Current transition (below): + |001> - |101> -> + |000> - |100> [sigma1_3rd] (st=29) -> (st'=15); // Current transition (below): + |001> + |110> -> + |000> + |111> [sigma1_3rd] (st=30) -> (st'=20); // Current transition (below): + |001> - |110> -> + |000> - |111> [sigma1_3rd] (st=31) -> (st'=21); // Current transition (below): + |001> + |111> -> + |000> + |110> [sigma1_3rd] (st=32) -> (st'=18); // Current transition (below): + |001> - |111> -> + |000> - |110> [sigma1_3rd] (st=33) -> (st'=19); // Current transition (below): + |010> + |011> -> + |010> + |011> [sigma1_3rd] (st=34) -> (st'=34); // Current transition (below): + |010> - |011> -> + |010> - |011> [sigma1_3rd] (st=35) -> (st'=35); // Current transition (below): + |010> + |100> -> + |011> + |101> [sigma1_3rd] (st=36) -> (st'=46); // Current transition (below): + |010> - |100> -> + |011> - |101> [sigma1_3rd] (st=37) -> (st'=47); // Current transition (below): + |010> + |101> -> + |011> + |100> [sigma1_3rd] (st=38) -> (st'=44); // Current transition (below): + |010> - |101> -> + |011> - |100> [sigma1_3rd] (st=39) -> (st'=45); // Current transition (below): + |010> + |110> -> + |011> + |111> [sigma1_3rd] (st=40) -> (st'=50); // Current transition (below): + |010> - |110> -> + |011> - |111> [sigma1_3rd] (st=41) -> (st'=51); // Current transition (below): + |010> + |111> -> + |011> + |110> [sigma1_3rd] (st=42) -> (st'=48); // Current transition (below): + |010> - |111> -> + |011> - |110> [sigma1_3rd] (st=43) -> (st'=49); // Current transition (below): + |011> + |100> -> + |010> + |101> [sigma1_3rd] (st=44) -> (st'=38); // Current transition (below): + |011> - |100> -> + |010> - |101> [sigma1_3rd] (st=45) -> (st'=39); // Current transition (below): + |011> + |101> -> + |010> + |100> [sigma1_3rd] (st=46) -> (st'=36); // Current transition (below): + |011> - |101> -> + |010> - |100> [sigma1_3rd] (st=47) -> (st'=37); // Current transition (below): + |011> + |110> -> + |010> + |111> [sigma1_3rd] (st=48) -> (st'=42); // Current transition (below): + |011> - |110> -> + |010> - |111> [sigma1_3rd] (st=49) -> (st'=43); // Current transition (below): + |011> + |111> -> + |010> + |110> [sigma1_3rd] (st=50) -> (st'=40); // Current transition (below): + |011> - |111> -> + |010> - |110> [sigma1_3rd] (st=51) -> (st'=41); // Current transition (below): + |100> + |101> -> + |100> + |101> [sigma1_3rd] (st=52) -> (st'=52); // Current transition (below): + |100> - |101> -> + |100> - |101> [sigma1_3rd] (st=53) -> (st'=53); // Current transition (below): + |100> + |110> -> + |101> + |111> [sigma1_3rd] (st=54) -> (st'=60); // Current transition (below): + |100> - |110> -> + |101> - |111> [sigma1_3rd] (st=55) -> (st'=61); // Current transition (below): + |100> + |111> -> + |101> + |110> [sigma1_3rd] (st=56) -> (st'=58); // Current transition (below): + |100> - |111> -> + |101> - |110> [sigma1_3rd] (st=57) -> (st'=59); // Current transition (below): + |101> + |110> -> + |100> + |111> [sigma1_3rd] (st=58) -> (st'=56); // Current transition (below): + |101> - |110> -> + |100> - |111> [sigma1_3rd] (st=59) -> (st'=57); // Current transition (below): + |101> + |111> -> + |100> + |110> [sigma1_3rd] (st=60) -> (st'=54); // Current transition (below): + |101> - |111> -> + |100> - |110> [sigma1_3rd] (st=61) -> (st'=55); // Current transition (below): + |110> + |111> -> + |110> + |111> [sigma1_3rd] (st=62) -> (st'=62); // Current transition (below): + |110> - |111> -> + |110> - |111> [sigma1_3rd] (st=63) -> (st'=63); // Current transition (below): + |000> + |001> + |010> + |011> -> + |000> + |001> + |010> + |011> [sigma1_3rd] (st=64) -> (st'=64); // Current transition (below): + |000> + |001> + |010> - |011> -> + |000> + |001> - |010> + |011> [sigma1_3rd] (st=65) -> (st'=66); // Current transition (below): + |000> + |001> - |010> + |011> -> + |000> + |001> + |010> - |011> [sigma1_3rd] (st=66) -> (st'=65); // Current transition (below): + |000> + |001> - |010> - |011> -> + |000> + |001> - |010> - |011> [sigma1_3rd] (st=67) -> (st'=67); // Current transition (below): + |000> - |001> + |010> + |011> -> + |000> - |001> - |010> - |011> [sigma1_3rd] (st=68) -> (st'=71); // Current transition (below): + |000> - |001> + |010> - |011> -> + |000> - |001> + |010> - |011> [sigma1_3rd] (st=69) -> (st'=69); // Current transition (below): + |000> - |001> - |010> + |011> -> + |000> - |001> - |010> + |011> [sigma1_3rd] (st=70) -> (st'=70); // Current transition (below): + |000> - |001> - |010> - |011> -> + |000> - |001> + |010> + |011> [sigma1_3rd] (st=71) -> (st'=68); // Current transition (below): + |000> + |001> + |100> + |101> -> + |000> + |001> + |100> + |101> [sigma1_3rd] (st=72) -> (st'=72); // Current transition (below): + |000> + |001> + |100> - |101> -> + |000> + |001> - |100> + |101> [sigma1_3rd] (st=73) -> (st'=74); // Current transition (below): + |000> + |001> - |100> + |101> -> + |000> + |001> + |100> - |101> [sigma1_3rd] (st=74) -> (st'=73); // Current transition (below): + |000> + |001> - |100> - |101> -> + |000> + |001> - |100> - |101> [sigma1_3rd] (st=75) -> (st'=75); // Current transition (below): + |000> - |001> + |100> + |101> -> + |000> - |001> - |100> - |101> [sigma1_3rd] (st=76) -> (st'=79); // Current transition (below): + |000> - |001> + |100> - |101> -> + |000> - |001> + |100> - |101> [sigma1_3rd] (st=77) -> (st'=77); // Current transition (below): + |000> - |001> - |100> + |101> -> + |000> - |001> - |100> + |101> [sigma1_3rd] (st=78) -> (st'=78); // Current transition (below): + |000> - |001> - |100> - |101> -> + |000> - |001> + |100> + |101> [sigma1_3rd] (st=79) -> (st'=76); // Current transition (below): + |000> + |001> + |110> + |111> -> + |000> + |001> + |110> + |111> [sigma1_3rd] (st=80) -> (st'=80); // Current transition (below): + |000> + |001> + |110> - |111> -> + |000> + |001> - |110> + |111> [sigma1_3rd] (st=81) -> (st'=82); // Current transition (below): + |000> + |001> - |110> + |111> -> + |000> + |001> + |110> - |111> [sigma1_3rd] (st=82) -> (st'=81); // Current transition (below): + |000> + |001> - |110> - |111> -> + |000> + |001> - |110> - |111> [sigma1_3rd] (st=83) -> (st'=83); // Current transition (below): + |000> - |001> + |110> + |111> -> + |000> - |001> - |110> - |111> [sigma1_3rd] (st=84) -> (st'=87); // Current transition (below): + |000> - |001> + |110> - |111> -> + |000> - |001> + |110> - |111> [sigma1_3rd] (st=85) -> (st'=85); // Current transition (below): + |000> - |001> - |110> + |111> -> + |000> - |001> - |110> + |111> [sigma1_3rd] (st=86) -> (st'=86); // Current transition (below): + |000> - |001> - |110> - |111> -> + |000> - |001> + |110> + |111> [sigma1_3rd] (st=87) -> (st'=84); // Current transition (below): + |000> + |010> + |100> + |110> -> + |001> + |011> + |101> + |111> [sigma1_3rd] (st=88) -> (st'=144); // Current transition (below): + |000> + |010> + |100> - |110> -> + |001> + |011> + |101> - |111> [sigma1_3rd] (st=89) -> (st'=145); // Current transition (below): + |000> + |010> - |100> + |110> -> + |001> + |011> - |101> + |111> [sigma1_3rd] (st=90) -> (st'=146); // Current transition (below): + |000> + |010> - |100> - |110> -> + |001> + |011> - |101> - |111> [sigma1_3rd] (st=91) -> (st'=147); // Current transition (below): + |000> - |010> + |100> + |110> -> + |001> - |011> + |101> + |111> [sigma1_3rd] (st=92) -> (st'=148); // Current transition (below): + |000> - |010> + |100> - |110> -> + |001> - |011> + |101> - |111> [sigma1_3rd] (st=93) -> (st'=149); // Current transition (below): + |000> - |010> - |100> + |110> -> + |001> - |011> - |101> + |111> [sigma1_3rd] (st=94) -> (st'=150); // Current transition (below): + |000> - |010> - |100> - |110> -> + |001> - |011> - |101> - |111> [sigma1_3rd] (st=95) -> (st'=151); // Current transition (below): + |000> + |010> + |101> + |111> -> + |001> + |011> + |100> + |110> [sigma1_3rd] (st=96) -> (st'=136); // Current transition (below): + |000> + |010> + |101> - |111> -> + |001> + |011> + |100> - |110> [sigma1_3rd] (st=97) -> (st'=137); // Current transition (below): + |000> + |010> - |101> + |111> -> + |001> + |011> - |100> + |110> [sigma1_3rd] (st=98) -> (st'=138); // Current transition (below): + |000> + |010> - |101> - |111> -> + |001> + |011> - |100> - |110> [sigma1_3rd] (st=99) -> (st'=139); // Current transition (below): + |000> - |010> + |101> + |111> -> + |001> - |011> + |100> + |110> [sigma1_3rd] (st=100) -> (st'=140); // Current transition (below): + |000> - |010> + |101> - |111> -> + |001> - |011> + |100> - |110> [sigma1_3rd] (st=101) -> (st'=141); // Current transition (below): + |000> - |010> - |101> + |111> -> + |001> - |011> - |100> + |110> [sigma1_3rd] (st=102) -> (st'=142); // Current transition (below): + |000> - |010> - |101> - |111> -> + |001> - |011> - |100> - |110> [sigma1_3rd] (st=103) -> (st'=143); // Current transition (below): + |000> + |011> + |100> + |111> -> + |001> + |010> + |101> + |110> [sigma1_3rd] (st=104) -> (st'=128); // Current transition (below): + |000> + |011> + |100> - |111> -> + |001> + |010> + |101> - |110> [sigma1_3rd] (st=105) -> (st'=129); // Current transition (below): + |000> + |011> - |100> + |111> -> + |001> + |010> - |101> + |110> [sigma1_3rd] (st=106) -> (st'=130); // Current transition (below): + |000> + |011> - |100> - |111> -> + |001> + |010> - |101> - |110> [sigma1_3rd] (st=107) -> (st'=131); // Current transition (below): + |000> - |011> + |100> + |111> -> + |001> - |010> + |101> + |110> [sigma1_3rd] (st=108) -> (st'=132); // Current transition (below): + |000> - |011> + |100> - |111> -> + |001> - |010> + |101> - |110> [sigma1_3rd] (st=109) -> (st'=133); // Current transition (below): + |000> - |011> - |100> + |111> -> + |001> - |010> - |101> + |110> [sigma1_3rd] (st=110) -> (st'=134); // Current transition (below): + |000> - |011> - |100> - |111> -> + |001> - |010> - |101> - |110> [sigma1_3rd] (st=111) -> (st'=135); // Current transition (below): + |000> + |011> + |101> + |110> -> + |001> + |010> + |100> + |111> [sigma1_3rd] (st=112) -> (st'=120); // Current transition (below): + |000> + |011> + |101> - |110> -> + |001> + |010> + |100> - |111> [sigma1_3rd] (st=113) -> (st'=121); // Current transition (below): + |000> + |011> - |101> + |110> -> + |001> + |010> - |100> + |111> [sigma1_3rd] (st=114) -> (st'=122); // Current transition (below): + |000> + |011> - |101> - |110> -> + |001> + |010> - |100> - |111> [sigma1_3rd] (st=115) -> (st'=123); // Current transition (below): + |000> - |011> + |101> + |110> -> + |001> - |010> + |100> + |111> [sigma1_3rd] (st=116) -> (st'=124); // Current transition (below): + |000> - |011> + |101> - |110> -> + |001> - |010> + |100> - |111> [sigma1_3rd] (st=117) -> (st'=125); // Current transition (below): + |000> - |011> - |101> + |110> -> + |001> - |010> - |100> + |111> [sigma1_3rd] (st=118) -> (st'=126); // Current transition (below): + |000> - |011> - |101> - |110> -> + |001> - |010> - |100> - |111> [sigma1_3rd] (st=119) -> (st'=127); // Current transition (below): + |001> + |010> + |100> + |111> -> + |000> + |011> + |101> + |110> [sigma1_3rd] (st=120) -> (st'=112); // Current transition (below): + |001> + |010> + |100> - |111> -> + |000> + |011> + |101> - |110> [sigma1_3rd] (st=121) -> (st'=113); // Current transition (below): + |001> + |010> - |100> + |111> -> + |000> + |011> - |101> + |110> [sigma1_3rd] (st=122) -> (st'=114); // Current transition (below): + |001> + |010> - |100> - |111> -> + |000> + |011> - |101> - |110> [sigma1_3rd] (st=123) -> (st'=115); // Current transition (below): + |001> - |010> + |100> + |111> -> + |000> - |011> + |101> + |110> [sigma1_3rd] (st=124) -> (st'=116); // Current transition (below): + |001> - |010> + |100> - |111> -> + |000> - |011> + |101> - |110> [sigma1_3rd] (st=125) -> (st'=117); // Current transition (below): + |001> - |010> - |100> + |111> -> + |000> - |011> - |101> + |110> [sigma1_3rd] (st=126) -> (st'=118); // Current transition (below): + |001> - |010> - |100> - |111> -> + |000> - |011> - |101> - |110> [sigma1_3rd] (st=127) -> (st'=119); // Current transition (below): + |001> + |010> + |101> + |110> -> + |000> + |011> + |100> + |111> [sigma1_3rd] (st=128) -> (st'=104); // Current transition (below): + |001> + |010> + |101> - |110> -> + |000> + |011> + |100> - |111> [sigma1_3rd] (st=129) -> (st'=105); // Current transition (below): + |001> + |010> - |101> + |110> -> + |000> + |011> - |100> + |111> [sigma1_3rd] (st=130) -> (st'=106); // Current transition (below): + |001> + |010> - |101> - |110> -> + |000> + |011> - |100> - |111> [sigma1_3rd] (st=131) -> (st'=107); // Current transition (below): + |001> - |010> + |101> + |110> -> + |000> - |011> + |100> + |111> [sigma1_3rd] (st=132) -> (st'=108); // Current transition (below): + |001> - |010> + |101> - |110> -> + |000> - |011> + |100> - |111> [sigma1_3rd] (st=133) -> (st'=109); // Current transition (below): + |001> - |010> - |101> + |110> -> + |000> - |011> - |100> + |111> [sigma1_3rd] (st=134) -> (st'=110); // Current transition (below): + |001> - |010> - |101> - |110> -> + |000> - |011> - |100> - |111> [sigma1_3rd] (st=135) -> (st'=111); // Current transition (below): + |001> + |011> + |100> + |110> -> + |000> + |010> + |101> + |111> [sigma1_3rd] (st=136) -> (st'=96); // Current transition (below): + |001> + |011> + |100> - |110> -> + |000> + |010> + |101> - |111> [sigma1_3rd] (st=137) -> (st'=97); // Current transition (below): + |001> + |011> - |100> + |110> -> + |000> + |010> - |101> + |111> [sigma1_3rd] (st=138) -> (st'=98); // Current transition (below): + |001> + |011> - |100> - |110> -> + |000> + |010> - |101> - |111> [sigma1_3rd] (st=139) -> (st'=99); // Current transition (below): + |001> - |011> + |100> + |110> -> + |000> - |010> + |101> + |111> [sigma1_3rd] (st=140) -> (st'=100); // Current transition (below): + |001> - |011> + |100> - |110> -> + |000> - |010> + |101> - |111> [sigma1_3rd] (st=141) -> (st'=101); // Current transition (below): + |001> - |011> - |100> + |110> -> + |000> - |010> - |101> + |111> [sigma1_3rd] (st=142) -> (st'=102); // Current transition (below): + |001> - |011> - |100> - |110> -> + |000> - |010> - |101> - |111> [sigma1_3rd] (st=143) -> (st'=103); // Current transition (below): + |001> + |011> + |101> + |111> -> + |000> + |010> + |100> + |110> [sigma1_3rd] (st=144) -> (st'=88); // Current transition (below): + |001> + |011> + |101> - |111> -> + |000> + |010> + |100> - |110> [sigma1_3rd] (st=145) -> (st'=89); // Current transition (below): + |001> + |011> - |101> + |111> -> + |000> + |010> - |100> + |110> [sigma1_3rd] (st=146) -> (st'=90); // Current transition (below): + |001> + |011> - |101> - |111> -> + |000> + |010> - |100> - |110> [sigma1_3rd] (st=147) -> (st'=91); // Current transition (below): + |001> - |011> + |101> + |111> -> + |000> - |010> + |100> + |110> [sigma1_3rd] (st=148) -> (st'=92); // Current transition (below): + |001> - |011> + |101> - |111> -> + |000> - |010> + |100> - |110> [sigma1_3rd] (st=149) -> (st'=93); // Current transition (below): + |001> - |011> - |101> + |111> -> + |000> - |010> - |100> + |110> [sigma1_3rd] (st=150) -> (st'=94); // Current transition (below): + |001> - |011> - |101> - |111> -> + |000> - |010> - |100> - |110> [sigma1_3rd] (st=151) -> (st'=95); // Current transition (below): + |010> + |011> + |100> + |101> -> + |010> + |011> + |100> + |101> [sigma1_3rd] (st=152) -> (st'=152); // Current transition (below): + |010> + |011> + |100> - |101> -> + |010> + |011> - |100> + |101> [sigma1_3rd] (st=153) -> (st'=154); // Current transition (below): + |010> + |011> - |100> + |101> -> + |010> + |011> + |100> - |101> [sigma1_3rd] (st=154) -> (st'=153); // Current transition (below): + |010> + |011> - |100> - |101> -> + |010> + |011> - |100> - |101> [sigma1_3rd] (st=155) -> (st'=155); // Current transition (below): + |010> - |011> + |100> + |101> -> + |010> - |011> - |100> - |101> [sigma1_3rd] (st=156) -> (st'=159); // Current transition (below): + |010> - |011> + |100> - |101> -> + |010> - |011> + |100> - |101> [sigma1_3rd] (st=157) -> (st'=157); // Current transition (below): + |010> - |011> - |100> + |101> -> + |010> - |011> - |100> + |101> [sigma1_3rd] (st=158) -> (st'=158); // Current transition (below): + |010> - |011> - |100> - |101> -> + |010> - |011> + |100> + |101> [sigma1_3rd] (st=159) -> (st'=156); // Current transition (below): + |010> + |011> + |110> + |111> -> + |010> + |011> + |110> + |111> [sigma1_3rd] (st=160) -> (st'=160); // Current transition (below): + |010> + |011> + |110> - |111> -> + |010> + |011> - |110> + |111> [sigma1_3rd] (st=161) -> (st'=162); // Current transition (below): + |010> + |011> - |110> + |111> -> + |010> + |011> + |110> - |111> [sigma1_3rd] (st=162) -> (st'=161); // Current transition (below): + |010> + |011> - |110> - |111> -> + |010> + |011> - |110> - |111> [sigma1_3rd] (st=163) -> (st'=163); // Current transition (below): + |010> - |011> + |110> + |111> -> + |010> - |011> - |110> - |111> [sigma1_3rd] (st=164) -> (st'=167); // Current transition (below): + |010> - |011> + |110> - |111> -> + |010> - |011> + |110> - |111> [sigma1_3rd] (st=165) -> (st'=165); // Current transition (below): + |010> - |011> - |110> + |111> -> + |010> - |011> - |110> + |111> [sigma1_3rd] (st=166) -> (st'=166); // Current transition (below): + |010> - |011> - |110> - |111> -> + |010> - |011> + |110> + |111> [sigma1_3rd] (st=167) -> (st'=164); // Current transition (below): + |100> + |101> + |110> + |111> -> + |100> + |101> + |110> + |111> [sigma1_3rd] (st=168) -> (st'=168); // Current transition (below): + |100> + |101> + |110> - |111> -> + |100> + |101> - |110> + |111> [sigma1_3rd] (st=169) -> (st'=170); // Current transition (below): + |100> + |101> - |110> + |111> -> + |100> + |101> + |110> - |111> [sigma1_3rd] (st=170) -> (st'=169); // Current transition (below): + |100> + |101> - |110> - |111> -> + |100> + |101> - |110> - |111> [sigma1_3rd] (st=171) -> (st'=171); // Current transition (below): + |100> - |101> + |110> + |111> -> + |100> - |101> - |110> - |111> [sigma1_3rd] (st=172) -> (st'=175); // Current transition (below): + |100> - |101> + |110> - |111> -> + |100> - |101> + |110> - |111> [sigma1_3rd] (st=173) -> (st'=173); // Current transition (below): + |100> - |101> - |110> + |111> -> + |100> - |101> - |110> + |111> [sigma1_3rd] (st=174) -> (st'=174); // Current transition (below): + |100> - |101> - |110> - |111> -> + |100> - |101> + |110> + |111> [sigma1_3rd] (st=175) -> (st'=172); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> -> + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> [sigma1_3rd] (st=176) -> (st'=176); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> -> + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> [sigma1_3rd] (st=177) -> (st'=177); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> -> + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> [sigma1_3rd] (st=178) -> (st'=181); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> -> + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> [sigma1_3rd] (st=179) -> (st'=180); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> -> + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> [sigma1_3rd] (st=180) -> (st'=179); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> -> + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> [sigma1_3rd] (st=181) -> (st'=178); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> -> + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> [sigma1_3rd] (st=182) -> (st'=182); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> -> + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> [sigma1_3rd] (st=183) -> (st'=183); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> -> + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> [sigma1_3rd] (st=184) -> (st'=193); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> -> + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> [sigma1_3rd] (st=185) -> (st'=192); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> -> + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> [sigma1_3rd] (st=186) -> (st'=196); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> -> + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> [sigma1_3rd] (st=187) -> (st'=197); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> -> + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> [sigma1_3rd] (st=188) -> (st'=194); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> -> + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> [sigma1_3rd] (st=189) -> (st'=195); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> -> + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> [sigma1_3rd] (st=190) -> (st'=199); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> -> + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> [sigma1_3rd] (st=191) -> (st'=198); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> -> + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> [sigma1_3rd] (st=192) -> (st'=185); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> -> + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> [sigma1_3rd] (st=193) -> (st'=184); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> -> + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> [sigma1_3rd] (st=194) -> (st'=188); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> -> + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> [sigma1_3rd] (st=195) -> (st'=189); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> -> + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> [sigma1_3rd] (st=196) -> (st'=186); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> -> + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> [sigma1_3rd] (st=197) -> (st'=187); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> -> + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> [sigma1_3rd] (st=198) -> (st'=191); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> -> + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> [sigma1_3rd] (st=199) -> (st'=190); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> -> + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> [sigma1_3rd] (st=200) -> (st'=200); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> -> + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> [sigma1_3rd] (st=201) -> (st'=201); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> -> + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> [sigma1_3rd] (st=202) -> (st'=205); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> -> + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> [sigma1_3rd] (st=203) -> (st'=204); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> -> + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> [sigma1_3rd] (st=204) -> (st'=203); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> -> + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> [sigma1_3rd] (st=205) -> (st'=202); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> -> + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> [sigma1_3rd] (st=206) -> (st'=206); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> -> + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> [sigma1_3rd] (st=207) -> (st'=207); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> -> + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> [sigma1_3rd] (st=208) -> (st'=238); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> -> + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> [sigma1_3rd] (st=209) -> (st'=239); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> -> + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> [sigma1_3rd] (st=210) -> (st'=235); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> -> + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> [sigma1_3rd] (st=211) -> (st'=234); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> -> + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> [sigma1_3rd] (st=212) -> (st'=237); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> -> + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> [sigma1_3rd] (st=213) -> (st'=236); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> -> + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> [sigma1_3rd] (st=214) -> (st'=232); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> -> + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> [sigma1_3rd] (st=215) -> (st'=233); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> -> + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> [sigma1_3rd] (st=216) -> (st'=223); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> -> + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> [sigma1_3rd] (st=217) -> (st'=222); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> -> + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> [sigma1_3rd] (st=218) -> (st'=218); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> -> + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> [sigma1_3rd] (st=219) -> (st'=219); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> -> + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> [sigma1_3rd] (st=220) -> (st'=220); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> -> + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> [sigma1_3rd] (st=221) -> (st'=221); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> -> + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> [sigma1_3rd] (st=222) -> (st'=217); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> -> + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> [sigma1_3rd] (st=223) -> (st'=216); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> -> + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> [sigma1_3rd] (st=224) -> (st'=231); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> -> + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> [sigma1_3rd] (st=225) -> (st'=230); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> -> + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> [sigma1_3rd] (st=226) -> (st'=226); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> -> + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> [sigma1_3rd] (st=227) -> (st'=227); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> -> + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> [sigma1_3rd] (st=228) -> (st'=228); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> -> + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> [sigma1_3rd] (st=229) -> (st'=229); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> -> + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> [sigma1_3rd] (st=230) -> (st'=225); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> -> + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> [sigma1_3rd] (st=231) -> (st'=224); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> -> + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> [sigma1_3rd] (st=232) -> (st'=214); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> -> + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> [sigma1_3rd] (st=233) -> (st'=215); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> -> + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> [sigma1_3rd] (st=234) -> (st'=211); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> -> + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> [sigma1_3rd] (st=235) -> (st'=210); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> -> + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> [sigma1_3rd] (st=236) -> (st'=213); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> -> + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> [sigma1_3rd] (st=237) -> (st'=212); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> -> + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> [sigma1_3rd] (st=238) -> (st'=208); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> -> + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> [sigma1_3rd] (st=239) -> (st'=209); // Current transition (below): + |000> -> + |001> [sigma2_3rd] (st=0) -> (st'=1); // Current transition (below): + |001> -> + |000> [sigma2_3rd] (st=1) -> (st'=0); // Current transition (below): + |010> -> + |011> [sigma2_3rd] (st=2) -> (st'=3); // Current transition (below): + |011> -> + |010> [sigma2_3rd] (st=3) -> (st'=2); // Current transition (below): + |100> -> + |101> [sigma2_3rd] (st=4) -> (st'=5); // Current transition (below): + |101> -> + |100> [sigma2_3rd] (st=5) -> (st'=4); // Current transition (below): + |110> -> + |111> [sigma2_3rd] (st=6) -> (st'=7); // Current transition (below): + |111> -> + |110> [sigma2_3rd] (st=7) -> (st'=6); // Current transition (below): + |000> + |001> -> + |000> - |001> [sigma2_3rd] (st=8) -> (st'=9); // Current transition (below): + |000> - |001> -> + |000> + |001> [sigma2_3rd] (st=9) -> (st'=8); // Current transition (below): + |000> + |010> -> + |001> + |011> [sigma2_3rd] (st=10) -> (st'=24); // Current transition (below): + |000> - |010> -> + |001> - |011> [sigma2_3rd] (st=11) -> (st'=25); // Current transition (below): + |000> + |011> -> + |001> - |010> [sigma2_3rd] (st=12) -> (st'=23); // Current transition (below): + |000> - |011> -> + |001> + |010> [sigma2_3rd] (st=13) -> (st'=22); // Current transition (below): + |000> + |100> -> + |001> + |101> [sigma2_3rd] (st=14) -> (st'=28); // Current transition (below): + |000> - |100> -> + |001> - |101> [sigma2_3rd] (st=15) -> (st'=29); // Current transition (below): + |000> + |101> -> + |001> - |100> [sigma2_3rd] (st=16) -> (st'=27); // Current transition (below): + |000> - |101> -> + |001> + |100> [sigma2_3rd] (st=17) -> (st'=26); // Current transition (below): + |000> + |110> -> + |001> + |111> [sigma2_3rd] (st=18) -> (st'=32); // Current transition (below): + |000> - |110> -> + |001> - |111> [sigma2_3rd] (st=19) -> (st'=33); // Current transition (below): + |000> + |111> -> + |001> - |110> [sigma2_3rd] (st=20) -> (st'=31); // Current transition (below): + |000> - |111> -> + |001> + |110> [sigma2_3rd] (st=21) -> (st'=30); // Current transition (below): + |001> + |010> -> + |000> - |011> [sigma2_3rd] (st=22) -> (st'=13); // Current transition (below): + |001> - |010> -> + |000> + |011> [sigma2_3rd] (st=23) -> (st'=12); // Current transition (below): + |001> + |011> -> + |000> + |010> [sigma2_3rd] (st=24) -> (st'=10); // Current transition (below): + |001> - |011> -> + |000> - |010> [sigma2_3rd] (st=25) -> (st'=11); // Current transition (below): + |001> + |100> -> + |000> - |101> [sigma2_3rd] (st=26) -> (st'=17); // Current transition (below): + |001> - |100> -> + |000> + |101> [sigma2_3rd] (st=27) -> (st'=16); // Current transition (below): + |001> + |101> -> + |000> + |100> [sigma2_3rd] (st=28) -> (st'=14); // Current transition (below): + |001> - |101> -> + |000> - |100> [sigma2_3rd] (st=29) -> (st'=15); // Current transition (below): + |001> + |110> -> + |000> - |111> [sigma2_3rd] (st=30) -> (st'=21); // Current transition (below): + |001> - |110> -> + |000> + |111> [sigma2_3rd] (st=31) -> (st'=20); // Current transition (below): + |001> + |111> -> + |000> + |110> [sigma2_3rd] (st=32) -> (st'=18); // Current transition (below): + |001> - |111> -> + |000> - |110> [sigma2_3rd] (st=33) -> (st'=19); // Current transition (below): + |010> + |011> -> + |010> - |011> [sigma2_3rd] (st=34) -> (st'=35); // Current transition (below): + |010> - |011> -> + |010> + |011> [sigma2_3rd] (st=35) -> (st'=34); // Current transition (below): + |010> + |100> -> + |011> + |101> [sigma2_3rd] (st=36) -> (st'=46); // Current transition (below): + |010> - |100> -> + |011> - |101> [sigma2_3rd] (st=37) -> (st'=47); // Current transition (below): + |010> + |101> -> + |011> - |100> [sigma2_3rd] (st=38) -> (st'=45); // Current transition (below): + |010> - |101> -> + |011> + |100> [sigma2_3rd] (st=39) -> (st'=44); // Current transition (below): + |010> + |110> -> + |011> + |111> [sigma2_3rd] (st=40) -> (st'=50); // Current transition (below): + |010> - |110> -> + |011> - |111> [sigma2_3rd] (st=41) -> (st'=51); // Current transition (below): + |010> + |111> -> + |011> - |110> [sigma2_3rd] (st=42) -> (st'=49); // Current transition (below): + |010> - |111> -> + |011> + |110> [sigma2_3rd] (st=43) -> (st'=48); // Current transition (below): + |011> + |100> -> + |010> - |101> [sigma2_3rd] (st=44) -> (st'=39); // Current transition (below): + |011> - |100> -> + |010> + |101> [sigma2_3rd] (st=45) -> (st'=38); // Current transition (below): + |011> + |101> -> + |010> + |100> [sigma2_3rd] (st=46) -> (st'=36); // Current transition (below): + |011> - |101> -> + |010> - |100> [sigma2_3rd] (st=47) -> (st'=37); // Current transition (below): + |011> + |110> -> + |010> - |111> [sigma2_3rd] (st=48) -> (st'=43); // Current transition (below): + |011> - |110> -> + |010> + |111> [sigma2_3rd] (st=49) -> (st'=42); // Current transition (below): + |011> + |111> -> + |010> + |110> [sigma2_3rd] (st=50) -> (st'=40); // Current transition (below): + |011> - |111> -> + |010> - |110> [sigma2_3rd] (st=51) -> (st'=41); // Current transition (below): + |100> + |101> -> + |100> - |101> [sigma2_3rd] (st=52) -> (st'=53); // Current transition (below): + |100> - |101> -> + |100> + |101> [sigma2_3rd] (st=53) -> (st'=52); // Current transition (below): + |100> + |110> -> + |101> + |111> [sigma2_3rd] (st=54) -> (st'=60); // Current transition (below): + |100> - |110> -> + |101> - |111> [sigma2_3rd] (st=55) -> (st'=61); // Current transition (below): + |100> + |111> -> + |101> - |110> [sigma2_3rd] (st=56) -> (st'=59); // Current transition (below): + |100> - |111> -> + |101> + |110> [sigma2_3rd] (st=57) -> (st'=58); // Current transition (below): + |101> + |110> -> + |100> - |111> [sigma2_3rd] (st=58) -> (st'=57); // Current transition (below): + |101> - |110> -> + |100> + |111> [sigma2_3rd] (st=59) -> (st'=56); // Current transition (below): + |101> + |111> -> + |100> + |110> [sigma2_3rd] (st=60) -> (st'=54); // Current transition (below): + |101> - |111> -> + |100> - |110> [sigma2_3rd] (st=61) -> (st'=55); // Current transition (below): + |110> + |111> -> + |110> - |111> [sigma2_3rd] (st=62) -> (st'=63); // Current transition (below): + |110> - |111> -> + |110> + |111> [sigma2_3rd] (st=63) -> (st'=62); // Current transition (below): + |000> + |001> + |010> + |011> -> + |000> - |001> + |010> - |011> [sigma2_3rd] (st=64) -> (st'=69); // Current transition (below): + |000> + |001> + |010> - |011> -> + |000> - |001> - |010> - |011> [sigma2_3rd] (st=65) -> (st'=71); // Current transition (below): + |000> + |001> - |010> + |011> -> + |000> - |001> + |010> + |011> [sigma2_3rd] (st=66) -> (st'=68); // Current transition (below): + |000> + |001> - |010> - |011> -> + |000> - |001> - |010> + |011> [sigma2_3rd] (st=67) -> (st'=70); // Current transition (below): + |000> - |001> + |010> + |011> -> + |000> + |001> - |010> + |011> [sigma2_3rd] (st=68) -> (st'=66); // Current transition (below): + |000> - |001> + |010> - |011> -> + |000> + |001> + |010> + |011> [sigma2_3rd] (st=69) -> (st'=64); // Current transition (below): + |000> - |001> - |010> + |011> -> + |000> + |001> - |010> - |011> [sigma2_3rd] (st=70) -> (st'=67); // Current transition (below): + |000> - |001> - |010> - |011> -> + |000> + |001> + |010> - |011> [sigma2_3rd] (st=71) -> (st'=65); // Current transition (below): + |000> + |001> + |100> + |101> -> + |000> - |001> + |100> - |101> [sigma2_3rd] (st=72) -> (st'=77); // Current transition (below): + |000> + |001> + |100> - |101> -> + |000> - |001> - |100> - |101> [sigma2_3rd] (st=73) -> (st'=79); // Current transition (below): + |000> + |001> - |100> + |101> -> + |000> - |001> + |100> + |101> [sigma2_3rd] (st=74) -> (st'=76); // Current transition (below): + |000> + |001> - |100> - |101> -> + |000> - |001> - |100> + |101> [sigma2_3rd] (st=75) -> (st'=78); // Current transition (below): + |000> - |001> + |100> + |101> -> + |000> + |001> - |100> + |101> [sigma2_3rd] (st=76) -> (st'=74); // Current transition (below): + |000> - |001> + |100> - |101> -> + |000> + |001> + |100> + |101> [sigma2_3rd] (st=77) -> (st'=72); // Current transition (below): + |000> - |001> - |100> + |101> -> + |000> + |001> - |100> - |101> [sigma2_3rd] (st=78) -> (st'=75); // Current transition (below): + |000> - |001> - |100> - |101> -> + |000> + |001> + |100> - |101> [sigma2_3rd] (st=79) -> (st'=73); // Current transition (below): + |000> + |001> + |110> + |111> -> + |000> - |001> + |110> - |111> [sigma2_3rd] (st=80) -> (st'=85); // Current transition (below): + |000> + |001> + |110> - |111> -> + |000> - |001> - |110> - |111> [sigma2_3rd] (st=81) -> (st'=87); // Current transition (below): + |000> + |001> - |110> + |111> -> + |000> - |001> + |110> + |111> [sigma2_3rd] (st=82) -> (st'=84); // Current transition (below): + |000> + |001> - |110> - |111> -> + |000> - |001> - |110> + |111> [sigma2_3rd] (st=83) -> (st'=86); // Current transition (below): + |000> - |001> + |110> + |111> -> + |000> + |001> - |110> + |111> [sigma2_3rd] (st=84) -> (st'=82); // Current transition (below): + |000> - |001> + |110> - |111> -> + |000> + |001> + |110> + |111> [sigma2_3rd] (st=85) -> (st'=80); // Current transition (below): + |000> - |001> - |110> + |111> -> + |000> + |001> - |110> - |111> [sigma2_3rd] (st=86) -> (st'=83); // Current transition (below): + |000> - |001> - |110> - |111> -> + |000> + |001> + |110> - |111> [sigma2_3rd] (st=87) -> (st'=81); // Current transition (below): + |000> + |010> + |100> + |110> -> + |001> + |011> + |101> + |111> [sigma2_3rd] (st=88) -> (st'=144); // Current transition (below): + |000> + |010> + |100> - |110> -> + |001> + |011> + |101> - |111> [sigma2_3rd] (st=89) -> (st'=145); // Current transition (below): + |000> + |010> - |100> + |110> -> + |001> + |011> - |101> + |111> [sigma2_3rd] (st=90) -> (st'=146); // Current transition (below): + |000> + |010> - |100> - |110> -> + |001> + |011> - |101> - |111> [sigma2_3rd] (st=91) -> (st'=147); // Current transition (below): + |000> - |010> + |100> + |110> -> + |001> - |011> + |101> + |111> [sigma2_3rd] (st=92) -> (st'=148); // Current transition (below): + |000> - |010> + |100> - |110> -> + |001> - |011> + |101> - |111> [sigma2_3rd] (st=93) -> (st'=149); // Current transition (below): + |000> - |010> - |100> + |110> -> + |001> - |011> - |101> + |111> [sigma2_3rd] (st=94) -> (st'=150); // Current transition (below): + |000> - |010> - |100> - |110> -> + |001> - |011> - |101> - |111> [sigma2_3rd] (st=95) -> (st'=151); // Current transition (below): + |000> + |010> + |101> + |111> -> + |001> + |011> - |100> - |110> [sigma2_3rd] (st=96) -> (st'=139); // Current transition (below): + |000> + |010> + |101> - |111> -> + |001> + |011> - |100> + |110> [sigma2_3rd] (st=97) -> (st'=138); // Current transition (below): + |000> + |010> - |101> + |111> -> + |001> + |011> + |100> - |110> [sigma2_3rd] (st=98) -> (st'=137); // Current transition (below): + |000> + |010> - |101> - |111> -> + |001> + |011> + |100> + |110> [sigma2_3rd] (st=99) -> (st'=136); // Current transition (below): + |000> - |010> + |101> + |111> -> + |001> - |011> - |100> - |110> [sigma2_3rd] (st=100) -> (st'=143); // Current transition (below): + |000> - |010> + |101> - |111> -> + |001> - |011> - |100> + |110> [sigma2_3rd] (st=101) -> (st'=142); // Current transition (below): + |000> - |010> - |101> + |111> -> + |001> - |011> + |100> - |110> [sigma2_3rd] (st=102) -> (st'=141); // Current transition (below): + |000> - |010> - |101> - |111> -> + |001> - |011> + |100> + |110> [sigma2_3rd] (st=103) -> (st'=140); // Current transition (below): + |000> + |011> + |100> + |111> -> + |001> - |010> + |101> - |110> [sigma2_3rd] (st=104) -> (st'=133); // Current transition (below): + |000> + |011> + |100> - |111> -> + |001> - |010> + |101> + |110> [sigma2_3rd] (st=105) -> (st'=132); // Current transition (below): + |000> + |011> - |100> + |111> -> + |001> - |010> - |101> - |110> [sigma2_3rd] (st=106) -> (st'=135); // Current transition (below): + |000> + |011> - |100> - |111> -> + |001> - |010> - |101> + |110> [sigma2_3rd] (st=107) -> (st'=134); // Current transition (below): + |000> - |011> + |100> + |111> -> + |001> + |010> + |101> - |110> [sigma2_3rd] (st=108) -> (st'=129); // Current transition (below): + |000> - |011> + |100> - |111> -> + |001> + |010> + |101> + |110> [sigma2_3rd] (st=109) -> (st'=128); // Current transition (below): + |000> - |011> - |100> + |111> -> + |001> + |010> - |101> - |110> [sigma2_3rd] (st=110) -> (st'=131); // Current transition (below): + |000> - |011> - |100> - |111> -> + |001> + |010> - |101> + |110> [sigma2_3rd] (st=111) -> (st'=130); // Current transition (below): + |000> + |011> + |101> + |110> -> + |001> - |010> - |100> + |111> [sigma2_3rd] (st=112) -> (st'=126); // Current transition (below): + |000> + |011> + |101> - |110> -> + |001> - |010> - |100> - |111> [sigma2_3rd] (st=113) -> (st'=127); // Current transition (below): + |000> + |011> - |101> + |110> -> + |001> - |010> + |100> + |111> [sigma2_3rd] (st=114) -> (st'=124); // Current transition (below): + |000> + |011> - |101> - |110> -> + |001> - |010> + |100> - |111> [sigma2_3rd] (st=115) -> (st'=125); // Current transition (below): + |000> - |011> + |101> + |110> -> + |001> + |010> - |100> + |111> [sigma2_3rd] (st=116) -> (st'=122); // Current transition (below): + |000> - |011> + |101> - |110> -> + |001> + |010> - |100> - |111> [sigma2_3rd] (st=117) -> (st'=123); // Current transition (below): + |000> - |011> - |101> + |110> -> + |001> + |010> + |100> + |111> [sigma2_3rd] (st=118) -> (st'=120); // Current transition (below): + |000> - |011> - |101> - |110> -> + |001> + |010> + |100> - |111> [sigma2_3rd] (st=119) -> (st'=121); // Current transition (below): + |001> + |010> + |100> + |111> -> + |000> - |011> - |101> + |110> [sigma2_3rd] (st=120) -> (st'=118); // Current transition (below): + |001> + |010> + |100> - |111> -> + |000> - |011> - |101> - |110> [sigma2_3rd] (st=121) -> (st'=119); // Current transition (below): + |001> + |010> - |100> + |111> -> + |000> - |011> + |101> + |110> [sigma2_3rd] (st=122) -> (st'=116); // Current transition (below): + |001> + |010> - |100> - |111> -> + |000> - |011> + |101> - |110> [sigma2_3rd] (st=123) -> (st'=117); // Current transition (below): + |001> - |010> + |100> + |111> -> + |000> + |011> - |101> + |110> [sigma2_3rd] (st=124) -> (st'=114); // Current transition (below): + |001> - |010> + |100> - |111> -> + |000> + |011> - |101> - |110> [sigma2_3rd] (st=125) -> (st'=115); // Current transition (below): + |001> - |010> - |100> + |111> -> + |000> + |011> + |101> + |110> [sigma2_3rd] (st=126) -> (st'=112); // Current transition (below): + |001> - |010> - |100> - |111> -> + |000> + |011> + |101> - |110> [sigma2_3rd] (st=127) -> (st'=113); // Current transition (below): + |001> + |010> + |101> + |110> -> + |000> - |011> + |100> - |111> [sigma2_3rd] (st=128) -> (st'=109); // Current transition (below): + |001> + |010> + |101> - |110> -> + |000> - |011> + |100> + |111> [sigma2_3rd] (st=129) -> (st'=108); // Current transition (below): + |001> + |010> - |101> + |110> -> + |000> - |011> - |100> - |111> [sigma2_3rd] (st=130) -> (st'=111); // Current transition (below): + |001> + |010> - |101> - |110> -> + |000> - |011> - |100> + |111> [sigma2_3rd] (st=131) -> (st'=110); // Current transition (below): + |001> - |010> + |101> + |110> -> + |000> + |011> + |100> - |111> [sigma2_3rd] (st=132) -> (st'=105); // Current transition (below): + |001> - |010> + |101> - |110> -> + |000> + |011> + |100> + |111> [sigma2_3rd] (st=133) -> (st'=104); // Current transition (below): + |001> - |010> - |101> + |110> -> + |000> + |011> - |100> - |111> [sigma2_3rd] (st=134) -> (st'=107); // Current transition (below): + |001> - |010> - |101> - |110> -> + |000> + |011> - |100> + |111> [sigma2_3rd] (st=135) -> (st'=106); // Current transition (below): + |001> + |011> + |100> + |110> -> + |000> + |010> - |101> - |111> [sigma2_3rd] (st=136) -> (st'=99); // Current transition (below): + |001> + |011> + |100> - |110> -> + |000> + |010> - |101> + |111> [sigma2_3rd] (st=137) -> (st'=98); // Current transition (below): + |001> + |011> - |100> + |110> -> + |000> + |010> + |101> - |111> [sigma2_3rd] (st=138) -> (st'=97); // Current transition (below): + |001> + |011> - |100> - |110> -> + |000> + |010> + |101> + |111> [sigma2_3rd] (st=139) -> (st'=96); // Current transition (below): + |001> - |011> + |100> + |110> -> + |000> - |010> - |101> - |111> [sigma2_3rd] (st=140) -> (st'=103); // Current transition (below): + |001> - |011> + |100> - |110> -> + |000> - |010> - |101> + |111> [sigma2_3rd] (st=141) -> (st'=102); // Current transition (below): + |001> - |011> - |100> + |110> -> + |000> - |010> + |101> - |111> [sigma2_3rd] (st=142) -> (st'=101); // Current transition (below): + |001> - |011> - |100> - |110> -> + |000> - |010> + |101> + |111> [sigma2_3rd] (st=143) -> (st'=100); // Current transition (below): + |001> + |011> + |101> + |111> -> + |000> + |010> + |100> + |110> [sigma2_3rd] (st=144) -> (st'=88); // Current transition (below): + |001> + |011> + |101> - |111> -> + |000> + |010> + |100> - |110> [sigma2_3rd] (st=145) -> (st'=89); // Current transition (below): + |001> + |011> - |101> + |111> -> + |000> + |010> - |100> + |110> [sigma2_3rd] (st=146) -> (st'=90); // Current transition (below): + |001> + |011> - |101> - |111> -> + |000> + |010> - |100> - |110> [sigma2_3rd] (st=147) -> (st'=91); // Current transition (below): + |001> - |011> + |101> + |111> -> + |000> - |010> + |100> + |110> [sigma2_3rd] (st=148) -> (st'=92); // Current transition (below): + |001> - |011> + |101> - |111> -> + |000> - |010> + |100> - |110> [sigma2_3rd] (st=149) -> (st'=93); // Current transition (below): + |001> - |011> - |101> + |111> -> + |000> - |010> - |100> + |110> [sigma2_3rd] (st=150) -> (st'=94); // Current transition (below): + |001> - |011> - |101> - |111> -> + |000> - |010> - |100> - |110> [sigma2_3rd] (st=151) -> (st'=95); // Current transition (below): + |010> + |011> + |100> + |101> -> + |010> - |011> + |100> - |101> [sigma2_3rd] (st=152) -> (st'=157); // Current transition (below): + |010> + |011> + |100> - |101> -> + |010> - |011> - |100> - |101> [sigma2_3rd] (st=153) -> (st'=159); // Current transition (below): + |010> + |011> - |100> + |101> -> + |010> - |011> + |100> + |101> [sigma2_3rd] (st=154) -> (st'=156); // Current transition (below): + |010> + |011> - |100> - |101> -> + |010> - |011> - |100> + |101> [sigma2_3rd] (st=155) -> (st'=158); // Current transition (below): + |010> - |011> + |100> + |101> -> + |010> + |011> - |100> + |101> [sigma2_3rd] (st=156) -> (st'=154); // Current transition (below): + |010> - |011> + |100> - |101> -> + |010> + |011> + |100> + |101> [sigma2_3rd] (st=157) -> (st'=152); // Current transition (below): + |010> - |011> - |100> + |101> -> + |010> + |011> - |100> - |101> [sigma2_3rd] (st=158) -> (st'=155); // Current transition (below): + |010> - |011> - |100> - |101> -> + |010> + |011> + |100> - |101> [sigma2_3rd] (st=159) -> (st'=153); // Current transition (below): + |010> + |011> + |110> + |111> -> + |010> - |011> + |110> - |111> [sigma2_3rd] (st=160) -> (st'=165); // Current transition (below): + |010> + |011> + |110> - |111> -> + |010> - |011> - |110> - |111> [sigma2_3rd] (st=161) -> (st'=167); // Current transition (below): + |010> + |011> - |110> + |111> -> + |010> - |011> + |110> + |111> [sigma2_3rd] (st=162) -> (st'=164); // Current transition (below): + |010> + |011> - |110> - |111> -> + |010> - |011> - |110> + |111> [sigma2_3rd] (st=163) -> (st'=166); // Current transition (below): + |010> - |011> + |110> + |111> -> + |010> + |011> - |110> + |111> [sigma2_3rd] (st=164) -> (st'=162); // Current transition (below): + |010> - |011> + |110> - |111> -> + |010> + |011> + |110> + |111> [sigma2_3rd] (st=165) -> (st'=160); // Current transition (below): + |010> - |011> - |110> + |111> -> + |010> + |011> - |110> - |111> [sigma2_3rd] (st=166) -> (st'=163); // Current transition (below): + |010> - |011> - |110> - |111> -> + |010> + |011> + |110> - |111> [sigma2_3rd] (st=167) -> (st'=161); // Current transition (below): + |100> + |101> + |110> + |111> -> + |100> - |101> + |110> - |111> [sigma2_3rd] (st=168) -> (st'=173); // Current transition (below): + |100> + |101> + |110> - |111> -> + |100> - |101> - |110> - |111> [sigma2_3rd] (st=169) -> (st'=175); // Current transition (below): + |100> + |101> - |110> + |111> -> + |100> - |101> + |110> + |111> [sigma2_3rd] (st=170) -> (st'=172); // Current transition (below): + |100> + |101> - |110> - |111> -> + |100> - |101> - |110> + |111> [sigma2_3rd] (st=171) -> (st'=174); // Current transition (below): + |100> - |101> + |110> + |111> -> + |100> + |101> - |110> + |111> [sigma2_3rd] (st=172) -> (st'=170); // Current transition (below): + |100> - |101> + |110> - |111> -> + |100> + |101> + |110> + |111> [sigma2_3rd] (st=173) -> (st'=168); // Current transition (below): + |100> - |101> - |110> + |111> -> + |100> + |101> - |110> - |111> [sigma2_3rd] (st=174) -> (st'=171); // Current transition (below): + |100> - |101> - |110> - |111> -> + |100> + |101> + |110> - |111> [sigma2_3rd] (st=175) -> (st'=169); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> -> + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> [sigma2_3rd] (st=176) -> (st'=218); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> -> + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> [sigma2_3rd] (st=177) -> (st'=219); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> -> + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> [sigma2_3rd] (st=178) -> (st'=223); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> -> + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> [sigma2_3rd] (st=179) -> (st'=222); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> -> + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> [sigma2_3rd] (st=180) -> (st'=217); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> -> + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> [sigma2_3rd] (st=181) -> (st'=216); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> -> + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> [sigma2_3rd] (st=182) -> (st'=220); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> -> + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> [sigma2_3rd] (st=183) -> (st'=221); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> -> + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> [sigma2_3rd] (st=184) -> (st'=235); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> -> + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> [sigma2_3rd] (st=185) -> (st'=234); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> -> + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> [sigma2_3rd] (st=186) -> (st'=238); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> -> + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> [sigma2_3rd] (st=187) -> (st'=239); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> -> + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> [sigma2_3rd] (st=188) -> (st'=232); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> -> + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> [sigma2_3rd] (st=189) -> (st'=233); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> -> + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> [sigma2_3rd] (st=190) -> (st'=237); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> -> + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> [sigma2_3rd] (st=191) -> (st'=236); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> -> + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> [sigma2_3rd] (st=192) -> (st'=211); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> -> + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> [sigma2_3rd] (st=193) -> (st'=210); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> -> + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> [sigma2_3rd] (st=194) -> (st'=214); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> -> + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> [sigma2_3rd] (st=195) -> (st'=215); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> -> + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> [sigma2_3rd] (st=196) -> (st'=208); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> -> + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> [sigma2_3rd] (st=197) -> (st'=209); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> -> + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> [sigma2_3rd] (st=198) -> (st'=213); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> -> + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> [sigma2_3rd] (st=199) -> (st'=212); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> -> + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> [sigma2_3rd] (st=200) -> (st'=226); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> -> + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> [sigma2_3rd] (st=201) -> (st'=227); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> -> + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> [sigma2_3rd] (st=202) -> (st'=231); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> -> + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> [sigma2_3rd] (st=203) -> (st'=230); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> -> + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> [sigma2_3rd] (st=204) -> (st'=225); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> -> + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> [sigma2_3rd] (st=205) -> (st'=224); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> -> + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> [sigma2_3rd] (st=206) -> (st'=228); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> -> + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> [sigma2_3rd] (st=207) -> (st'=229); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> -> + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> [sigma2_3rd] (st=208) -> (st'=196); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> -> + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> [sigma2_3rd] (st=209) -> (st'=197); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> -> + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> [sigma2_3rd] (st=210) -> (st'=193); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> -> + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> [sigma2_3rd] (st=211) -> (st'=192); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> -> + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> [sigma2_3rd] (st=212) -> (st'=199); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> -> + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> [sigma2_3rd] (st=213) -> (st'=198); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> -> + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> [sigma2_3rd] (st=214) -> (st'=194); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> -> + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> [sigma2_3rd] (st=215) -> (st'=195); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> -> + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> [sigma2_3rd] (st=216) -> (st'=181); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> -> + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> [sigma2_3rd] (st=217) -> (st'=180); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> -> + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> [sigma2_3rd] (st=218) -> (st'=176); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> -> + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> [sigma2_3rd] (st=219) -> (st'=177); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> -> + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> [sigma2_3rd] (st=220) -> (st'=182); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> -> + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> [sigma2_3rd] (st=221) -> (st'=183); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> -> + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> [sigma2_3rd] (st=222) -> (st'=179); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> -> + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> [sigma2_3rd] (st=223) -> (st'=178); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> -> + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> [sigma2_3rd] (st=224) -> (st'=205); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> -> + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> [sigma2_3rd] (st=225) -> (st'=204); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> -> + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> [sigma2_3rd] (st=226) -> (st'=200); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> -> + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> [sigma2_3rd] (st=227) -> (st'=201); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> -> + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> [sigma2_3rd] (st=228) -> (st'=206); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> -> + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> [sigma2_3rd] (st=229) -> (st'=207); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> -> + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> [sigma2_3rd] (st=230) -> (st'=203); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> -> + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> [sigma2_3rd] (st=231) -> (st'=202); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> -> + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> [sigma2_3rd] (st=232) -> (st'=188); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> -> + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> [sigma2_3rd] (st=233) -> (st'=189); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> -> + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> [sigma2_3rd] (st=234) -> (st'=185); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> -> + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> [sigma2_3rd] (st=235) -> (st'=184); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> -> + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> [sigma2_3rd] (st=236) -> (st'=191); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> -> + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> [sigma2_3rd] (st=237) -> (st'=190); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> -> + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> [sigma2_3rd] (st=238) -> (st'=186); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> -> + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> [sigma2_3rd] (st=239) -> (st'=187); // Current transition (below): + |000> -> + |000> [sigma3_3rd] (st=0) -> (st'=0); // Current transition (below): + |001> -> + |001> [sigma3_3rd] (st=1) -> (st'=1); // Current transition (below): + |010> -> + |010> [sigma3_3rd] (st=2) -> (st'=2); // Current transition (below): + |011> -> + |011> [sigma3_3rd] (st=3) -> (st'=3); // Current transition (below): + |100> -> + |100> [sigma3_3rd] (st=4) -> (st'=4); // Current transition (below): + |101> -> + |101> [sigma3_3rd] (st=5) -> (st'=5); // Current transition (below): + |110> -> + |110> [sigma3_3rd] (st=6) -> (st'=6); // Current transition (below): + |111> -> + |111> [sigma3_3rd] (st=7) -> (st'=7); // Current transition (below): + |000> + |001> -> + |000> - |001> [sigma3_3rd] (st=8) -> (st'=9); // Current transition (below): + |000> - |001> -> + |000> + |001> [sigma3_3rd] (st=9) -> (st'=8); // Current transition (below): + |000> + |010> -> + |000> + |010> [sigma3_3rd] (st=10) -> (st'=10); // Current transition (below): + |000> - |010> -> + |000> - |010> [sigma3_3rd] (st=11) -> (st'=11); // Current transition (below): + |000> + |011> -> + |000> - |011> [sigma3_3rd] (st=12) -> (st'=13); // Current transition (below): + |000> - |011> -> + |000> + |011> [sigma3_3rd] (st=13) -> (st'=12); // Current transition (below): + |000> + |100> -> + |000> + |100> [sigma3_3rd] (st=14) -> (st'=14); // Current transition (below): + |000> - |100> -> + |000> - |100> [sigma3_3rd] (st=15) -> (st'=15); // Current transition (below): + |000> + |101> -> + |000> - |101> [sigma3_3rd] (st=16) -> (st'=17); // Current transition (below): + |000> - |101> -> + |000> + |101> [sigma3_3rd] (st=17) -> (st'=16); // Current transition (below): + |000> + |110> -> + |000> + |110> [sigma3_3rd] (st=18) -> (st'=18); // Current transition (below): + |000> - |110> -> + |000> - |110> [sigma3_3rd] (st=19) -> (st'=19); // Current transition (below): + |000> + |111> -> + |000> - |111> [sigma3_3rd] (st=20) -> (st'=21); // Current transition (below): + |000> - |111> -> + |000> + |111> [sigma3_3rd] (st=21) -> (st'=20); // Current transition (below): + |001> + |010> -> + |001> - |010> [sigma3_3rd] (st=22) -> (st'=23); // Current transition (below): + |001> - |010> -> + |001> + |010> [sigma3_3rd] (st=23) -> (st'=22); // Current transition (below): + |001> + |011> -> + |001> + |011> [sigma3_3rd] (st=24) -> (st'=24); // Current transition (below): + |001> - |011> -> + |001> - |011> [sigma3_3rd] (st=25) -> (st'=25); // Current transition (below): + |001> + |100> -> + |001> - |100> [sigma3_3rd] (st=26) -> (st'=27); // Current transition (below): + |001> - |100> -> + |001> + |100> [sigma3_3rd] (st=27) -> (st'=26); // Current transition (below): + |001> + |101> -> + |001> + |101> [sigma3_3rd] (st=28) -> (st'=28); // Current transition (below): + |001> - |101> -> + |001> - |101> [sigma3_3rd] (st=29) -> (st'=29); // Current transition (below): + |001> + |110> -> + |001> - |110> [sigma3_3rd] (st=30) -> (st'=31); // Current transition (below): + |001> - |110> -> + |001> + |110> [sigma3_3rd] (st=31) -> (st'=30); // Current transition (below): + |001> + |111> -> + |001> + |111> [sigma3_3rd] (st=32) -> (st'=32); // Current transition (below): + |001> - |111> -> + |001> - |111> [sigma3_3rd] (st=33) -> (st'=33); // Current transition (below): + |010> + |011> -> + |010> - |011> [sigma3_3rd] (st=34) -> (st'=35); // Current transition (below): + |010> - |011> -> + |010> + |011> [sigma3_3rd] (st=35) -> (st'=34); // Current transition (below): + |010> + |100> -> + |010> + |100> [sigma3_3rd] (st=36) -> (st'=36); // Current transition (below): + |010> - |100> -> + |010> - |100> [sigma3_3rd] (st=37) -> (st'=37); // Current transition (below): + |010> + |101> -> + |010> - |101> [sigma3_3rd] (st=38) -> (st'=39); // Current transition (below): + |010> - |101> -> + |010> + |101> [sigma3_3rd] (st=39) -> (st'=38); // Current transition (below): + |010> + |110> -> + |010> + |110> [sigma3_3rd] (st=40) -> (st'=40); // Current transition (below): + |010> - |110> -> + |010> - |110> [sigma3_3rd] (st=41) -> (st'=41); // Current transition (below): + |010> + |111> -> + |010> - |111> [sigma3_3rd] (st=42) -> (st'=43); // Current transition (below): + |010> - |111> -> + |010> + |111> [sigma3_3rd] (st=43) -> (st'=42); // Current transition (below): + |011> + |100> -> + |011> - |100> [sigma3_3rd] (st=44) -> (st'=45); // Current transition (below): + |011> - |100> -> + |011> + |100> [sigma3_3rd] (st=45) -> (st'=44); // Current transition (below): + |011> + |101> -> + |011> + |101> [sigma3_3rd] (st=46) -> (st'=46); // Current transition (below): + |011> - |101> -> + |011> - |101> [sigma3_3rd] (st=47) -> (st'=47); // Current transition (below): + |011> + |110> -> + |011> - |110> [sigma3_3rd] (st=48) -> (st'=49); // Current transition (below): + |011> - |110> -> + |011> + |110> [sigma3_3rd] (st=49) -> (st'=48); // Current transition (below): + |011> + |111> -> + |011> + |111> [sigma3_3rd] (st=50) -> (st'=50); // Current transition (below): + |011> - |111> -> + |011> - |111> [sigma3_3rd] (st=51) -> (st'=51); // Current transition (below): + |100> + |101> -> + |100> - |101> [sigma3_3rd] (st=52) -> (st'=53); // Current transition (below): + |100> - |101> -> + |100> + |101> [sigma3_3rd] (st=53) -> (st'=52); // Current transition (below): + |100> + |110> -> + |100> + |110> [sigma3_3rd] (st=54) -> (st'=54); // Current transition (below): + |100> - |110> -> + |100> - |110> [sigma3_3rd] (st=55) -> (st'=55); // Current transition (below): + |100> + |111> -> + |100> - |111> [sigma3_3rd] (st=56) -> (st'=57); // Current transition (below): + |100> - |111> -> + |100> + |111> [sigma3_3rd] (st=57) -> (st'=56); // Current transition (below): + |101> + |110> -> + |101> - |110> [sigma3_3rd] (st=58) -> (st'=59); // Current transition (below): + |101> - |110> -> + |101> + |110> [sigma3_3rd] (st=59) -> (st'=58); // Current transition (below): + |101> + |111> -> + |101> + |111> [sigma3_3rd] (st=60) -> (st'=60); // Current transition (below): + |101> - |111> -> + |101> - |111> [sigma3_3rd] (st=61) -> (st'=61); // Current transition (below): + |110> + |111> -> + |110> - |111> [sigma3_3rd] (st=62) -> (st'=63); // Current transition (below): + |110> - |111> -> + |110> + |111> [sigma3_3rd] (st=63) -> (st'=62); // Current transition (below): + |000> + |001> + |010> + |011> -> + |000> - |001> + |010> - |011> [sigma3_3rd] (st=64) -> (st'=69); // Current transition (below): + |000> + |001> + |010> - |011> -> + |000> - |001> + |010> + |011> [sigma3_3rd] (st=65) -> (st'=68); // Current transition (below): + |000> + |001> - |010> + |011> -> + |000> - |001> - |010> - |011> [sigma3_3rd] (st=66) -> (st'=71); // Current transition (below): + |000> + |001> - |010> - |011> -> + |000> - |001> - |010> + |011> [sigma3_3rd] (st=67) -> (st'=70); // Current transition (below): + |000> - |001> + |010> + |011> -> + |000> + |001> + |010> - |011> [sigma3_3rd] (st=68) -> (st'=65); // Current transition (below): + |000> - |001> + |010> - |011> -> + |000> + |001> + |010> + |011> [sigma3_3rd] (st=69) -> (st'=64); // Current transition (below): + |000> - |001> - |010> + |011> -> + |000> + |001> - |010> - |011> [sigma3_3rd] (st=70) -> (st'=67); // Current transition (below): + |000> - |001> - |010> - |011> -> + |000> + |001> - |010> + |011> [sigma3_3rd] (st=71) -> (st'=66); // Current transition (below): + |000> + |001> + |100> + |101> -> + |000> - |001> + |100> - |101> [sigma3_3rd] (st=72) -> (st'=77); // Current transition (below): + |000> + |001> + |100> - |101> -> + |000> - |001> + |100> + |101> [sigma3_3rd] (st=73) -> (st'=76); // Current transition (below): + |000> + |001> - |100> + |101> -> + |000> - |001> - |100> - |101> [sigma3_3rd] (st=74) -> (st'=79); // Current transition (below): + |000> + |001> - |100> - |101> -> + |000> - |001> - |100> + |101> [sigma3_3rd] (st=75) -> (st'=78); // Current transition (below): + |000> - |001> + |100> + |101> -> + |000> + |001> + |100> - |101> [sigma3_3rd] (st=76) -> (st'=73); // Current transition (below): + |000> - |001> + |100> - |101> -> + |000> + |001> + |100> + |101> [sigma3_3rd] (st=77) -> (st'=72); // Current transition (below): + |000> - |001> - |100> + |101> -> + |000> + |001> - |100> - |101> [sigma3_3rd] (st=78) -> (st'=75); // Current transition (below): + |000> - |001> - |100> - |101> -> + |000> + |001> - |100> + |101> [sigma3_3rd] (st=79) -> (st'=74); // Current transition (below): + |000> + |001> + |110> + |111> -> + |000> - |001> + |110> - |111> [sigma3_3rd] (st=80) -> (st'=85); // Current transition (below): + |000> + |001> + |110> - |111> -> + |000> - |001> + |110> + |111> [sigma3_3rd] (st=81) -> (st'=84); // Current transition (below): + |000> + |001> - |110> + |111> -> + |000> - |001> - |110> - |111> [sigma3_3rd] (st=82) -> (st'=87); // Current transition (below): + |000> + |001> - |110> - |111> -> + |000> - |001> - |110> + |111> [sigma3_3rd] (st=83) -> (st'=86); // Current transition (below): + |000> - |001> + |110> + |111> -> + |000> + |001> + |110> - |111> [sigma3_3rd] (st=84) -> (st'=81); // Current transition (below): + |000> - |001> + |110> - |111> -> + |000> + |001> + |110> + |111> [sigma3_3rd] (st=85) -> (st'=80); // Current transition (below): + |000> - |001> - |110> + |111> -> + |000> + |001> - |110> - |111> [sigma3_3rd] (st=86) -> (st'=83); // Current transition (below): + |000> - |001> - |110> - |111> -> + |000> + |001> - |110> + |111> [sigma3_3rd] (st=87) -> (st'=82); // Current transition (below): + |000> + |010> + |100> + |110> -> + |000> + |010> + |100> + |110> [sigma3_3rd] (st=88) -> (st'=88); // Current transition (below): + |000> + |010> + |100> - |110> -> + |000> + |010> + |100> - |110> [sigma3_3rd] (st=89) -> (st'=89); // Current transition (below): + |000> + |010> - |100> + |110> -> + |000> + |010> - |100> + |110> [sigma3_3rd] (st=90) -> (st'=90); // Current transition (below): + |000> + |010> - |100> - |110> -> + |000> + |010> - |100> - |110> [sigma3_3rd] (st=91) -> (st'=91); // Current transition (below): + |000> - |010> + |100> + |110> -> + |000> - |010> + |100> + |110> [sigma3_3rd] (st=92) -> (st'=92); // Current transition (below): + |000> - |010> + |100> - |110> -> + |000> - |010> + |100> - |110> [sigma3_3rd] (st=93) -> (st'=93); // Current transition (below): + |000> - |010> - |100> + |110> -> + |000> - |010> - |100> + |110> [sigma3_3rd] (st=94) -> (st'=94); // Current transition (below): + |000> - |010> - |100> - |110> -> + |000> - |010> - |100> - |110> [sigma3_3rd] (st=95) -> (st'=95); // Current transition (below): + |000> + |010> + |101> + |111> -> + |000> + |010> - |101> - |111> [sigma3_3rd] (st=96) -> (st'=99); // Current transition (below): + |000> + |010> + |101> - |111> -> + |000> + |010> - |101> + |111> [sigma3_3rd] (st=97) -> (st'=98); // Current transition (below): + |000> + |010> - |101> + |111> -> + |000> + |010> + |101> - |111> [sigma3_3rd] (st=98) -> (st'=97); // Current transition (below): + |000> + |010> - |101> - |111> -> + |000> + |010> + |101> + |111> [sigma3_3rd] (st=99) -> (st'=96); // Current transition (below): + |000> - |010> + |101> + |111> -> + |000> - |010> - |101> - |111> [sigma3_3rd] (st=100) -> (st'=103); // Current transition (below): + |000> - |010> + |101> - |111> -> + |000> - |010> - |101> + |111> [sigma3_3rd] (st=101) -> (st'=102); // Current transition (below): + |000> - |010> - |101> + |111> -> + |000> - |010> + |101> - |111> [sigma3_3rd] (st=102) -> (st'=101); // Current transition (below): + |000> - |010> - |101> - |111> -> + |000> - |010> + |101> + |111> [sigma3_3rd] (st=103) -> (st'=100); // Current transition (below): + |000> + |011> + |100> + |111> -> + |000> - |011> + |100> - |111> [sigma3_3rd] (st=104) -> (st'=109); // Current transition (below): + |000> + |011> + |100> - |111> -> + |000> - |011> + |100> + |111> [sigma3_3rd] (st=105) -> (st'=108); // Current transition (below): + |000> + |011> - |100> + |111> -> + |000> - |011> - |100> - |111> [sigma3_3rd] (st=106) -> (st'=111); // Current transition (below): + |000> + |011> - |100> - |111> -> + |000> - |011> - |100> + |111> [sigma3_3rd] (st=107) -> (st'=110); // Current transition (below): + |000> - |011> + |100> + |111> -> + |000> + |011> + |100> - |111> [sigma3_3rd] (st=108) -> (st'=105); // Current transition (below): + |000> - |011> + |100> - |111> -> + |000> + |011> + |100> + |111> [sigma3_3rd] (st=109) -> (st'=104); // Current transition (below): + |000> - |011> - |100> + |111> -> + |000> + |011> - |100> - |111> [sigma3_3rd] (st=110) -> (st'=107); // Current transition (below): + |000> - |011> - |100> - |111> -> + |000> + |011> - |100> + |111> [sigma3_3rd] (st=111) -> (st'=106); // Current transition (below): + |000> + |011> + |101> + |110> -> + |000> - |011> - |101> + |110> [sigma3_3rd] (st=112) -> (st'=118); // Current transition (below): + |000> + |011> + |101> - |110> -> + |000> - |011> - |101> - |110> [sigma3_3rd] (st=113) -> (st'=119); // Current transition (below): + |000> + |011> - |101> + |110> -> + |000> - |011> + |101> + |110> [sigma3_3rd] (st=114) -> (st'=116); // Current transition (below): + |000> + |011> - |101> - |110> -> + |000> - |011> + |101> - |110> [sigma3_3rd] (st=115) -> (st'=117); // Current transition (below): + |000> - |011> + |101> + |110> -> + |000> + |011> - |101> + |110> [sigma3_3rd] (st=116) -> (st'=114); // Current transition (below): + |000> - |011> + |101> - |110> -> + |000> + |011> - |101> - |110> [sigma3_3rd] (st=117) -> (st'=115); // Current transition (below): + |000> - |011> - |101> + |110> -> + |000> + |011> + |101> + |110> [sigma3_3rd] (st=118) -> (st'=112); // Current transition (below): + |000> - |011> - |101> - |110> -> + |000> + |011> + |101> - |110> [sigma3_3rd] (st=119) -> (st'=113); // Current transition (below): + |001> + |010> + |100> + |111> -> + |001> - |010> - |100> + |111> [sigma3_3rd] (st=120) -> (st'=126); // Current transition (below): + |001> + |010> + |100> - |111> -> + |001> - |010> - |100> - |111> [sigma3_3rd] (st=121) -> (st'=127); // Current transition (below): + |001> + |010> - |100> + |111> -> + |001> - |010> + |100> + |111> [sigma3_3rd] (st=122) -> (st'=124); // Current transition (below): + |001> + |010> - |100> - |111> -> + |001> - |010> + |100> - |111> [sigma3_3rd] (st=123) -> (st'=125); // Current transition (below): + |001> - |010> + |100> + |111> -> + |001> + |010> - |100> + |111> [sigma3_3rd] (st=124) -> (st'=122); // Current transition (below): + |001> - |010> + |100> - |111> -> + |001> + |010> - |100> - |111> [sigma3_3rd] (st=125) -> (st'=123); // Current transition (below): + |001> - |010> - |100> + |111> -> + |001> + |010> + |100> + |111> [sigma3_3rd] (st=126) -> (st'=120); // Current transition (below): + |001> - |010> - |100> - |111> -> + |001> + |010> + |100> - |111> [sigma3_3rd] (st=127) -> (st'=121); // Current transition (below): + |001> + |010> + |101> + |110> -> + |001> - |010> + |101> - |110> [sigma3_3rd] (st=128) -> (st'=133); // Current transition (below): + |001> + |010> + |101> - |110> -> + |001> - |010> + |101> + |110> [sigma3_3rd] (st=129) -> (st'=132); // Current transition (below): + |001> + |010> - |101> + |110> -> + |001> - |010> - |101> - |110> [sigma3_3rd] (st=130) -> (st'=135); // Current transition (below): + |001> + |010> - |101> - |110> -> + |001> - |010> - |101> + |110> [sigma3_3rd] (st=131) -> (st'=134); // Current transition (below): + |001> - |010> + |101> + |110> -> + |001> + |010> + |101> - |110> [sigma3_3rd] (st=132) -> (st'=129); // Current transition (below): + |001> - |010> + |101> - |110> -> + |001> + |010> + |101> + |110> [sigma3_3rd] (st=133) -> (st'=128); // Current transition (below): + |001> - |010> - |101> + |110> -> + |001> + |010> - |101> - |110> [sigma3_3rd] (st=134) -> (st'=131); // Current transition (below): + |001> - |010> - |101> - |110> -> + |001> + |010> - |101> + |110> [sigma3_3rd] (st=135) -> (st'=130); // Current transition (below): + |001> + |011> + |100> + |110> -> + |001> + |011> - |100> - |110> [sigma3_3rd] (st=136) -> (st'=139); // Current transition (below): + |001> + |011> + |100> - |110> -> + |001> + |011> - |100> + |110> [sigma3_3rd] (st=137) -> (st'=138); // Current transition (below): + |001> + |011> - |100> + |110> -> + |001> + |011> + |100> - |110> [sigma3_3rd] (st=138) -> (st'=137); // Current transition (below): + |001> + |011> - |100> - |110> -> + |001> + |011> + |100> + |110> [sigma3_3rd] (st=139) -> (st'=136); // Current transition (below): + |001> - |011> + |100> + |110> -> + |001> - |011> - |100> - |110> [sigma3_3rd] (st=140) -> (st'=143); // Current transition (below): + |001> - |011> + |100> - |110> -> + |001> - |011> - |100> + |110> [sigma3_3rd] (st=141) -> (st'=142); // Current transition (below): + |001> - |011> - |100> + |110> -> + |001> - |011> + |100> - |110> [sigma3_3rd] (st=142) -> (st'=141); // Current transition (below): + |001> - |011> - |100> - |110> -> + |001> - |011> + |100> + |110> [sigma3_3rd] (st=143) -> (st'=140); // Current transition (below): + |001> + |011> + |101> + |111> -> + |001> + |011> + |101> + |111> [sigma3_3rd] (st=144) -> (st'=144); // Current transition (below): + |001> + |011> + |101> - |111> -> + |001> + |011> + |101> - |111> [sigma3_3rd] (st=145) -> (st'=145); // Current transition (below): + |001> + |011> - |101> + |111> -> + |001> + |011> - |101> + |111> [sigma3_3rd] (st=146) -> (st'=146); // Current transition (below): + |001> + |011> - |101> - |111> -> + |001> + |011> - |101> - |111> [sigma3_3rd] (st=147) -> (st'=147); // Current transition (below): + |001> - |011> + |101> + |111> -> + |001> - |011> + |101> + |111> [sigma3_3rd] (st=148) -> (st'=148); // Current transition (below): + |001> - |011> + |101> - |111> -> + |001> - |011> + |101> - |111> [sigma3_3rd] (st=149) -> (st'=149); // Current transition (below): + |001> - |011> - |101> + |111> -> + |001> - |011> - |101> + |111> [sigma3_3rd] (st=150) -> (st'=150); // Current transition (below): + |001> - |011> - |101> - |111> -> + |001> - |011> - |101> - |111> [sigma3_3rd] (st=151) -> (st'=151); // Current transition (below): + |010> + |011> + |100> + |101> -> + |010> - |011> + |100> - |101> [sigma3_3rd] (st=152) -> (st'=157); // Current transition (below): + |010> + |011> + |100> - |101> -> + |010> - |011> + |100> + |101> [sigma3_3rd] (st=153) -> (st'=156); // Current transition (below): + |010> + |011> - |100> + |101> -> + |010> - |011> - |100> - |101> [sigma3_3rd] (st=154) -> (st'=159); // Current transition (below): + |010> + |011> - |100> - |101> -> + |010> - |011> - |100> + |101> [sigma3_3rd] (st=155) -> (st'=158); // Current transition (below): + |010> - |011> + |100> + |101> -> + |010> + |011> + |100> - |101> [sigma3_3rd] (st=156) -> (st'=153); // Current transition (below): + |010> - |011> + |100> - |101> -> + |010> + |011> + |100> + |101> [sigma3_3rd] (st=157) -> (st'=152); // Current transition (below): + |010> - |011> - |100> + |101> -> + |010> + |011> - |100> - |101> [sigma3_3rd] (st=158) -> (st'=155); // Current transition (below): + |010> - |011> - |100> - |101> -> + |010> + |011> - |100> + |101> [sigma3_3rd] (st=159) -> (st'=154); // Current transition (below): + |010> + |011> + |110> + |111> -> + |010> - |011> + |110> - |111> [sigma3_3rd] (st=160) -> (st'=165); // Current transition (below): + |010> + |011> + |110> - |111> -> + |010> - |011> + |110> + |111> [sigma3_3rd] (st=161) -> (st'=164); // Current transition (below): + |010> + |011> - |110> + |111> -> + |010> - |011> - |110> - |111> [sigma3_3rd] (st=162) -> (st'=167); // Current transition (below): + |010> + |011> - |110> - |111> -> + |010> - |011> - |110> + |111> [sigma3_3rd] (st=163) -> (st'=166); // Current transition (below): + |010> - |011> + |110> + |111> -> + |010> + |011> + |110> - |111> [sigma3_3rd] (st=164) -> (st'=161); // Current transition (below): + |010> - |011> + |110> - |111> -> + |010> + |011> + |110> + |111> [sigma3_3rd] (st=165) -> (st'=160); // Current transition (below): + |010> - |011> - |110> + |111> -> + |010> + |011> - |110> - |111> [sigma3_3rd] (st=166) -> (st'=163); // Current transition (below): + |010> - |011> - |110> - |111> -> + |010> + |011> - |110> + |111> [sigma3_3rd] (st=167) -> (st'=162); // Current transition (below): + |100> + |101> + |110> + |111> -> + |100> - |101> + |110> - |111> [sigma3_3rd] (st=168) -> (st'=173); // Current transition (below): + |100> + |101> + |110> - |111> -> + |100> - |101> + |110> + |111> [sigma3_3rd] (st=169) -> (st'=172); // Current transition (below): + |100> + |101> - |110> + |111> -> + |100> - |101> - |110> - |111> [sigma3_3rd] (st=170) -> (st'=175); // Current transition (below): + |100> + |101> - |110> - |111> -> + |100> - |101> - |110> + |111> [sigma3_3rd] (st=171) -> (st'=174); // Current transition (below): + |100> - |101> + |110> + |111> -> + |100> + |101> + |110> - |111> [sigma3_3rd] (st=172) -> (st'=169); // Current transition (below): + |100> - |101> + |110> - |111> -> + |100> + |101> + |110> + |111> [sigma3_3rd] (st=173) -> (st'=168); // Current transition (below): + |100> - |101> - |110> + |111> -> + |100> + |101> - |110> - |111> [sigma3_3rd] (st=174) -> (st'=171); // Current transition (below): + |100> - |101> - |110> - |111> -> + |100> + |101> - |110> + |111> [sigma3_3rd] (st=175) -> (st'=170); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> -> + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> [sigma3_3rd] (st=176) -> (st'=218); // Current transition (below): + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> -> + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> [sigma3_3rd] (st=177) -> (st'=219); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> -> + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> [sigma3_3rd] (st=178) -> (st'=216); // Current transition (below): + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> -> + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> [sigma3_3rd] (st=179) -> (st'=217); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> -> + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> [sigma3_3rd] (st=180) -> (st'=222); // Current transition (below): + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> -> + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> [sigma3_3rd] (st=181) -> (st'=223); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> -> + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> [sigma3_3rd] (st=182) -> (st'=220); // Current transition (below): + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> -> + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> [sigma3_3rd] (st=183) -> (st'=221); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> -> + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> [sigma3_3rd] (st=184) -> (st'=210); // Current transition (below): + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> -> + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> [sigma3_3rd] (st=185) -> (st'=211); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> -> + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> [sigma3_3rd] (st=186) -> (st'=208); // Current transition (below): + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> -> + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> [sigma3_3rd] (st=187) -> (st'=209); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> -> + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> [sigma3_3rd] (st=188) -> (st'=214); // Current transition (below): + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> -> + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> [sigma3_3rd] (st=189) -> (st'=215); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> -> + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> [sigma3_3rd] (st=190) -> (st'=212); // Current transition (below): + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> -> + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> [sigma3_3rd] (st=191) -> (st'=213); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> -> + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> [sigma3_3rd] (st=192) -> (st'=234); // Current transition (below): + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> -> + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> [sigma3_3rd] (st=193) -> (st'=235); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> -> + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> [sigma3_3rd] (st=194) -> (st'=232); // Current transition (below): + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> -> + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> [sigma3_3rd] (st=195) -> (st'=233); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> -> + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> [sigma3_3rd] (st=196) -> (st'=238); // Current transition (below): + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> -> + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> [sigma3_3rd] (st=197) -> (st'=239); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> -> + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> [sigma3_3rd] (st=198) -> (st'=236); // Current transition (below): + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> -> + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> [sigma3_3rd] (st=199) -> (st'=237); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> -> + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> [sigma3_3rd] (st=200) -> (st'=226); // Current transition (below): + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> -> + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> [sigma3_3rd] (st=201) -> (st'=227); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> -> + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> [sigma3_3rd] (st=202) -> (st'=224); // Current transition (below): + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> -> + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> [sigma3_3rd] (st=203) -> (st'=225); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> -> + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> [sigma3_3rd] (st=204) -> (st'=230); // Current transition (below): + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> -> + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> [sigma3_3rd] (st=205) -> (st'=231); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> -> + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> [sigma3_3rd] (st=206) -> (st'=228); // Current transition (below): + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> -> + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> [sigma3_3rd] (st=207) -> (st'=229); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> -> + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> [sigma3_3rd] (st=208) -> (st'=186); // Current transition (below): + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> -> + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> [sigma3_3rd] (st=209) -> (st'=187); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> -> + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> [sigma3_3rd] (st=210) -> (st'=184); // Current transition (below): + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> -> + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> [sigma3_3rd] (st=211) -> (st'=185); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> -> + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> [sigma3_3rd] (st=212) -> (st'=190); // Current transition (below): + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> -> + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> [sigma3_3rd] (st=213) -> (st'=191); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> -> + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> [sigma3_3rd] (st=214) -> (st'=188); // Current transition (below): + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> -> + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> [sigma3_3rd] (st=215) -> (st'=189); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> -> + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> [sigma3_3rd] (st=216) -> (st'=178); // Current transition (below): + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> -> + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> [sigma3_3rd] (st=217) -> (st'=179); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> -> + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> [sigma3_3rd] (st=218) -> (st'=176); // Current transition (below): + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> -> + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> [sigma3_3rd] (st=219) -> (st'=177); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> -> + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> [sigma3_3rd] (st=220) -> (st'=182); // Current transition (below): + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> -> + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> [sigma3_3rd] (st=221) -> (st'=183); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> -> + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> [sigma3_3rd] (st=222) -> (st'=180); // Current transition (below): + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> -> + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> [sigma3_3rd] (st=223) -> (st'=181); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> -> + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> [sigma3_3rd] (st=224) -> (st'=202); // Current transition (below): + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> -> + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> [sigma3_3rd] (st=225) -> (st'=203); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> -> + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> [sigma3_3rd] (st=226) -> (st'=200); // Current transition (below): + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> -> + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> [sigma3_3rd] (st=227) -> (st'=201); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> -> + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> [sigma3_3rd] (st=228) -> (st'=206); // Current transition (below): + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> -> + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> [sigma3_3rd] (st=229) -> (st'=207); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> -> + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> [sigma3_3rd] (st=230) -> (st'=204); // Current transition (below): + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> -> + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> [sigma3_3rd] (st=231) -> (st'=205); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> -> + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> [sigma3_3rd] (st=232) -> (st'=194); // Current transition (below): + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> -> + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> [sigma3_3rd] (st=233) -> (st'=195); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> -> + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> [sigma3_3rd] (st=234) -> (st'=192); // Current transition (below): + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> -> + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> [sigma3_3rd] (st=235) -> (st'=193); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> -> + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> [sigma3_3rd] (st=236) -> (st'=198); // Current transition (below): + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> -> + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> [sigma3_3rd] (st=237) -> (st'=199); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> -> + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> [sigma3_3rd] (st=238) -> (st'=196); // Current transition (below): + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> -> + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> [sigma3_3rd] (st=239) -> (st'=197); //Measurement of + |000> [measure] (st = 0) -> (st'=0) & (outcome'=0); //Measurement of + |001> [measure] (st = 1) -> (st'=1) & (outcome'=1); //Measurement of + |010> [measure] (st = 2) -> (st'=2) & (outcome'=2); //Measurement of + |011> [measure] (st = 3) -> (st'=3) & (outcome'=3); //Measurement of + |100> [measure] (st = 4) -> (st'=4) & (outcome'=4); //Measurement of + |101> [measure] (st = 5) -> (st'=5) & (outcome'=5); //Measurement of + |110> [measure] (st = 6) -> (st'=6) & (outcome'=6); //Measurement of + |111> [measure] (st = 7) -> (st'=7) & (outcome'=7); //Measurement of + |000> + |001> [measure] (st = 8) -> 1/2 : (st'=7) & (outcome'=7) + 1/2 : (st'=1) & (outcome'=1); //Measurement of + |000> - |001> [measure] (st = 9) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=1) & (outcome'=1); //Measurement of + |000> + |010> [measure] (st = 10) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=1) & (outcome'=1); //Measurement of + |000> - |010> [measure] (st = 11) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=2) & (outcome'=2); //Measurement of + |000> + |011> [measure] (st = 12) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=2) & (outcome'=2); //Measurement of + |000> - |011> [measure] (st = 13) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=3) & (outcome'=3); //Measurement of + |000> + |100> [measure] (st = 14) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=3) & (outcome'=3); //Measurement of + |000> - |100> [measure] (st = 15) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=4) & (outcome'=4); //Measurement of + |000> + |101> [measure] (st = 16) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=4) & (outcome'=4); //Measurement of + |000> - |101> [measure] (st = 17) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |000> + |110> [measure] (st = 18) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |000> - |110> [measure] (st = 19) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |000> + |111> [measure] (st = 20) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |000> - |111> [measure] (st = 21) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |001> + |010> [measure] (st = 22) -> 1/2 : (st'=0) & (outcome'=0) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |001> - |010> [measure] (st = 23) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=2) & (outcome'=2); //Measurement of + |001> + |011> [measure] (st = 24) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=2) & (outcome'=2); //Measurement of + |001> - |011> [measure] (st = 25) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=3) & (outcome'=3); //Measurement of + |001> + |100> [measure] (st = 26) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=3) & (outcome'=3); //Measurement of + |001> - |100> [measure] (st = 27) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=4) & (outcome'=4); //Measurement of + |001> + |101> [measure] (st = 28) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=4) & (outcome'=4); //Measurement of + |001> - |101> [measure] (st = 29) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |001> + |110> [measure] (st = 30) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |001> - |110> [measure] (st = 31) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |001> + |111> [measure] (st = 32) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |001> - |111> [measure] (st = 33) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |010> + |011> [measure] (st = 34) -> 1/2 : (st'=1) & (outcome'=1) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |010> - |011> [measure] (st = 35) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=3) & (outcome'=3); //Measurement of + |010> + |100> [measure] (st = 36) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=3) & (outcome'=3); //Measurement of + |010> - |100> [measure] (st = 37) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=4) & (outcome'=4); //Measurement of + |010> + |101> [measure] (st = 38) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=4) & (outcome'=4); //Measurement of + |010> - |101> [measure] (st = 39) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |010> + |110> [measure] (st = 40) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |010> - |110> [measure] (st = 41) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |010> + |111> [measure] (st = 42) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |010> - |111> [measure] (st = 43) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |011> + |100> [measure] (st = 44) -> 1/2 : (st'=2) & (outcome'=2) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |011> - |100> [measure] (st = 45) -> 1/2 : (st'=3) & (outcome'=3) + 1/2 : (st'=4) & (outcome'=4); //Measurement of + |011> + |101> [measure] (st = 46) -> 1/2 : (st'=3) & (outcome'=3) + 1/2 : (st'=4) & (outcome'=4); //Measurement of + |011> - |101> [measure] (st = 47) -> 1/2 : (st'=3) & (outcome'=3) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |011> + |110> [measure] (st = 48) -> 1/2 : (st'=3) & (outcome'=3) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |011> - |110> [measure] (st = 49) -> 1/2 : (st'=3) & (outcome'=3) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |011> + |111> [measure] (st = 50) -> 1/2 : (st'=3) & (outcome'=3) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |011> - |111> [measure] (st = 51) -> 1/2 : (st'=3) & (outcome'=3) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |100> + |101> [measure] (st = 52) -> 1/2 : (st'=3) & (outcome'=3) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |100> - |101> [measure] (st = 53) -> 1/2 : (st'=4) & (outcome'=4) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |100> + |110> [measure] (st = 54) -> 1/2 : (st'=4) & (outcome'=4) + 1/2 : (st'=5) & (outcome'=5); //Measurement of + |100> - |110> [measure] (st = 55) -> 1/2 : (st'=4) & (outcome'=4) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |100> + |111> [measure] (st = 56) -> 1/2 : (st'=4) & (outcome'=4) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |100> - |111> [measure] (st = 57) -> 1/2 : (st'=4) & (outcome'=4) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |101> + |110> [measure] (st = 58) -> 1/2 : (st'=4) & (outcome'=4) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |101> - |110> [measure] (st = 59) -> 1/2 : (st'=5) & (outcome'=5) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |101> + |111> [measure] (st = 60) -> 1/2 : (st'=5) & (outcome'=5) + 1/2 : (st'=6) & (outcome'=6); //Measurement of + |101> - |111> [measure] (st = 61) -> 1/2 : (st'=5) & (outcome'=5) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |110> + |111> [measure] (st = 62) -> 1/2 : (st'=5) & (outcome'=5) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |110> - |111> [measure] (st = 63) -> 1/2 : (st'=6) & (outcome'=6) + 1/2 : (st'=7) & (outcome'=7); //Measurement of + |000> + |001> + |010> + |011> [measure] (st = 64) -> 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> + |001> + |010> - |011> [measure] (st = 65) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> + |001> - |010> + |011> [measure] (st = 66) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> + |001> - |010> - |011> [measure] (st = 67) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> - |001> + |010> + |011> [measure] (st = 68) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> - |001> + |010> - |011> [measure] (st = 69) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> - |001> - |010> + |011> [measure] (st = 70) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> - |001> - |010> - |011> [measure] (st = 71) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> + |001> + |100> + |101> [measure] (st = 72) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3); //Measurement of + |000> + |001> + |100> - |101> [measure] (st = 73) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |000> + |001> - |100> + |101> [measure] (st = 74) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |000> + |001> - |100> - |101> [measure] (st = 75) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |000> - |001> + |100> + |101> [measure] (st = 76) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |000> - |001> + |100> - |101> [measure] (st = 77) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |000> - |001> - |100> + |101> [measure] (st = 78) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |000> - |001> - |100> - |101> [measure] (st = 79) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |000> + |001> + |110> + |111> [measure] (st = 80) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |000> + |001> + |110> - |111> [measure] (st = 81) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |001> - |110> + |111> [measure] (st = 82) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |001> - |110> - |111> [measure] (st = 83) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |001> + |110> + |111> [measure] (st = 84) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |001> + |110> - |111> [measure] (st = 85) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |001> - |110> + |111> [measure] (st = 86) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |001> - |110> - |111> [measure] (st = 87) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |010> + |100> + |110> [measure] (st = 88) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |010> + |100> - |110> [measure] (st = 89) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> + |010> - |100> + |110> [measure] (st = 90) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> + |010> - |100> - |110> [measure] (st = 91) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> - |010> + |100> + |110> [measure] (st = 92) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> - |010> + |100> - |110> [measure] (st = 93) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> - |010> - |100> + |110> [measure] (st = 94) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> - |010> - |100> - |110> [measure] (st = 95) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> + |010> + |101> + |111> [measure] (st = 96) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> + |010> + |101> - |111> [measure] (st = 97) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |010> - |101> + |111> [measure] (st = 98) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |010> - |101> - |111> [measure] (st = 99) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |010> + |101> + |111> [measure] (st = 100) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |010> + |101> - |111> [measure] (st = 101) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |010> - |101> + |111> [measure] (st = 102) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |010> - |101> - |111> [measure] (st = 103) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |011> + |100> + |111> [measure] (st = 104) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |011> + |100> - |111> [measure] (st = 105) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |011> - |100> + |111> [measure] (st = 106) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |011> - |100> - |111> [measure] (st = 107) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |011> + |100> + |111> [measure] (st = 108) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |011> + |100> - |111> [measure] (st = 109) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |011> - |100> + |111> [measure] (st = 110) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> - |011> - |100> - |111> [measure] (st = 111) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |011> + |101> + |110> [measure] (st = 112) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |011> + |101> - |110> [measure] (st = 113) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> + |011> - |101> + |110> [measure] (st = 114) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> + |011> - |101> - |110> [measure] (st = 115) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> - |011> + |101> + |110> [measure] (st = 116) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> - |011> + |101> - |110> [measure] (st = 117) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> - |011> - |101> + |110> [measure] (st = 118) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |000> - |011> - |101> - |110> [measure] (st = 119) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |010> + |100> + |111> [measure] (st = 120) -> 1/4 : (st'=0) & (outcome'=0) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |010> + |100> - |111> [measure] (st = 121) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> + |010> - |100> + |111> [measure] (st = 122) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> + |010> - |100> - |111> [measure] (st = 123) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> - |010> + |100> + |111> [measure] (st = 124) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> - |010> + |100> - |111> [measure] (st = 125) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> - |010> - |100> + |111> [measure] (st = 126) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> - |010> - |100> - |111> [measure] (st = 127) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> + |010> + |101> + |110> [measure] (st = 128) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> + |010> + |101> - |110> [measure] (st = 129) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |010> - |101> + |110> [measure] (st = 130) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |010> - |101> - |110> [measure] (st = 131) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> - |010> + |101> + |110> [measure] (st = 132) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> - |010> + |101> - |110> [measure] (st = 133) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> - |010> - |101> + |110> [measure] (st = 134) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> - |010> - |101> - |110> [measure] (st = 135) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |011> + |100> + |110> [measure] (st = 136) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |011> + |100> - |110> [measure] (st = 137) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |011> - |100> + |110> [measure] (st = 138) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |011> - |100> - |110> [measure] (st = 139) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> - |011> + |100> + |110> [measure] (st = 140) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> - |011> + |100> - |110> [measure] (st = 141) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> - |011> - |100> + |110> [measure] (st = 142) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> - |011> - |100> - |110> [measure] (st = 143) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |011> + |101> + |111> [measure] (st = 144) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=6) & (outcome'=6); //Measurement of + |001> + |011> + |101> - |111> [measure] (st = 145) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> + |011> - |101> + |111> [measure] (st = 146) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> + |011> - |101> - |111> [measure] (st = 147) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> - |011> + |101> + |111> [measure] (st = 148) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> - |011> + |101> - |111> [measure] (st = 149) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> - |011> - |101> + |111> [measure] (st = 150) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |001> - |011> - |101> - |111> [measure] (st = 151) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |010> + |011> + |100> + |101> [measure] (st = 152) -> 1/4 : (st'=1) & (outcome'=1) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |010> + |011> + |100> - |101> [measure] (st = 153) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |010> + |011> - |100> + |101> [measure] (st = 154) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |010> + |011> - |100> - |101> [measure] (st = 155) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |010> - |011> + |100> + |101> [measure] (st = 156) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |010> - |011> + |100> - |101> [measure] (st = 157) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |010> - |011> - |100> + |101> [measure] (st = 158) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |010> - |011> - |100> - |101> [measure] (st = 159) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |010> + |011> + |110> + |111> [measure] (st = 160) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5); //Measurement of + |010> + |011> + |110> - |111> [measure] (st = 161) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |010> + |011> - |110> + |111> [measure] (st = 162) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |010> + |011> - |110> - |111> [measure] (st = 163) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |010> - |011> + |110> + |111> [measure] (st = 164) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |010> - |011> + |110> - |111> [measure] (st = 165) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |010> - |011> - |110> + |111> [measure] (st = 166) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |010> - |011> - |110> - |111> [measure] (st = 167) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |100> + |101> + |110> + |111> [measure] (st = 168) -> 1/4 : (st'=2) & (outcome'=2) + 1/4 : (st'=3) & (outcome'=3) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |100> + |101> + |110> - |111> [measure] (st = 169) -> 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |100> + |101> - |110> + |111> [measure] (st = 170) -> 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |100> + |101> - |110> - |111> [measure] (st = 171) -> 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |100> - |101> + |110> + |111> [measure] (st = 172) -> 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |100> - |101> + |110> - |111> [measure] (st = 173) -> 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |100> - |101> - |110> + |111> [measure] (st = 174) -> 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |100> - |101> - |110> - |111> [measure] (st = 175) -> 1/4 : (st'=4) & (outcome'=4) + 1/4 : (st'=5) & (outcome'=5) + 1/4 : (st'=6) & (outcome'=6) + 1/4 : (st'=7) & (outcome'=7); //Measurement of + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> [measure] (st = 176) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> [measure] (st = 177) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> [measure] (st = 178) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> [measure] (st = 179) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> [measure] (st = 180) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> [measure] (st = 181) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> [measure] (st = 182) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> [measure] (st = 183) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> [measure] (st = 184) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> [measure] (st = 185) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> [measure] (st = 186) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> [measure] (st = 187) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> [measure] (st = 188) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> [measure] (st = 189) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> [measure] (st = 190) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> [measure] (st = 191) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> [measure] (st = 192) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> [measure] (st = 193) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> [measure] (st = 194) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> [measure] (st = 195) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> [measure] (st = 196) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> [measure] (st = 197) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> [measure] (st = 198) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> [measure] (st = 199) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> [measure] (st = 200) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> [measure] (st = 201) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> [measure] (st = 202) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> [measure] (st = 203) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> [measure] (st = 204) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> [measure] (st = 205) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> [measure] (st = 206) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> [measure] (st = 207) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> [measure] (st = 208) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> [measure] (st = 209) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> [measure] (st = 210) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> [measure] (st = 211) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> [measure] (st = 212) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> [measure] (st = 213) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> [measure] (st = 214) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> [measure] (st = 215) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> [measure] (st = 216) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> [measure] (st = 217) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> [measure] (st = 218) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> [measure] (st = 219) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> [measure] (st = 220) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> [measure] (st = 221) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> [measure] (st = 222) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> [measure] (st = 223) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> [measure] (st = 224) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> [measure] (st = 225) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> [measure] (st = 226) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> [measure] (st = 227) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> [measure] (st = 228) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> [measure] (st = 229) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> [measure] (st = 230) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> [measure] (st = 231) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> [measure] (st = 232) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> [measure] (st = 233) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> [measure] (st = 234) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> [measure] (st = 235) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> [measure] (st = 236) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> [measure] (st = 237) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> [measure] (st = 238) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); //Measurement of + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> [measure] (st = 239) -> 1/8 : (st'=0)&(outcome'=0) + 1/8 : (st'=1)&(outcome'=1) + 1/8 : (st'=2)&(outcome'=2) + 1/8 : (st'=3)&(outcome'=3) + 1/8 : (st'=4)&(outcome'=4) + 1/8 : (st'=5)&(outcome'=5) + 1/8 : (st'=6)&(outcome'=6) + 1/8 : (st'=7)&(outcome'=7); // Measuring qubit no. 1 of + |000> gives + |000> [measure1] (st=0) -> (st'=0) & (outcome'=0); // Measuring qubit no. 1 of + |001> gives + |001> [measure1] (st=1) -> (st'=1) & (outcome'=0); // Measuring qubit no. 1 of + |010> gives + |010> [measure1] (st=2) -> (st'=2) & (outcome'=0); // Measuring qubit no. 1 of + |011> gives + |011> [measure1] (st=3) -> (st'=3) & (outcome'=0); // Measuring qubit no. 1 of + |100> gives + |100> [measure1] (st=4) -> (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |101> gives + |101> [measure1] (st=5) -> (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |110> gives + |110> [measure1] (st=6) -> (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |111> gives + |111> [measure1] (st=7) -> (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> gives + |000> + |001> [measure1] (st=8) -> (st'=8) & (outcome'=0); // Measuring qubit no. 1 of + |000> - |001> gives + |000> - |001> [measure1] (st=9) -> (st'=9) & (outcome'=0); // Measuring qubit no. 1 of + |000> + |010> gives + |000> + |010> [measure1] (st=10) -> (st'=10) & (outcome'=0); // Measuring qubit no. 1 of + |000> - |010> gives + |000> - |010> [measure1] (st=11) -> (st'=11) & (outcome'=0); // Measuring qubit no. 1 of + |000> + |011> gives + |000> + |011> [measure1] (st=12) -> (st'=12) & (outcome'=0); // Measuring qubit no. 1 of + |000> - |011> gives + |000> - |011> [measure1] (st=13) -> (st'=13) & (outcome'=0); // Measuring qubit no. 1 of + |000> + |100> gives + |000> or + |100> with equal probability 1/2. [measure1] (st=14) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |100> gives + |000> or + |100> with equal probability 1/2. [measure1] (st=15) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |101> gives + |000> or + |101> with equal probability 1/2. [measure1] (st=16) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |101> gives + |000> or + |101> with equal probability 1/2. [measure1] (st=17) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |110> gives + |000> or + |110> with equal probability 1/2. [measure1] (st=18) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |110> gives + |000> or + |110> with equal probability 1/2. [measure1] (st=19) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |111> gives + |000> or + |111> with equal probability 1/2. [measure1] (st=20) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |111> gives + |000> or + |111> with equal probability 1/2. [measure1] (st=21) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> gives + |001> + |010> [measure1] (st=22) -> (st'=22) & (outcome'=0); // Measuring qubit no. 1 of + |001> - |010> gives + |001> - |010> [measure1] (st=23) -> (st'=23) & (outcome'=0); // Measuring qubit no. 1 of + |001> + |011> gives + |001> + |011> [measure1] (st=24) -> (st'=24) & (outcome'=0); // Measuring qubit no. 1 of + |001> - |011> gives + |001> - |011> [measure1] (st=25) -> (st'=25) & (outcome'=0); // Measuring qubit no. 1 of + |001> + |100> gives + |001> or + |100> with equal probability 1/2. [measure1] (st=26) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |100> gives + |001> or + |100> with equal probability 1/2. [measure1] (st=27) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |101> gives + |001> or + |101> with equal probability 1/2. [measure1] (st=28) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |101> gives + |001> or + |101> with equal probability 1/2. [measure1] (st=29) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |110> gives + |001> or + |110> with equal probability 1/2. [measure1] (st=30) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |110> gives + |001> or + |110> with equal probability 1/2. [measure1] (st=31) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |111> gives + |001> or + |111> with equal probability 1/2. [measure1] (st=32) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |111> gives + |001> or + |111> with equal probability 1/2. [measure1] (st=33) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> gives + |010> + |011> [measure1] (st=34) -> (st'=34) & (outcome'=0); // Measuring qubit no. 1 of + |010> - |011> gives + |010> - |011> [measure1] (st=35) -> (st'=35) & (outcome'=0); // Measuring qubit no. 1 of + |010> + |100> gives + |010> or + |100> with equal probability 1/2. [measure1] (st=36) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |100> gives + |010> or + |100> with equal probability 1/2. [measure1] (st=37) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |101> gives + |010> or + |101> with equal probability 1/2. [measure1] (st=38) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |101> gives + |010> or + |101> with equal probability 1/2. [measure1] (st=39) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |110> gives + |010> or + |110> with equal probability 1/2. [measure1] (st=40) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |110> gives + |010> or + |110> with equal probability 1/2. [measure1] (st=41) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |111> gives + |010> or + |111> with equal probability 1/2. [measure1] (st=42) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |111> gives + |010> or + |111> with equal probability 1/2. [measure1] (st=43) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |011> + |100> gives + |011> or + |100> with equal probability 1/2. [measure1] (st=44) -> 1/2: (st'=3) & (outcome'=0) + 1/2: (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |011> - |100> gives + |011> or + |100> with equal probability 1/2. [measure1] (st=45) -> 1/2: (st'=3) & (outcome'=0) + 1/2: (st'=4) & (outcome'=1); // Measuring qubit no. 1 of + |011> + |101> gives + |011> or + |101> with equal probability 1/2. [measure1] (st=46) -> 1/2: (st'=3) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |011> - |101> gives + |011> or + |101> with equal probability 1/2. [measure1] (st=47) -> 1/2: (st'=3) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 1 of + |011> + |110> gives + |011> or + |110> with equal probability 1/2. [measure1] (st=48) -> 1/2: (st'=3) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |011> - |110> gives + |011> or + |110> with equal probability 1/2. [measure1] (st=49) -> 1/2: (st'=3) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 1 of + |011> + |111> gives + |011> or + |111> with equal probability 1/2. [measure1] (st=50) -> 1/2: (st'=3) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |011> - |111> gives + |011> or + |111> with equal probability 1/2. [measure1] (st=51) -> 1/2: (st'=3) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 1 of + |100> + |101> gives + |100> + |101> [measure1] (st=52) -> (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |100> - |101> gives + |100> - |101> [measure1] (st=53) -> (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |100> + |110> gives + |100> + |110> [measure1] (st=54) -> (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |100> - |110> gives + |100> - |110> [measure1] (st=55) -> (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |100> + |111> gives + |100> + |111> [measure1] (st=56) -> (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |100> - |111> gives + |100> - |111> [measure1] (st=57) -> (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |101> + |110> gives + |101> + |110> [measure1] (st=58) -> (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |101> - |110> gives + |101> - |110> [measure1] (st=59) -> (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |101> + |111> gives + |101> + |111> [measure1] (st=60) -> (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |101> - |111> gives + |101> - |111> [measure1] (st=61) -> (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |110> + |111> gives + |110> + |111> [measure1] (st=62) -> (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |110> - |111> gives + |110> - |111> [measure1] (st=63) -> (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> gives + |000> + |001> + |010> + |011> [measure1] (st=64) -> (st'=64) & (outcome'=0); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> gives + |000> + |001> + |010> - |011> [measure1] (st=65) -> (st'=65) & (outcome'=0); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> gives + |000> + |001> - |010> + |011> [measure1] (st=66) -> (st'=66) & (outcome'=0); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> gives + |000> + |001> - |010> - |011> [measure1] (st=67) -> (st'=67) & (outcome'=0); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> gives + |000> - |001> + |010> + |011> [measure1] (st=68) -> (st'=68) & (outcome'=0); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> gives + |000> - |001> + |010> - |011> [measure1] (st=69) -> (st'=69) & (outcome'=0); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> gives + |000> - |001> - |010> + |011> [measure1] (st=70) -> (st'=70) & (outcome'=0); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> gives + |000> - |001> - |010> - |011> [measure1] (st=71) -> (st'=71) & (outcome'=0); // Measuring qubit no. 1 of + |000> + |001> + |100> + |101> gives + |000> + |001> or + |100> + |101> with equal probability 1/2. [measure1] (st=72) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |100> - |101> gives + |000> + |001> or + |100> - |101> with equal probability 1/2. [measure1] (st=73) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |100> + |101> gives + |000> + |001> or + |100> - |101> with equal probability 1/2. [measure1] (st=74) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |100> - |101> gives + |000> + |001> or + |100> + |101> with equal probability 1/2. [measure1] (st=75) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |100> + |101> gives + |000> - |001> or + |100> + |101> with equal probability 1/2. [measure1] (st=76) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |100> - |101> gives + |000> - |001> or + |100> - |101> with equal probability 1/2. [measure1] (st=77) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |100> + |101> gives + |000> - |001> or + |100> - |101> with equal probability 1/2. [measure1] (st=78) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |100> - |101> gives + |000> - |001> or + |100> + |101> with equal probability 1/2. [measure1] (st=79) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |110> + |111> gives + |000> + |001> or + |110> + |111> with equal probability 1/2. [measure1] (st=80) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |110> - |111> gives + |000> + |001> or + |110> - |111> with equal probability 1/2. [measure1] (st=81) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |110> + |111> gives + |000> + |001> or + |110> - |111> with equal probability 1/2. [measure1] (st=82) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |110> - |111> gives + |000> + |001> or + |110> + |111> with equal probability 1/2. [measure1] (st=83) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |110> + |111> gives + |000> - |001> or + |110> + |111> with equal probability 1/2. [measure1] (st=84) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |110> - |111> gives + |000> - |001> or + |110> - |111> with equal probability 1/2. [measure1] (st=85) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |110> + |111> gives + |000> - |001> or + |110> - |111> with equal probability 1/2. [measure1] (st=86) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |110> - |111> gives + |000> - |001> or + |110> + |111> with equal probability 1/2. [measure1] (st=87) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |010> + |100> + |110> gives + |000> + |010> or + |100> + |110> with equal probability 1/2. [measure1] (st=88) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |010> + |100> - |110> gives + |000> + |010> or + |100> - |110> with equal probability 1/2. [measure1] (st=89) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |010> - |100> + |110> gives + |000> + |010> or + |100> - |110> with equal probability 1/2. [measure1] (st=90) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |010> - |100> - |110> gives + |000> + |010> or + |100> + |110> with equal probability 1/2. [measure1] (st=91) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |010> + |100> + |110> gives + |000> - |010> or + |100> + |110> with equal probability 1/2. [measure1] (st=92) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |010> + |100> - |110> gives + |000> - |010> or + |100> - |110> with equal probability 1/2. [measure1] (st=93) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |010> - |100> + |110> gives + |000> - |010> or + |100> - |110> with equal probability 1/2. [measure1] (st=94) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |010> - |100> - |110> gives + |000> - |010> or + |100> + |110> with equal probability 1/2. [measure1] (st=95) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |010> + |101> + |111> gives + |000> + |010> or + |101> + |111> with equal probability 1/2. [measure1] (st=96) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |010> + |101> - |111> gives + |000> + |010> or + |101> - |111> with equal probability 1/2. [measure1] (st=97) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |010> - |101> + |111> gives + |000> + |010> or + |101> - |111> with equal probability 1/2. [measure1] (st=98) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |010> - |101> - |111> gives + |000> + |010> or + |101> + |111> with equal probability 1/2. [measure1] (st=99) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |010> + |101> + |111> gives + |000> - |010> or + |101> + |111> with equal probability 1/2. [measure1] (st=100) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |010> + |101> - |111> gives + |000> - |010> or + |101> - |111> with equal probability 1/2. [measure1] (st=101) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |010> - |101> + |111> gives + |000> - |010> or + |101> - |111> with equal probability 1/2. [measure1] (st=102) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |010> - |101> - |111> gives + |000> - |010> or + |101> + |111> with equal probability 1/2. [measure1] (st=103) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |011> + |100> + |111> gives + |000> + |011> or + |100> + |111> with equal probability 1/2. [measure1] (st=104) -> 1/2: (st'=12) & (outcome'=0) + 1/2: (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |011> + |100> - |111> gives + |000> + |011> or + |100> - |111> with equal probability 1/2. [measure1] (st=105) -> 1/2: (st'=12) & (outcome'=0) + 1/2: (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |011> - |100> + |111> gives + |000> + |011> or + |100> - |111> with equal probability 1/2. [measure1] (st=106) -> 1/2: (st'=12) & (outcome'=0) + 1/2: (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |011> - |100> - |111> gives + |000> + |011> or + |100> + |111> with equal probability 1/2. [measure1] (st=107) -> 1/2: (st'=12) & (outcome'=0) + 1/2: (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |011> + |100> + |111> gives + |000> - |011> or + |100> + |111> with equal probability 1/2. [measure1] (st=108) -> 1/2: (st'=13) & (outcome'=0) + 1/2: (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |011> + |100> - |111> gives + |000> - |011> or + |100> - |111> with equal probability 1/2. [measure1] (st=109) -> 1/2: (st'=13) & (outcome'=0) + 1/2: (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |011> - |100> + |111> gives + |000> - |011> or + |100> - |111> with equal probability 1/2. [measure1] (st=110) -> 1/2: (st'=13) & (outcome'=0) + 1/2: (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |011> - |100> - |111> gives + |000> - |011> or + |100> + |111> with equal probability 1/2. [measure1] (st=111) -> 1/2: (st'=13) & (outcome'=0) + 1/2: (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |011> + |101> + |110> gives + |000> + |011> or + |101> + |110> with equal probability 1/2. [measure1] (st=112) -> 1/2: (st'=12) & (outcome'=0) + 1/2: (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |011> + |101> - |110> gives + |000> + |011> or + |101> - |110> with equal probability 1/2. [measure1] (st=113) -> 1/2: (st'=12) & (outcome'=0) + 1/2: (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |011> - |101> + |110> gives + |000> + |011> or + |101> - |110> with equal probability 1/2. [measure1] (st=114) -> 1/2: (st'=12) & (outcome'=0) + 1/2: (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |011> - |101> - |110> gives + |000> + |011> or + |101> + |110> with equal probability 1/2. [measure1] (st=115) -> 1/2: (st'=12) & (outcome'=0) + 1/2: (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |011> + |101> + |110> gives + |000> - |011> or + |101> + |110> with equal probability 1/2. [measure1] (st=116) -> 1/2: (st'=13) & (outcome'=0) + 1/2: (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |011> + |101> - |110> gives + |000> - |011> or + |101> - |110> with equal probability 1/2. [measure1] (st=117) -> 1/2: (st'=13) & (outcome'=0) + 1/2: (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |011> - |101> + |110> gives + |000> - |011> or + |101> - |110> with equal probability 1/2. [measure1] (st=118) -> 1/2: (st'=13) & (outcome'=0) + 1/2: (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |011> - |101> - |110> gives + |000> - |011> or + |101> + |110> with equal probability 1/2. [measure1] (st=119) -> 1/2: (st'=13) & (outcome'=0) + 1/2: (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> + |100> + |111> gives + |001> + |010> or + |100> + |111> with equal probability 1/2. [measure1] (st=120) -> 1/2: (st'=22) & (outcome'=0) + 1/2: (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> + |100> - |111> gives + |001> + |010> or + |100> - |111> with equal probability 1/2. [measure1] (st=121) -> 1/2: (st'=22) & (outcome'=0) + 1/2: (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> - |100> + |111> gives + |001> + |010> or + |100> - |111> with equal probability 1/2. [measure1] (st=122) -> 1/2: (st'=22) & (outcome'=0) + 1/2: (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> - |100> - |111> gives + |001> + |010> or + |100> + |111> with equal probability 1/2. [measure1] (st=123) -> 1/2: (st'=22) & (outcome'=0) + 1/2: (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |010> + |100> + |111> gives + |001> - |010> or + |100> + |111> with equal probability 1/2. [measure1] (st=124) -> 1/2: (st'=23) & (outcome'=0) + 1/2: (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |010> + |100> - |111> gives + |001> - |010> or + |100> - |111> with equal probability 1/2. [measure1] (st=125) -> 1/2: (st'=23) & (outcome'=0) + 1/2: (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |010> - |100> + |111> gives + |001> - |010> or + |100> - |111> with equal probability 1/2. [measure1] (st=126) -> 1/2: (st'=23) & (outcome'=0) + 1/2: (st'=57) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |010> - |100> - |111> gives + |001> - |010> or + |100> + |111> with equal probability 1/2. [measure1] (st=127) -> 1/2: (st'=23) & (outcome'=0) + 1/2: (st'=56) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> + |101> + |110> gives + |001> + |010> or + |101> + |110> with equal probability 1/2. [measure1] (st=128) -> 1/2: (st'=22) & (outcome'=0) + 1/2: (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> + |101> - |110> gives + |001> + |010> or + |101> - |110> with equal probability 1/2. [measure1] (st=129) -> 1/2: (st'=22) & (outcome'=0) + 1/2: (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> - |101> + |110> gives + |001> + |010> or + |101> - |110> with equal probability 1/2. [measure1] (st=130) -> 1/2: (st'=22) & (outcome'=0) + 1/2: (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |010> - |101> - |110> gives + |001> + |010> or + |101> + |110> with equal probability 1/2. [measure1] (st=131) -> 1/2: (st'=22) & (outcome'=0) + 1/2: (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |010> + |101> + |110> gives + |001> - |010> or + |101> + |110> with equal probability 1/2. [measure1] (st=132) -> 1/2: (st'=23) & (outcome'=0) + 1/2: (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |010> + |101> - |110> gives + |001> - |010> or + |101> - |110> with equal probability 1/2. [measure1] (st=133) -> 1/2: (st'=23) & (outcome'=0) + 1/2: (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |010> - |101> + |110> gives + |001> - |010> or + |101> - |110> with equal probability 1/2. [measure1] (st=134) -> 1/2: (st'=23) & (outcome'=0) + 1/2: (st'=59) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |010> - |101> - |110> gives + |001> - |010> or + |101> + |110> with equal probability 1/2. [measure1] (st=135) -> 1/2: (st'=23) & (outcome'=0) + 1/2: (st'=58) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |011> + |100> + |110> gives + |001> + |011> or + |100> + |110> with equal probability 1/2. [measure1] (st=136) -> 1/2: (st'=24) & (outcome'=0) + 1/2: (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |011> + |100> - |110> gives + |001> + |011> or + |100> - |110> with equal probability 1/2. [measure1] (st=137) -> 1/2: (st'=24) & (outcome'=0) + 1/2: (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |011> - |100> + |110> gives + |001> + |011> or + |100> - |110> with equal probability 1/2. [measure1] (st=138) -> 1/2: (st'=24) & (outcome'=0) + 1/2: (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |011> - |100> - |110> gives + |001> + |011> or + |100> + |110> with equal probability 1/2. [measure1] (st=139) -> 1/2: (st'=24) & (outcome'=0) + 1/2: (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |011> + |100> + |110> gives + |001> - |011> or + |100> + |110> with equal probability 1/2. [measure1] (st=140) -> 1/2: (st'=25) & (outcome'=0) + 1/2: (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |011> + |100> - |110> gives + |001> - |011> or + |100> - |110> with equal probability 1/2. [measure1] (st=141) -> 1/2: (st'=25) & (outcome'=0) + 1/2: (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |011> - |100> + |110> gives + |001> - |011> or + |100> - |110> with equal probability 1/2. [measure1] (st=142) -> 1/2: (st'=25) & (outcome'=0) + 1/2: (st'=55) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |011> - |100> - |110> gives + |001> - |011> or + |100> + |110> with equal probability 1/2. [measure1] (st=143) -> 1/2: (st'=25) & (outcome'=0) + 1/2: (st'=54) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |011> + |101> + |111> gives + |001> + |011> or + |101> + |111> with equal probability 1/2. [measure1] (st=144) -> 1/2: (st'=24) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |011> + |101> - |111> gives + |001> + |011> or + |101> - |111> with equal probability 1/2. [measure1] (st=145) -> 1/2: (st'=24) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |011> - |101> + |111> gives + |001> + |011> or + |101> - |111> with equal probability 1/2. [measure1] (st=146) -> 1/2: (st'=24) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |001> + |011> - |101> - |111> gives + |001> + |011> or + |101> + |111> with equal probability 1/2. [measure1] (st=147) -> 1/2: (st'=24) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |011> + |101> + |111> gives + |001> - |011> or + |101> + |111> with equal probability 1/2. [measure1] (st=148) -> 1/2: (st'=25) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |011> + |101> - |111> gives + |001> - |011> or + |101> - |111> with equal probability 1/2. [measure1] (st=149) -> 1/2: (st'=25) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |011> - |101> + |111> gives + |001> - |011> or + |101> - |111> with equal probability 1/2. [measure1] (st=150) -> 1/2: (st'=25) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 1 of + |001> - |011> - |101> - |111> gives + |001> - |011> or + |101> + |111> with equal probability 1/2. [measure1] (st=151) -> 1/2: (st'=25) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> + |100> + |101> gives + |010> + |011> or + |100> + |101> with equal probability 1/2. [measure1] (st=152) -> 1/2: (st'=34) & (outcome'=0) + 1/2: (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> + |100> - |101> gives + |010> + |011> or + |100> - |101> with equal probability 1/2. [measure1] (st=153) -> 1/2: (st'=34) & (outcome'=0) + 1/2: (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> - |100> + |101> gives + |010> + |011> or + |100> - |101> with equal probability 1/2. [measure1] (st=154) -> 1/2: (st'=34) & (outcome'=0) + 1/2: (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> - |100> - |101> gives + |010> + |011> or + |100> + |101> with equal probability 1/2. [measure1] (st=155) -> 1/2: (st'=34) & (outcome'=0) + 1/2: (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |011> + |100> + |101> gives + |010> - |011> or + |100> + |101> with equal probability 1/2. [measure1] (st=156) -> 1/2: (st'=35) & (outcome'=0) + 1/2: (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |011> + |100> - |101> gives + |010> - |011> or + |100> - |101> with equal probability 1/2. [measure1] (st=157) -> 1/2: (st'=35) & (outcome'=0) + 1/2: (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |011> - |100> + |101> gives + |010> - |011> or + |100> - |101> with equal probability 1/2. [measure1] (st=158) -> 1/2: (st'=35) & (outcome'=0) + 1/2: (st'=53) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |011> - |100> - |101> gives + |010> - |011> or + |100> + |101> with equal probability 1/2. [measure1] (st=159) -> 1/2: (st'=35) & (outcome'=0) + 1/2: (st'=52) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> + |110> + |111> gives + |010> + |011> or + |110> + |111> with equal probability 1/2. [measure1] (st=160) -> 1/2: (st'=34) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> + |110> - |111> gives + |010> + |011> or + |110> - |111> with equal probability 1/2. [measure1] (st=161) -> 1/2: (st'=34) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> - |110> + |111> gives + |010> + |011> or + |110> - |111> with equal probability 1/2. [measure1] (st=162) -> 1/2: (st'=34) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |010> + |011> - |110> - |111> gives + |010> + |011> or + |110> + |111> with equal probability 1/2. [measure1] (st=163) -> 1/2: (st'=34) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |011> + |110> + |111> gives + |010> - |011> or + |110> + |111> with equal probability 1/2. [measure1] (st=164) -> 1/2: (st'=35) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |011> + |110> - |111> gives + |010> - |011> or + |110> - |111> with equal probability 1/2. [measure1] (st=165) -> 1/2: (st'=35) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |011> - |110> + |111> gives + |010> - |011> or + |110> - |111> with equal probability 1/2. [measure1] (st=166) -> 1/2: (st'=35) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 1 of + |010> - |011> - |110> - |111> gives + |010> - |011> or + |110> + |111> with equal probability 1/2. [measure1] (st=167) -> 1/2: (st'=35) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 1 of + |100> + |101> + |110> + |111> gives + |100> + |101> + |110> + |111> [measure1] (st=168) -> (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |100> + |101> + |110> - |111> gives + |100> + |101> + |110> - |111> [measure1] (st=169) -> (st'=169) & (outcome'=1); // Measuring qubit no. 1 of + |100> + |101> - |110> + |111> gives + |100> + |101> - |110> + |111> [measure1] (st=170) -> (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |100> + |101> - |110> - |111> gives + |100> + |101> - |110> - |111> [measure1] (st=171) -> (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |100> - |101> + |110> + |111> gives + |100> - |101> + |110> + |111> [measure1] (st=172) -> (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |100> - |101> + |110> - |111> gives + |100> - |101> + |110> - |111> [measure1] (st=173) -> (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |100> - |101> - |110> + |111> gives + |100> - |101> - |110> + |111> [measure1] (st=174) -> (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |100> - |101> - |110> - |111> gives + |100> - |101> - |110> - |111> [measure1] (st=175) -> (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> gives + |000> + |001> + |010> + |011> or + |100> + |101> + |110> + |111> with equal probability 1/2. [measure1] (st=176) -> 1/2: (st'=64) & (outcome'=0) + 1/2: (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> gives + |000> + |001> + |010> + |011> or + |100> + |101> - |110> - |111> with equal probability 1/2. [measure1] (st=177) -> 1/2: (st'=64) & (outcome'=0) + 1/2: (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> gives + |000> + |001> + |010> + |011> or + |100> - |101> + |110> - |111> with equal probability 1/2. [measure1] (st=178) -> 1/2: (st'=64) & (outcome'=0) + 1/2: (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> gives + |000> + |001> + |010> + |011> or + |100> - |101> - |110> + |111> with equal probability 1/2. [measure1] (st=179) -> 1/2: (st'=64) & (outcome'=0) + 1/2: (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> gives + |000> + |001> + |010> + |011> or + |100> - |101> - |110> + |111> with equal probability 1/2. [measure1] (st=180) -> 1/2: (st'=64) & (outcome'=0) + 1/2: (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> gives + |000> + |001> + |010> + |011> or + |100> - |101> + |110> - |111> with equal probability 1/2. [measure1] (st=181) -> 1/2: (st'=64) & (outcome'=0) + 1/2: (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> gives + |000> + |001> + |010> + |011> or + |100> + |101> - |110> - |111> with equal probability 1/2. [measure1] (st=182) -> 1/2: (st'=64) & (outcome'=0) + 1/2: (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> gives + |000> + |001> + |010> + |011> or + |100> + |101> + |110> + |111> with equal probability 1/2. [measure1] (st=183) -> 1/2: (st'=64) & (outcome'=0) + 1/2: (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> gives + |000> + |001> + |010> - |011> or + |100> + |101> + |110> - |111> with equal probability 1/2. [measure1] (st=184) -> 1/2: (st'=65) & (outcome'=0) + 1/2: (st'=169) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> gives + |000> + |001> + |010> - |011> or + |100> + |101> - |110> + |111> with equal probability 1/2. [measure1] (st=185) -> 1/2: (st'=65) & (outcome'=0) + 1/2: (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> gives + |000> + |001> + |010> - |011> or + |100> - |101> + |110> + |111> with equal probability 1/2. [measure1] (st=186) -> 1/2: (st'=65) & (outcome'=0) + 1/2: (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> gives + |000> + |001> + |010> - |011> or + |100> - |101> - |110> - |111> with equal probability 1/2. [measure1] (st=187) -> 1/2: (st'=65) & (outcome'=0) + 1/2: (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> gives + |000> + |001> + |010> - |011> or + |100> - |101> - |110> - |111> with equal probability 1/2. [measure1] (st=188) -> 1/2: (st'=65) & (outcome'=0) + 1/2: (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> gives + |000> + |001> + |010> - |011> or + |100> - |101> + |110> + |111> with equal probability 1/2. [measure1] (st=189) -> 1/2: (st'=65) & (outcome'=0) + 1/2: (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> gives + |000> + |001> + |010> - |011> or + |100> + |101> - |110> + |111> with equal probability 1/2. [measure1] (st=190) -> 1/2: (st'=65) & (outcome'=0) + 1/2: (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> gives + |000> + |001> + |010> - |011> or + |100> + |101> + |110> - |111> with equal probability 1/2. [measure1] (st=191) -> 1/2: (st'=65) & (outcome'=0) + 1/2: (st'=169) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> gives + |000> + |001> - |010> + |011> or + |100> + |101> + |110> - |111> with equal probability 1/2. [measure1] (st=192) -> 1/2: (st'=66) & (outcome'=0) + 1/2: (st'=169) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> gives + |000> + |001> - |010> + |011> or + |100> + |101> - |110> + |111> with equal probability 1/2. [measure1] (st=193) -> 1/2: (st'=66) & (outcome'=0) + 1/2: (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> gives + |000> + |001> - |010> + |011> or + |100> - |101> + |110> + |111> with equal probability 1/2. [measure1] (st=194) -> 1/2: (st'=66) & (outcome'=0) + 1/2: (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> gives + |000> + |001> - |010> + |011> or + |100> - |101> - |110> - |111> with equal probability 1/2. [measure1] (st=195) -> 1/2: (st'=66) & (outcome'=0) + 1/2: (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> gives + |000> + |001> - |010> + |011> or + |100> - |101> - |110> - |111> with equal probability 1/2. [measure1] (st=196) -> 1/2: (st'=66) & (outcome'=0) + 1/2: (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> gives + |000> + |001> - |010> + |011> or + |100> - |101> + |110> + |111> with equal probability 1/2. [measure1] (st=197) -> 1/2: (st'=66) & (outcome'=0) + 1/2: (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> gives + |000> + |001> - |010> + |011> or + |100> + |101> - |110> + |111> with equal probability 1/2. [measure1] (st=198) -> 1/2: (st'=66) & (outcome'=0) + 1/2: (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> gives + |000> + |001> - |010> + |011> or + |100> + |101> + |110> - |111> with equal probability 1/2. [measure1] (st=199) -> 1/2: (st'=66) & (outcome'=0) + 1/2: (st'=169) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> gives + |000> + |001> - |010> - |011> or + |100> + |101> + |110> + |111> with equal probability 1/2. [measure1] (st=200) -> 1/2: (st'=67) & (outcome'=0) + 1/2: (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> gives + |000> + |001> - |010> - |011> or + |100> + |101> - |110> - |111> with equal probability 1/2. [measure1] (st=201) -> 1/2: (st'=67) & (outcome'=0) + 1/2: (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> gives + |000> + |001> - |010> - |011> or + |100> - |101> + |110> - |111> with equal probability 1/2. [measure1] (st=202) -> 1/2: (st'=67) & (outcome'=0) + 1/2: (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> gives + |000> + |001> - |010> - |011> or + |100> - |101> - |110> + |111> with equal probability 1/2. [measure1] (st=203) -> 1/2: (st'=67) & (outcome'=0) + 1/2: (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> gives + |000> + |001> - |010> - |011> or + |100> - |101> - |110> + |111> with equal probability 1/2. [measure1] (st=204) -> 1/2: (st'=67) & (outcome'=0) + 1/2: (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> gives + |000> + |001> - |010> - |011> or + |100> - |101> + |110> - |111> with equal probability 1/2. [measure1] (st=205) -> 1/2: (st'=67) & (outcome'=0) + 1/2: (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> gives + |000> + |001> - |010> - |011> or + |100> + |101> - |110> - |111> with equal probability 1/2. [measure1] (st=206) -> 1/2: (st'=67) & (outcome'=0) + 1/2: (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> gives + |000> + |001> - |010> - |011> or + |100> + |101> + |110> + |111> with equal probability 1/2. [measure1] (st=207) -> 1/2: (st'=67) & (outcome'=0) + 1/2: (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> gives + |000> - |001> + |010> + |011> or + |100> + |101> + |110> - |111> with equal probability 1/2. [measure1] (st=208) -> 1/2: (st'=68) & (outcome'=0) + 1/2: (st'=169) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> gives + |000> - |001> + |010> + |011> or + |100> + |101> - |110> + |111> with equal probability 1/2. [measure1] (st=209) -> 1/2: (st'=68) & (outcome'=0) + 1/2: (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> gives + |000> - |001> + |010> + |011> or + |100> - |101> + |110> + |111> with equal probability 1/2. [measure1] (st=210) -> 1/2: (st'=68) & (outcome'=0) + 1/2: (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> gives + |000> - |001> + |010> + |011> or + |100> - |101> - |110> - |111> with equal probability 1/2. [measure1] (st=211) -> 1/2: (st'=68) & (outcome'=0) + 1/2: (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> gives + |000> - |001> + |010> + |011> or + |100> - |101> - |110> - |111> with equal probability 1/2. [measure1] (st=212) -> 1/2: (st'=68) & (outcome'=0) + 1/2: (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> gives + |000> - |001> + |010> + |011> or + |100> - |101> + |110> + |111> with equal probability 1/2. [measure1] (st=213) -> 1/2: (st'=68) & (outcome'=0) + 1/2: (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> gives + |000> - |001> + |010> + |011> or + |100> + |101> - |110> + |111> with equal probability 1/2. [measure1] (st=214) -> 1/2: (st'=68) & (outcome'=0) + 1/2: (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> gives + |000> - |001> + |010> + |011> or + |100> + |101> + |110> - |111> with equal probability 1/2. [measure1] (st=215) -> 1/2: (st'=68) & (outcome'=0) + 1/2: (st'=169) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> gives + |000> - |001> + |010> - |011> or + |100> + |101> + |110> + |111> with equal probability 1/2. [measure1] (st=216) -> 1/2: (st'=69) & (outcome'=0) + 1/2: (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> gives + |000> - |001> + |010> - |011> or + |100> + |101> - |110> - |111> with equal probability 1/2. [measure1] (st=217) -> 1/2: (st'=69) & (outcome'=0) + 1/2: (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> gives + |000> - |001> + |010> - |011> or + |100> - |101> + |110> - |111> with equal probability 1/2. [measure1] (st=218) -> 1/2: (st'=69) & (outcome'=0) + 1/2: (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> gives + |000> - |001> + |010> - |011> or + |100> - |101> - |110> + |111> with equal probability 1/2. [measure1] (st=219) -> 1/2: (st'=69) & (outcome'=0) + 1/2: (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> gives + |000> - |001> + |010> - |011> or + |100> - |101> - |110> + |111> with equal probability 1/2. [measure1] (st=220) -> 1/2: (st'=69) & (outcome'=0) + 1/2: (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> gives + |000> - |001> + |010> - |011> or + |100> - |101> + |110> - |111> with equal probability 1/2. [measure1] (st=221) -> 1/2: (st'=69) & (outcome'=0) + 1/2: (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> gives + |000> - |001> + |010> - |011> or + |100> + |101> - |110> - |111> with equal probability 1/2. [measure1] (st=222) -> 1/2: (st'=69) & (outcome'=0) + 1/2: (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> gives + |000> - |001> + |010> - |011> or + |100> + |101> + |110> + |111> with equal probability 1/2. [measure1] (st=223) -> 1/2: (st'=69) & (outcome'=0) + 1/2: (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> gives + |000> - |001> - |010> + |011> or + |100> + |101> + |110> + |111> with equal probability 1/2. [measure1] (st=224) -> 1/2: (st'=70) & (outcome'=0) + 1/2: (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> gives + |000> - |001> - |010> + |011> or + |100> + |101> - |110> - |111> with equal probability 1/2. [measure1] (st=225) -> 1/2: (st'=70) & (outcome'=0) + 1/2: (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> gives + |000> - |001> - |010> + |011> or + |100> - |101> + |110> - |111> with equal probability 1/2. [measure1] (st=226) -> 1/2: (st'=70) & (outcome'=0) + 1/2: (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> gives + |000> - |001> - |010> + |011> or + |100> - |101> - |110> + |111> with equal probability 1/2. [measure1] (st=227) -> 1/2: (st'=70) & (outcome'=0) + 1/2: (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> gives + |000> - |001> - |010> + |011> or + |100> - |101> - |110> + |111> with equal probability 1/2. [measure1] (st=228) -> 1/2: (st'=70) & (outcome'=0) + 1/2: (st'=174) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> gives + |000> - |001> - |010> + |011> or + |100> - |101> + |110> - |111> with equal probability 1/2. [measure1] (st=229) -> 1/2: (st'=70) & (outcome'=0) + 1/2: (st'=173) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> gives + |000> - |001> - |010> + |011> or + |100> + |101> - |110> - |111> with equal probability 1/2. [measure1] (st=230) -> 1/2: (st'=70) & (outcome'=0) + 1/2: (st'=171) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> gives + |000> - |001> - |010> + |011> or + |100> + |101> + |110> + |111> with equal probability 1/2. [measure1] (st=231) -> 1/2: (st'=70) & (outcome'=0) + 1/2: (st'=168) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> gives + |000> - |001> - |010> - |011> or + |100> + |101> + |110> - |111> with equal probability 1/2. [measure1] (st=232) -> 1/2: (st'=71) & (outcome'=0) + 1/2: (st'=169) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> gives + |000> - |001> - |010> - |011> or + |100> + |101> - |110> + |111> with equal probability 1/2. [measure1] (st=233) -> 1/2: (st'=71) & (outcome'=0) + 1/2: (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> gives + |000> - |001> - |010> - |011> or + |100> - |101> + |110> + |111> with equal probability 1/2. [measure1] (st=234) -> 1/2: (st'=71) & (outcome'=0) + 1/2: (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> gives + |000> - |001> - |010> - |011> or + |100> - |101> - |110> - |111> with equal probability 1/2. [measure1] (st=235) -> 1/2: (st'=71) & (outcome'=0) + 1/2: (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> gives + |000> - |001> - |010> - |011> or + |100> - |101> - |110> - |111> with equal probability 1/2. [measure1] (st=236) -> 1/2: (st'=71) & (outcome'=0) + 1/2: (st'=175) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> gives + |000> - |001> - |010> - |011> or + |100> - |101> + |110> + |111> with equal probability 1/2. [measure1] (st=237) -> 1/2: (st'=71) & (outcome'=0) + 1/2: (st'=172) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> gives + |000> - |001> - |010> - |011> or + |100> + |101> - |110> + |111> with equal probability 1/2. [measure1] (st=238) -> 1/2: (st'=71) & (outcome'=0) + 1/2: (st'=170) & (outcome'=1); // Measuring qubit no. 1 of + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> gives + |000> - |001> - |010> - |011> or + |100> + |101> + |110> - |111> with equal probability 1/2. [measure1] (st=239) -> 1/2: (st'=71) & (outcome'=0) + 1/2: (st'=169) & (outcome'=1); // Measuring qubit no. 2 of + |000> gives + |000> [measure2] (st=0) -> (st'=0) & (outcome'=0); // Measuring qubit no. 2 of + |001> gives + |001> [measure2] (st=1) -> (st'=1) & (outcome'=0); // Measuring qubit no. 2 of + |010> gives + |010> [measure2] (st=2) -> (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |011> gives + |011> [measure2] (st=3) -> (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |100> gives + |100> [measure2] (st=4) -> (st'=4) & (outcome'=0); // Measuring qubit no. 2 of + |101> gives + |101> [measure2] (st=5) -> (st'=5) & (outcome'=0); // Measuring qubit no. 2 of + |110> gives + |110> [measure2] (st=6) -> (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |111> gives + |111> [measure2] (st=7) -> (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> gives + |000> + |001> [measure2] (st=8) -> (st'=8) & (outcome'=0); // Measuring qubit no. 2 of + |000> - |001> gives + |000> - |001> [measure2] (st=9) -> (st'=9) & (outcome'=0); // Measuring qubit no. 2 of + |000> + |010> gives + |000> or + |010> with equal probability 1/2. [measure2] (st=10) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> gives + |000> or + |010> with equal probability 1/2. [measure2] (st=11) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> gives + |000> or + |011> with equal probability 1/2. [measure2] (st=12) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> gives + |000> or + |011> with equal probability 1/2. [measure2] (st=13) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |100> gives + |000> + |100> [measure2] (st=14) -> (st'=14) & (outcome'=0); // Measuring qubit no. 2 of + |000> - |100> gives + |000> - |100> [measure2] (st=15) -> (st'=15) & (outcome'=0); // Measuring qubit no. 2 of + |000> + |101> gives + |000> + |101> [measure2] (st=16) -> (st'=16) & (outcome'=0); // Measuring qubit no. 2 of + |000> - |101> gives + |000> - |101> [measure2] (st=17) -> (st'=17) & (outcome'=0); // Measuring qubit no. 2 of + |000> + |110> gives + |000> or + |110> with equal probability 1/2. [measure2] (st=18) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |110> gives + |000> or + |110> with equal probability 1/2. [measure2] (st=19) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |111> gives + |000> or + |111> with equal probability 1/2. [measure2] (st=20) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |111> gives + |000> or + |111> with equal probability 1/2. [measure2] (st=21) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> gives + |001> or + |010> with equal probability 1/2. [measure2] (st=22) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> gives + |001> or + |010> with equal probability 1/2. [measure2] (st=23) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> gives + |001> or + |011> with equal probability 1/2. [measure2] (st=24) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> gives + |001> or + |011> with equal probability 1/2. [measure2] (st=25) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |100> gives + |001> + |100> [measure2] (st=26) -> (st'=26) & (outcome'=0); // Measuring qubit no. 2 of + |001> - |100> gives + |001> - |100> [measure2] (st=27) -> (st'=27) & (outcome'=0); // Measuring qubit no. 2 of + |001> + |101> gives + |001> + |101> [measure2] (st=28) -> (st'=28) & (outcome'=0); // Measuring qubit no. 2 of + |001> - |101> gives + |001> - |101> [measure2] (st=29) -> (st'=29) & (outcome'=0); // Measuring qubit no. 2 of + |001> + |110> gives + |001> or + |110> with equal probability 1/2. [measure2] (st=30) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |110> gives + |001> or + |110> with equal probability 1/2. [measure2] (st=31) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |111> gives + |001> or + |111> with equal probability 1/2. [measure2] (st=32) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |111> gives + |001> or + |111> with equal probability 1/2. [measure2] (st=33) -> 1/2: (st'=1) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> gives + |010> + |011> [measure2] (st=34) -> (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> gives + |010> - |011> [measure2] (st=35) -> (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |100> gives + |100> or + |010> with equal probability 1/2. [measure2] (st=36) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |100> gives + |100> or + |010> with equal probability 1/2. [measure2] (st=37) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |101> gives + |101> or + |010> with equal probability 1/2. [measure2] (st=38) -> 1/2: (st'=5) & (outcome'=0) + 1/2: (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |101> gives + |101> or + |010> with equal probability 1/2. [measure2] (st=39) -> 1/2: (st'=5) & (outcome'=0) + 1/2: (st'=2) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |110> gives + |010> + |110> [measure2] (st=40) -> (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |110> gives + |010> - |110> [measure2] (st=41) -> (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |111> gives + |010> + |111> [measure2] (st=42) -> (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |111> gives + |010> - |111> [measure2] (st=43) -> (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |011> + |100> gives + |100> or + |011> with equal probability 1/2. [measure2] (st=44) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |011> - |100> gives + |100> or + |011> with equal probability 1/2. [measure2] (st=45) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |011> + |101> gives + |101> or + |011> with equal probability 1/2. [measure2] (st=46) -> 1/2: (st'=5) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |011> - |101> gives + |101> or + |011> with equal probability 1/2. [measure2] (st=47) -> 1/2: (st'=5) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 2 of + |011> + |110> gives + |011> + |110> [measure2] (st=48) -> (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |011> - |110> gives + |011> - |110> [measure2] (st=49) -> (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |011> + |111> gives + |011> + |111> [measure2] (st=50) -> (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |011> - |111> gives + |011> - |111> [measure2] (st=51) -> (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |100> + |101> gives + |100> + |101> [measure2] (st=52) -> (st'=52) & (outcome'=0); // Measuring qubit no. 2 of + |100> - |101> gives + |100> - |101> [measure2] (st=53) -> (st'=53) & (outcome'=0); // Measuring qubit no. 2 of + |100> + |110> gives + |100> or + |110> with equal probability 1/2. [measure2] (st=54) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |100> - |110> gives + |100> or + |110> with equal probability 1/2. [measure2] (st=55) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |100> + |111> gives + |100> or + |111> with equal probability 1/2. [measure2] (st=56) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |100> - |111> gives + |100> or + |111> with equal probability 1/2. [measure2] (st=57) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |101> + |110> gives + |101> or + |110> with equal probability 1/2. [measure2] (st=58) -> 1/2: (st'=5) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |101> - |110> gives + |101> or + |110> with equal probability 1/2. [measure2] (st=59) -> 1/2: (st'=5) & (outcome'=0) + 1/2: (st'=6) & (outcome'=1); // Measuring qubit no. 2 of + |101> + |111> gives + |101> or + |111> with equal probability 1/2. [measure2] (st=60) -> 1/2: (st'=5) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |101> - |111> gives + |101> or + |111> with equal probability 1/2. [measure2] (st=61) -> 1/2: (st'=5) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 2 of + |110> + |111> gives + |110> + |111> [measure2] (st=62) -> (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |110> - |111> gives + |110> - |111> [measure2] (st=63) -> (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> gives + |000> + |001> or + |010> + |011> with equal probability 1/2. [measure2] (st=64) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> gives + |000> + |001> or + |010> - |011> with equal probability 1/2. [measure2] (st=65) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> gives + |000> + |001> or + |010> - |011> with equal probability 1/2. [measure2] (st=66) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> gives + |000> + |001> or + |010> + |011> with equal probability 1/2. [measure2] (st=67) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> gives + |000> - |001> or + |010> + |011> with equal probability 1/2. [measure2] (st=68) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> gives + |000> - |001> or + |010> - |011> with equal probability 1/2. [measure2] (st=69) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> gives + |000> - |001> or + |010> - |011> with equal probability 1/2. [measure2] (st=70) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> gives + |000> - |001> or + |010> + |011> with equal probability 1/2. [measure2] (st=71) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |100> + |101> gives + |000> + |001> + |100> + |101> [measure2] (st=72) -> (st'=72) & (outcome'=0); // Measuring qubit no. 2 of + |000> + |001> + |100> - |101> gives + |000> + |001> + |100> - |101> [measure2] (st=73) -> (st'=73) & (outcome'=0); // Measuring qubit no. 2 of + |000> + |001> - |100> + |101> gives + |000> + |001> - |100> + |101> [measure2] (st=74) -> (st'=74) & (outcome'=0); // Measuring qubit no. 2 of + |000> + |001> - |100> - |101> gives + |000> + |001> - |100> - |101> [measure2] (st=75) -> (st'=75) & (outcome'=0); // Measuring qubit no. 2 of + |000> - |001> + |100> + |101> gives + |000> - |001> + |100> + |101> [measure2] (st=76) -> (st'=76) & (outcome'=0); // Measuring qubit no. 2 of + |000> - |001> + |100> - |101> gives + |000> - |001> + |100> - |101> [measure2] (st=77) -> (st'=77) & (outcome'=0); // Measuring qubit no. 2 of + |000> - |001> - |100> + |101> gives + |000> - |001> - |100> + |101> [measure2] (st=78) -> (st'=78) & (outcome'=0); // Measuring qubit no. 2 of + |000> - |001> - |100> - |101> gives + |000> - |001> - |100> - |101> [measure2] (st=79) -> (st'=79) & (outcome'=0); // Measuring qubit no. 2 of + |000> + |001> + |110> + |111> gives + |000> + |001> or + |110> + |111> with equal probability 1/2. [measure2] (st=80) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |110> - |111> gives + |000> + |001> or + |110> - |111> with equal probability 1/2. [measure2] (st=81) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |110> + |111> gives + |000> + |001> or + |110> - |111> with equal probability 1/2. [measure2] (st=82) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |110> - |111> gives + |000> + |001> or + |110> + |111> with equal probability 1/2. [measure2] (st=83) -> 1/2: (st'=8) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |110> + |111> gives + |000> - |001> or + |110> + |111> with equal probability 1/2. [measure2] (st=84) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |110> - |111> gives + |000> - |001> or + |110> - |111> with equal probability 1/2. [measure2] (st=85) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |110> + |111> gives + |000> - |001> or + |110> - |111> with equal probability 1/2. [measure2] (st=86) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |110> - |111> gives + |000> - |001> or + |110> + |111> with equal probability 1/2. [measure2] (st=87) -> 1/2: (st'=9) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |010> + |100> + |110> gives + |000> + |100> or + |010> + |110> with equal probability 1/2. [measure2] (st=88) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |010> + |100> - |110> gives + |000> + |100> or + |010> - |110> with equal probability 1/2. [measure2] (st=89) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |010> - |100> + |110> gives + |000> - |100> or + |010> + |110> with equal probability 1/2. [measure2] (st=90) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |010> - |100> - |110> gives + |000> - |100> or + |010> - |110> with equal probability 1/2. [measure2] (st=91) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> + |100> + |110> gives + |000> + |100> or + |010> - |110> with equal probability 1/2. [measure2] (st=92) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> + |100> - |110> gives + |000> + |100> or + |010> + |110> with equal probability 1/2. [measure2] (st=93) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> - |100> + |110> gives + |000> - |100> or + |010> - |110> with equal probability 1/2. [measure2] (st=94) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> - |100> - |110> gives + |000> - |100> or + |010> + |110> with equal probability 1/2. [measure2] (st=95) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |010> + |101> + |111> gives + |000> + |101> or + |010> + |111> with equal probability 1/2. [measure2] (st=96) -> 1/2: (st'=16) & (outcome'=0) + 1/2: (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |010> + |101> - |111> gives + |000> + |101> or + |010> - |111> with equal probability 1/2. [measure2] (st=97) -> 1/2: (st'=16) & (outcome'=0) + 1/2: (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |010> - |101> + |111> gives + |000> - |101> or + |010> + |111> with equal probability 1/2. [measure2] (st=98) -> 1/2: (st'=17) & (outcome'=0) + 1/2: (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |010> - |101> - |111> gives + |000> - |101> or + |010> - |111> with equal probability 1/2. [measure2] (st=99) -> 1/2: (st'=17) & (outcome'=0) + 1/2: (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> + |101> + |111> gives + |000> + |101> or + |010> - |111> with equal probability 1/2. [measure2] (st=100) -> 1/2: (st'=16) & (outcome'=0) + 1/2: (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> + |101> - |111> gives + |000> + |101> or + |010> + |111> with equal probability 1/2. [measure2] (st=101) -> 1/2: (st'=16) & (outcome'=0) + 1/2: (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> - |101> + |111> gives + |000> - |101> or + |010> - |111> with equal probability 1/2. [measure2] (st=102) -> 1/2: (st'=17) & (outcome'=0) + 1/2: (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |010> - |101> - |111> gives + |000> - |101> or + |010> + |111> with equal probability 1/2. [measure2] (st=103) -> 1/2: (st'=17) & (outcome'=0) + 1/2: (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> + |100> + |111> gives + |000> + |100> or + |011> + |111> with equal probability 1/2. [measure2] (st=104) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> + |100> - |111> gives + |000> + |100> or + |011> - |111> with equal probability 1/2. [measure2] (st=105) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> - |100> + |111> gives + |000> - |100> or + |011> + |111> with equal probability 1/2. [measure2] (st=106) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> - |100> - |111> gives + |000> - |100> or + |011> - |111> with equal probability 1/2. [measure2] (st=107) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> + |100> + |111> gives + |000> + |100> or + |011> - |111> with equal probability 1/2. [measure2] (st=108) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> + |100> - |111> gives + |000> + |100> or + |011> + |111> with equal probability 1/2. [measure2] (st=109) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> - |100> + |111> gives + |000> - |100> or + |011> - |111> with equal probability 1/2. [measure2] (st=110) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> - |100> - |111> gives + |000> - |100> or + |011> + |111> with equal probability 1/2. [measure2] (st=111) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> + |101> + |110> gives + |000> + |101> or + |011> + |110> with equal probability 1/2. [measure2] (st=112) -> 1/2: (st'=16) & (outcome'=0) + 1/2: (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> + |101> - |110> gives + |000> + |101> or + |011> - |110> with equal probability 1/2. [measure2] (st=113) -> 1/2: (st'=16) & (outcome'=0) + 1/2: (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> - |101> + |110> gives + |000> - |101> or + |011> + |110> with equal probability 1/2. [measure2] (st=114) -> 1/2: (st'=17) & (outcome'=0) + 1/2: (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |011> - |101> - |110> gives + |000> - |101> or + |011> - |110> with equal probability 1/2. [measure2] (st=115) -> 1/2: (st'=17) & (outcome'=0) + 1/2: (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> + |101> + |110> gives + |000> + |101> or + |011> - |110> with equal probability 1/2. [measure2] (st=116) -> 1/2: (st'=16) & (outcome'=0) + 1/2: (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> + |101> - |110> gives + |000> + |101> or + |011> + |110> with equal probability 1/2. [measure2] (st=117) -> 1/2: (st'=16) & (outcome'=0) + 1/2: (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> - |101> + |110> gives + |000> - |101> or + |011> - |110> with equal probability 1/2. [measure2] (st=118) -> 1/2: (st'=17) & (outcome'=0) + 1/2: (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |011> - |101> - |110> gives + |000> - |101> or + |011> + |110> with equal probability 1/2. [measure2] (st=119) -> 1/2: (st'=17) & (outcome'=0) + 1/2: (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> + |100> + |111> gives + |001> + |100> or + |010> + |111> with equal probability 1/2. [measure2] (st=120) -> 1/2: (st'=26) & (outcome'=0) + 1/2: (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> + |100> - |111> gives + |001> + |100> or + |010> - |111> with equal probability 1/2. [measure2] (st=121) -> 1/2: (st'=26) & (outcome'=0) + 1/2: (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> - |100> + |111> gives + |001> - |100> or + |010> + |111> with equal probability 1/2. [measure2] (st=122) -> 1/2: (st'=27) & (outcome'=0) + 1/2: (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> - |100> - |111> gives + |001> - |100> or + |010> - |111> with equal probability 1/2. [measure2] (st=123) -> 1/2: (st'=27) & (outcome'=0) + 1/2: (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> + |100> + |111> gives + |001> + |100> or + |010> - |111> with equal probability 1/2. [measure2] (st=124) -> 1/2: (st'=26) & (outcome'=0) + 1/2: (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> + |100> - |111> gives + |001> + |100> or + |010> + |111> with equal probability 1/2. [measure2] (st=125) -> 1/2: (st'=26) & (outcome'=0) + 1/2: (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> - |100> + |111> gives + |001> - |100> or + |010> - |111> with equal probability 1/2. [measure2] (st=126) -> 1/2: (st'=27) & (outcome'=0) + 1/2: (st'=43) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> - |100> - |111> gives + |001> - |100> or + |010> + |111> with equal probability 1/2. [measure2] (st=127) -> 1/2: (st'=27) & (outcome'=0) + 1/2: (st'=42) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> + |101> + |110> gives + |001> + |101> or + |010> + |110> with equal probability 1/2. [measure2] (st=128) -> 1/2: (st'=28) & (outcome'=0) + 1/2: (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> + |101> - |110> gives + |001> + |101> or + |010> - |110> with equal probability 1/2. [measure2] (st=129) -> 1/2: (st'=28) & (outcome'=0) + 1/2: (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> - |101> + |110> gives + |001> - |101> or + |010> + |110> with equal probability 1/2. [measure2] (st=130) -> 1/2: (st'=29) & (outcome'=0) + 1/2: (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |010> - |101> - |110> gives + |001> - |101> or + |010> - |110> with equal probability 1/2. [measure2] (st=131) -> 1/2: (st'=29) & (outcome'=0) + 1/2: (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> + |101> + |110> gives + |001> + |101> or + |010> - |110> with equal probability 1/2. [measure2] (st=132) -> 1/2: (st'=28) & (outcome'=0) + 1/2: (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> + |101> - |110> gives + |001> + |101> or + |010> + |110> with equal probability 1/2. [measure2] (st=133) -> 1/2: (st'=28) & (outcome'=0) + 1/2: (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> - |101> + |110> gives + |001> - |101> or + |010> - |110> with equal probability 1/2. [measure2] (st=134) -> 1/2: (st'=29) & (outcome'=0) + 1/2: (st'=41) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |010> - |101> - |110> gives + |001> - |101> or + |010> + |110> with equal probability 1/2. [measure2] (st=135) -> 1/2: (st'=29) & (outcome'=0) + 1/2: (st'=40) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> + |100> + |110> gives + |001> + |100> or + |011> + |110> with equal probability 1/2. [measure2] (st=136) -> 1/2: (st'=26) & (outcome'=0) + 1/2: (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> + |100> - |110> gives + |001> + |100> or + |011> - |110> with equal probability 1/2. [measure2] (st=137) -> 1/2: (st'=26) & (outcome'=0) + 1/2: (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> - |100> + |110> gives + |001> - |100> or + |011> + |110> with equal probability 1/2. [measure2] (st=138) -> 1/2: (st'=27) & (outcome'=0) + 1/2: (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> - |100> - |110> gives + |001> - |100> or + |011> - |110> with equal probability 1/2. [measure2] (st=139) -> 1/2: (st'=27) & (outcome'=0) + 1/2: (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> + |100> + |110> gives + |001> + |100> or + |011> - |110> with equal probability 1/2. [measure2] (st=140) -> 1/2: (st'=26) & (outcome'=0) + 1/2: (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> + |100> - |110> gives + |001> + |100> or + |011> + |110> with equal probability 1/2. [measure2] (st=141) -> 1/2: (st'=26) & (outcome'=0) + 1/2: (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> - |100> + |110> gives + |001> - |100> or + |011> - |110> with equal probability 1/2. [measure2] (st=142) -> 1/2: (st'=27) & (outcome'=0) + 1/2: (st'=49) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> - |100> - |110> gives + |001> - |100> or + |011> + |110> with equal probability 1/2. [measure2] (st=143) -> 1/2: (st'=27) & (outcome'=0) + 1/2: (st'=48) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> + |101> + |111> gives + |001> + |101> or + |011> + |111> with equal probability 1/2. [measure2] (st=144) -> 1/2: (st'=28) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> + |101> - |111> gives + |001> + |101> or + |011> - |111> with equal probability 1/2. [measure2] (st=145) -> 1/2: (st'=28) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> - |101> + |111> gives + |001> - |101> or + |011> + |111> with equal probability 1/2. [measure2] (st=146) -> 1/2: (st'=29) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |001> + |011> - |101> - |111> gives + |001> - |101> or + |011> - |111> with equal probability 1/2. [measure2] (st=147) -> 1/2: (st'=29) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> + |101> + |111> gives + |001> + |101> or + |011> - |111> with equal probability 1/2. [measure2] (st=148) -> 1/2: (st'=28) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> + |101> - |111> gives + |001> + |101> or + |011> + |111> with equal probability 1/2. [measure2] (st=149) -> 1/2: (st'=28) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> - |101> + |111> gives + |001> - |101> or + |011> - |111> with equal probability 1/2. [measure2] (st=150) -> 1/2: (st'=29) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 2 of + |001> - |011> - |101> - |111> gives + |001> - |101> or + |011> + |111> with equal probability 1/2. [measure2] (st=151) -> 1/2: (st'=29) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> + |100> + |101> gives + |100> + |101> or + |010> + |011> with equal probability 1/2. [measure2] (st=152) -> 1/2: (st'=52) & (outcome'=0) + 1/2: (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> + |100> - |101> gives + |100> - |101> or + |010> + |011> with equal probability 1/2. [measure2] (st=153) -> 1/2: (st'=53) & (outcome'=0) + 1/2: (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> - |100> + |101> gives + |100> - |101> or + |010> + |011> with equal probability 1/2. [measure2] (st=154) -> 1/2: (st'=53) & (outcome'=0) + 1/2: (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> - |100> - |101> gives + |100> + |101> or + |010> + |011> with equal probability 1/2. [measure2] (st=155) -> 1/2: (st'=52) & (outcome'=0) + 1/2: (st'=34) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> + |100> + |101> gives + |100> + |101> or + |010> - |011> with equal probability 1/2. [measure2] (st=156) -> 1/2: (st'=52) & (outcome'=0) + 1/2: (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> + |100> - |101> gives + |100> - |101> or + |010> - |011> with equal probability 1/2. [measure2] (st=157) -> 1/2: (st'=53) & (outcome'=0) + 1/2: (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> - |100> + |101> gives + |100> - |101> or + |010> - |011> with equal probability 1/2. [measure2] (st=158) -> 1/2: (st'=53) & (outcome'=0) + 1/2: (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> - |100> - |101> gives + |100> + |101> or + |010> - |011> with equal probability 1/2. [measure2] (st=159) -> 1/2: (st'=52) & (outcome'=0) + 1/2: (st'=35) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> + |110> + |111> gives + |010> + |011> + |110> + |111> [measure2] (st=160) -> (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> + |110> - |111> gives + |010> + |011> + |110> - |111> [measure2] (st=161) -> (st'=161) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> - |110> + |111> gives + |010> + |011> - |110> + |111> [measure2] (st=162) -> (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |010> + |011> - |110> - |111> gives + |010> + |011> - |110> - |111> [measure2] (st=163) -> (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> + |110> + |111> gives + |010> - |011> + |110> + |111> [measure2] (st=164) -> (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> + |110> - |111> gives + |010> - |011> + |110> - |111> [measure2] (st=165) -> (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> - |110> + |111> gives + |010> - |011> - |110> + |111> [measure2] (st=166) -> (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |010> - |011> - |110> - |111> gives + |010> - |011> - |110> - |111> [measure2] (st=167) -> (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |100> + |101> + |110> + |111> gives + |100> + |101> or + |110> + |111> with equal probability 1/2. [measure2] (st=168) -> 1/2: (st'=52) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |100> + |101> + |110> - |111> gives + |100> + |101> or + |110> - |111> with equal probability 1/2. [measure2] (st=169) -> 1/2: (st'=52) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |100> + |101> - |110> + |111> gives + |100> + |101> or + |110> - |111> with equal probability 1/2. [measure2] (st=170) -> 1/2: (st'=52) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |100> + |101> - |110> - |111> gives + |100> + |101> or + |110> + |111> with equal probability 1/2. [measure2] (st=171) -> 1/2: (st'=52) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |100> - |101> + |110> + |111> gives + |100> - |101> or + |110> + |111> with equal probability 1/2. [measure2] (st=172) -> 1/2: (st'=53) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |100> - |101> + |110> - |111> gives + |100> - |101> or + |110> - |111> with equal probability 1/2. [measure2] (st=173) -> 1/2: (st'=53) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |100> - |101> - |110> + |111> gives + |100> - |101> or + |110> - |111> with equal probability 1/2. [measure2] (st=174) -> 1/2: (st'=53) & (outcome'=0) + 1/2: (st'=63) & (outcome'=1); // Measuring qubit no. 2 of + |100> - |101> - |110> - |111> gives + |100> - |101> or + |110> + |111> with equal probability 1/2. [measure2] (st=175) -> 1/2: (st'=53) & (outcome'=0) + 1/2: (st'=62) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> gives + |000> + |001> + |100> + |101> or + |010> + |011> + |110> + |111> with equal probability 1/2. [measure2] (st=176) -> 1/2: (st'=72) & (outcome'=0) + 1/2: (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> gives + |000> + |001> + |100> + |101> or + |010> + |011> - |110> - |111> with equal probability 1/2. [measure2] (st=177) -> 1/2: (st'=72) & (outcome'=0) + 1/2: (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> gives + |000> + |001> + |100> - |101> or + |010> + |011> + |110> - |111> with equal probability 1/2. [measure2] (st=178) -> 1/2: (st'=73) & (outcome'=0) + 1/2: (st'=161) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> gives + |000> + |001> + |100> - |101> or + |010> + |011> - |110> + |111> with equal probability 1/2. [measure2] (st=179) -> 1/2: (st'=73) & (outcome'=0) + 1/2: (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> gives + |000> + |001> - |100> + |101> or + |010> + |011> + |110> - |111> with equal probability 1/2. [measure2] (st=180) -> 1/2: (st'=74) & (outcome'=0) + 1/2: (st'=161) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> gives + |000> + |001> - |100> + |101> or + |010> + |011> - |110> + |111> with equal probability 1/2. [measure2] (st=181) -> 1/2: (st'=74) & (outcome'=0) + 1/2: (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> gives + |000> + |001> - |100> - |101> or + |010> + |011> + |110> + |111> with equal probability 1/2. [measure2] (st=182) -> 1/2: (st'=75) & (outcome'=0) + 1/2: (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> gives + |000> + |001> - |100> - |101> or + |010> + |011> - |110> - |111> with equal probability 1/2. [measure2] (st=183) -> 1/2: (st'=75) & (outcome'=0) + 1/2: (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> gives + |000> + |001> + |100> + |101> or + |010> - |011> + |110> - |111> with equal probability 1/2. [measure2] (st=184) -> 1/2: (st'=72) & (outcome'=0) + 1/2: (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> gives + |000> + |001> + |100> + |101> or + |010> - |011> - |110> + |111> with equal probability 1/2. [measure2] (st=185) -> 1/2: (st'=72) & (outcome'=0) + 1/2: (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> gives + |000> + |001> + |100> - |101> or + |010> - |011> + |110> + |111> with equal probability 1/2. [measure2] (st=186) -> 1/2: (st'=73) & (outcome'=0) + 1/2: (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> gives + |000> + |001> + |100> - |101> or + |010> - |011> - |110> - |111> with equal probability 1/2. [measure2] (st=187) -> 1/2: (st'=73) & (outcome'=0) + 1/2: (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> gives + |000> + |001> - |100> + |101> or + |010> - |011> + |110> + |111> with equal probability 1/2. [measure2] (st=188) -> 1/2: (st'=74) & (outcome'=0) + 1/2: (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> gives + |000> + |001> - |100> + |101> or + |010> - |011> - |110> - |111> with equal probability 1/2. [measure2] (st=189) -> 1/2: (st'=74) & (outcome'=0) + 1/2: (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> gives + |000> + |001> - |100> - |101> or + |010> - |011> + |110> - |111> with equal probability 1/2. [measure2] (st=190) -> 1/2: (st'=75) & (outcome'=0) + 1/2: (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> gives + |000> + |001> - |100> - |101> or + |010> - |011> - |110> + |111> with equal probability 1/2. [measure2] (st=191) -> 1/2: (st'=75) & (outcome'=0) + 1/2: (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> gives + |000> + |001> + |100> + |101> or + |010> - |011> - |110> + |111> with equal probability 1/2. [measure2] (st=192) -> 1/2: (st'=72) & (outcome'=0) + 1/2: (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> gives + |000> + |001> + |100> + |101> or + |010> - |011> + |110> - |111> with equal probability 1/2. [measure2] (st=193) -> 1/2: (st'=72) & (outcome'=0) + 1/2: (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> gives + |000> + |001> + |100> - |101> or + |010> - |011> - |110> - |111> with equal probability 1/2. [measure2] (st=194) -> 1/2: (st'=73) & (outcome'=0) + 1/2: (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> gives + |000> + |001> + |100> - |101> or + |010> - |011> + |110> + |111> with equal probability 1/2. [measure2] (st=195) -> 1/2: (st'=73) & (outcome'=0) + 1/2: (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> gives + |000> + |001> - |100> + |101> or + |010> - |011> - |110> - |111> with equal probability 1/2. [measure2] (st=196) -> 1/2: (st'=74) & (outcome'=0) + 1/2: (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> gives + |000> + |001> - |100> + |101> or + |010> - |011> + |110> + |111> with equal probability 1/2. [measure2] (st=197) -> 1/2: (st'=74) & (outcome'=0) + 1/2: (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> gives + |000> + |001> - |100> - |101> or + |010> - |011> - |110> + |111> with equal probability 1/2. [measure2] (st=198) -> 1/2: (st'=75) & (outcome'=0) + 1/2: (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> gives + |000> + |001> - |100> - |101> or + |010> - |011> + |110> - |111> with equal probability 1/2. [measure2] (st=199) -> 1/2: (st'=75) & (outcome'=0) + 1/2: (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> gives + |000> + |001> + |100> + |101> or + |010> + |011> - |110> - |111> with equal probability 1/2. [measure2] (st=200) -> 1/2: (st'=72) & (outcome'=0) + 1/2: (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> gives + |000> + |001> + |100> + |101> or + |010> + |011> + |110> + |111> with equal probability 1/2. [measure2] (st=201) -> 1/2: (st'=72) & (outcome'=0) + 1/2: (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> gives + |000> + |001> + |100> - |101> or + |010> + |011> - |110> + |111> with equal probability 1/2. [measure2] (st=202) -> 1/2: (st'=73) & (outcome'=0) + 1/2: (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> gives + |000> + |001> + |100> - |101> or + |010> + |011> + |110> - |111> with equal probability 1/2. [measure2] (st=203) -> 1/2: (st'=73) & (outcome'=0) + 1/2: (st'=161) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> gives + |000> + |001> - |100> + |101> or + |010> + |011> - |110> + |111> with equal probability 1/2. [measure2] (st=204) -> 1/2: (st'=74) & (outcome'=0) + 1/2: (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> gives + |000> + |001> - |100> + |101> or + |010> + |011> + |110> - |111> with equal probability 1/2. [measure2] (st=205) -> 1/2: (st'=74) & (outcome'=0) + 1/2: (st'=161) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> gives + |000> + |001> - |100> - |101> or + |010> + |011> - |110> - |111> with equal probability 1/2. [measure2] (st=206) -> 1/2: (st'=75) & (outcome'=0) + 1/2: (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> gives + |000> + |001> - |100> - |101> or + |010> + |011> + |110> + |111> with equal probability 1/2. [measure2] (st=207) -> 1/2: (st'=75) & (outcome'=0) + 1/2: (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> gives + |000> - |001> + |100> + |101> or + |010> + |011> + |110> - |111> with equal probability 1/2. [measure2] (st=208) -> 1/2: (st'=76) & (outcome'=0) + 1/2: (st'=161) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> gives + |000> - |001> + |100> + |101> or + |010> + |011> - |110> + |111> with equal probability 1/2. [measure2] (st=209) -> 1/2: (st'=76) & (outcome'=0) + 1/2: (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> gives + |000> - |001> + |100> - |101> or + |010> + |011> + |110> + |111> with equal probability 1/2. [measure2] (st=210) -> 1/2: (st'=77) & (outcome'=0) + 1/2: (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> gives + |000> - |001> + |100> - |101> or + |010> + |011> - |110> - |111> with equal probability 1/2. [measure2] (st=211) -> 1/2: (st'=77) & (outcome'=0) + 1/2: (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> gives + |000> - |001> - |100> + |101> or + |010> + |011> + |110> + |111> with equal probability 1/2. [measure2] (st=212) -> 1/2: (st'=78) & (outcome'=0) + 1/2: (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> gives + |000> - |001> - |100> + |101> or + |010> + |011> - |110> - |111> with equal probability 1/2. [measure2] (st=213) -> 1/2: (st'=78) & (outcome'=0) + 1/2: (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> gives + |000> - |001> - |100> - |101> or + |010> + |011> + |110> - |111> with equal probability 1/2. [measure2] (st=214) -> 1/2: (st'=79) & (outcome'=0) + 1/2: (st'=161) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> gives + |000> - |001> - |100> - |101> or + |010> + |011> - |110> + |111> with equal probability 1/2. [measure2] (st=215) -> 1/2: (st'=79) & (outcome'=0) + 1/2: (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> gives + |000> - |001> + |100> + |101> or + |010> - |011> + |110> + |111> with equal probability 1/2. [measure2] (st=216) -> 1/2: (st'=76) & (outcome'=0) + 1/2: (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> gives + |000> - |001> + |100> + |101> or + |010> - |011> - |110> - |111> with equal probability 1/2. [measure2] (st=217) -> 1/2: (st'=76) & (outcome'=0) + 1/2: (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> gives + |000> - |001> + |100> - |101> or + |010> - |011> + |110> - |111> with equal probability 1/2. [measure2] (st=218) -> 1/2: (st'=77) & (outcome'=0) + 1/2: (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> gives + |000> - |001> + |100> - |101> or + |010> - |011> - |110> + |111> with equal probability 1/2. [measure2] (st=219) -> 1/2: (st'=77) & (outcome'=0) + 1/2: (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> gives + |000> - |001> - |100> + |101> or + |010> - |011> + |110> - |111> with equal probability 1/2. [measure2] (st=220) -> 1/2: (st'=78) & (outcome'=0) + 1/2: (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> gives + |000> - |001> - |100> + |101> or + |010> - |011> - |110> + |111> with equal probability 1/2. [measure2] (st=221) -> 1/2: (st'=78) & (outcome'=0) + 1/2: (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> gives + |000> - |001> - |100> - |101> or + |010> - |011> + |110> + |111> with equal probability 1/2. [measure2] (st=222) -> 1/2: (st'=79) & (outcome'=0) + 1/2: (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> gives + |000> - |001> - |100> - |101> or + |010> - |011> - |110> - |111> with equal probability 1/2. [measure2] (st=223) -> 1/2: (st'=79) & (outcome'=0) + 1/2: (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> gives + |000> - |001> + |100> + |101> or + |010> - |011> - |110> - |111> with equal probability 1/2. [measure2] (st=224) -> 1/2: (st'=76) & (outcome'=0) + 1/2: (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> gives + |000> - |001> + |100> + |101> or + |010> - |011> + |110> + |111> with equal probability 1/2. [measure2] (st=225) -> 1/2: (st'=76) & (outcome'=0) + 1/2: (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> gives + |000> - |001> + |100> - |101> or + |010> - |011> - |110> + |111> with equal probability 1/2. [measure2] (st=226) -> 1/2: (st'=77) & (outcome'=0) + 1/2: (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> gives + |000> - |001> + |100> - |101> or + |010> - |011> + |110> - |111> with equal probability 1/2. [measure2] (st=227) -> 1/2: (st'=77) & (outcome'=0) + 1/2: (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> gives + |000> - |001> - |100> + |101> or + |010> - |011> - |110> + |111> with equal probability 1/2. [measure2] (st=228) -> 1/2: (st'=78) & (outcome'=0) + 1/2: (st'=166) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> gives + |000> - |001> - |100> + |101> or + |010> - |011> + |110> - |111> with equal probability 1/2. [measure2] (st=229) -> 1/2: (st'=78) & (outcome'=0) + 1/2: (st'=165) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> gives + |000> - |001> - |100> - |101> or + |010> - |011> - |110> - |111> with equal probability 1/2. [measure2] (st=230) -> 1/2: (st'=79) & (outcome'=0) + 1/2: (st'=167) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> gives + |000> - |001> - |100> - |101> or + |010> - |011> + |110> + |111> with equal probability 1/2. [measure2] (st=231) -> 1/2: (st'=79) & (outcome'=0) + 1/2: (st'=164) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> gives + |000> - |001> + |100> + |101> or + |010> + |011> - |110> + |111> with equal probability 1/2. [measure2] (st=232) -> 1/2: (st'=76) & (outcome'=0) + 1/2: (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> gives + |000> - |001> + |100> + |101> or + |010> + |011> + |110> - |111> with equal probability 1/2. [measure2] (st=233) -> 1/2: (st'=76) & (outcome'=0) + 1/2: (st'=161) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> gives + |000> - |001> + |100> - |101> or + |010> + |011> - |110> - |111> with equal probability 1/2. [measure2] (st=234) -> 1/2: (st'=77) & (outcome'=0) + 1/2: (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> gives + |000> - |001> + |100> - |101> or + |010> + |011> + |110> + |111> with equal probability 1/2. [measure2] (st=235) -> 1/2: (st'=77) & (outcome'=0) + 1/2: (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> gives + |000> - |001> - |100> + |101> or + |010> + |011> - |110> - |111> with equal probability 1/2. [measure2] (st=236) -> 1/2: (st'=78) & (outcome'=0) + 1/2: (st'=163) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> gives + |000> - |001> - |100> + |101> or + |010> + |011> + |110> + |111> with equal probability 1/2. [measure2] (st=237) -> 1/2: (st'=78) & (outcome'=0) + 1/2: (st'=160) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> gives + |000> - |001> - |100> - |101> or + |010> + |011> - |110> + |111> with equal probability 1/2. [measure2] (st=238) -> 1/2: (st'=79) & (outcome'=0) + 1/2: (st'=162) & (outcome'=1); // Measuring qubit no. 2 of + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> gives + |000> - |001> - |100> - |101> or + |010> + |011> + |110> - |111> with equal probability 1/2. [measure2] (st=239) -> 1/2: (st'=79) & (outcome'=0) + 1/2: (st'=161) & (outcome'=1); // Measuring qubit no. 3 of + |000> gives + |000> [measure3] (st=0) -> (st'=0) & (outcome'=0); // Measuring qubit no. 3 of + |001> gives + |001> [measure3] (st=1) -> (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |010> gives + |010> [measure3] (st=2) -> (st'=2) & (outcome'=0); // Measuring qubit no. 3 of + |011> gives + |011> [measure3] (st=3) -> (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |100> gives + |100> [measure3] (st=4) -> (st'=4) & (outcome'=0); // Measuring qubit no. 3 of + |101> gives + |101> [measure3] (st=5) -> (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |110> gives + |110> [measure3] (st=6) -> (st'=6) & (outcome'=0); // Measuring qubit no. 3 of + |111> gives + |111> [measure3] (st=7) -> (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> gives + |000> or + |001> with equal probability 1/2. [measure3] (st=8) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> gives + |000> or + |001> with equal probability 1/2. [measure3] (st=9) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |010> gives + |000> + |010> [measure3] (st=10) -> (st'=10) & (outcome'=0); // Measuring qubit no. 3 of + |000> - |010> gives + |000> - |010> [measure3] (st=11) -> (st'=11) & (outcome'=0); // Measuring qubit no. 3 of + |000> + |011> gives + |000> or + |011> with equal probability 1/2. [measure3] (st=12) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> gives + |000> or + |011> with equal probability 1/2. [measure3] (st=13) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |100> gives + |000> + |100> [measure3] (st=14) -> (st'=14) & (outcome'=0); // Measuring qubit no. 3 of + |000> - |100> gives + |000> - |100> [measure3] (st=15) -> (st'=15) & (outcome'=0); // Measuring qubit no. 3 of + |000> + |101> gives + |000> or + |101> with equal probability 1/2. [measure3] (st=16) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |101> gives + |000> or + |101> with equal probability 1/2. [measure3] (st=17) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |110> gives + |000> + |110> [measure3] (st=18) -> (st'=18) & (outcome'=0); // Measuring qubit no. 3 of + |000> - |110> gives + |000> - |110> [measure3] (st=19) -> (st'=19) & (outcome'=0); // Measuring qubit no. 3 of + |000> + |111> gives + |000> or + |111> with equal probability 1/2. [measure3] (st=20) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |111> gives + |000> or + |111> with equal probability 1/2. [measure3] (st=21) -> 1/2: (st'=0) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> gives + |010> or + |001> with equal probability 1/2. [measure3] (st=22) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> gives + |010> or + |001> with equal probability 1/2. [measure3] (st=23) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> gives + |001> + |011> [measure3] (st=24) -> (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> gives + |001> - |011> [measure3] (st=25) -> (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |100> gives + |100> or + |001> with equal probability 1/2. [measure3] (st=26) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |100> gives + |100> or + |001> with equal probability 1/2. [measure3] (st=27) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |101> gives + |001> + |101> [measure3] (st=28) -> (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |101> gives + |001> - |101> [measure3] (st=29) -> (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |110> gives + |110> or + |001> with equal probability 1/2. [measure3] (st=30) -> 1/2: (st'=6) & (outcome'=0) + 1/2: (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |110> gives + |110> or + |001> with equal probability 1/2. [measure3] (st=31) -> 1/2: (st'=6) & (outcome'=0) + 1/2: (st'=1) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |111> gives + |001> + |111> [measure3] (st=32) -> (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |111> gives + |001> - |111> [measure3] (st=33) -> (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> gives + |010> or + |011> with equal probability 1/2. [measure3] (st=34) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> gives + |010> or + |011> with equal probability 1/2. [measure3] (st=35) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |100> gives + |010> + |100> [measure3] (st=36) -> (st'=36) & (outcome'=0); // Measuring qubit no. 3 of + |010> - |100> gives + |010> - |100> [measure3] (st=37) -> (st'=37) & (outcome'=0); // Measuring qubit no. 3 of + |010> + |101> gives + |010> or + |101> with equal probability 1/2. [measure3] (st=38) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |101> gives + |010> or + |101> with equal probability 1/2. [measure3] (st=39) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |110> gives + |010> + |110> [measure3] (st=40) -> (st'=40) & (outcome'=0); // Measuring qubit no. 3 of + |010> - |110> gives + |010> - |110> [measure3] (st=41) -> (st'=41) & (outcome'=0); // Measuring qubit no. 3 of + |010> + |111> gives + |010> or + |111> with equal probability 1/2. [measure3] (st=42) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |111> gives + |010> or + |111> with equal probability 1/2. [measure3] (st=43) -> 1/2: (st'=2) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |011> + |100> gives + |100> or + |011> with equal probability 1/2. [measure3] (st=44) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |011> - |100> gives + |100> or + |011> with equal probability 1/2. [measure3] (st=45) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |011> + |101> gives + |011> + |101> [measure3] (st=46) -> (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |011> - |101> gives + |011> - |101> [measure3] (st=47) -> (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |011> + |110> gives + |110> or + |011> with equal probability 1/2. [measure3] (st=48) -> 1/2: (st'=6) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |011> - |110> gives + |110> or + |011> with equal probability 1/2. [measure3] (st=49) -> 1/2: (st'=6) & (outcome'=0) + 1/2: (st'=3) & (outcome'=1); // Measuring qubit no. 3 of + |011> + |111> gives + |011> + |111> [measure3] (st=50) -> (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |011> - |111> gives + |011> - |111> [measure3] (st=51) -> (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |100> + |101> gives + |100> or + |101> with equal probability 1/2. [measure3] (st=52) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |100> - |101> gives + |100> or + |101> with equal probability 1/2. [measure3] (st=53) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |100> + |110> gives + |100> + |110> [measure3] (st=54) -> (st'=54) & (outcome'=0); // Measuring qubit no. 3 of + |100> - |110> gives + |100> - |110> [measure3] (st=55) -> (st'=55) & (outcome'=0); // Measuring qubit no. 3 of + |100> + |111> gives + |100> or + |111> with equal probability 1/2. [measure3] (st=56) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |100> - |111> gives + |100> or + |111> with equal probability 1/2. [measure3] (st=57) -> 1/2: (st'=4) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |101> + |110> gives + |110> or + |101> with equal probability 1/2. [measure3] (st=58) -> 1/2: (st'=6) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |101> - |110> gives + |110> or + |101> with equal probability 1/2. [measure3] (st=59) -> 1/2: (st'=6) & (outcome'=0) + 1/2: (st'=5) & (outcome'=1); // Measuring qubit no. 3 of + |101> + |111> gives + |101> + |111> [measure3] (st=60) -> (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |101> - |111> gives + |101> - |111> [measure3] (st=61) -> (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |110> + |111> gives + |110> or + |111> with equal probability 1/2. [measure3] (st=62) -> 1/2: (st'=6) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |110> - |111> gives + |110> or + |111> with equal probability 1/2. [measure3] (st=63) -> 1/2: (st'=6) & (outcome'=0) + 1/2: (st'=7) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> gives + |000> + |010> or + |001> + |011> with equal probability 1/2. [measure3] (st=64) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> gives + |000> + |010> or + |001> - |011> with equal probability 1/2. [measure3] (st=65) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> gives + |000> - |010> or + |001> + |011> with equal probability 1/2. [measure3] (st=66) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> gives + |000> - |010> or + |001> - |011> with equal probability 1/2. [measure3] (st=67) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> gives + |000> + |010> or + |001> - |011> with equal probability 1/2. [measure3] (st=68) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> gives + |000> + |010> or + |001> + |011> with equal probability 1/2. [measure3] (st=69) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> gives + |000> - |010> or + |001> - |011> with equal probability 1/2. [measure3] (st=70) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> gives + |000> - |010> or + |001> + |011> with equal probability 1/2. [measure3] (st=71) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |100> + |101> gives + |000> + |100> or + |001> + |101> with equal probability 1/2. [measure3] (st=72) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |100> - |101> gives + |000> + |100> or + |001> - |101> with equal probability 1/2. [measure3] (st=73) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |100> + |101> gives + |000> - |100> or + |001> + |101> with equal probability 1/2. [measure3] (st=74) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |100> - |101> gives + |000> - |100> or + |001> - |101> with equal probability 1/2. [measure3] (st=75) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |100> + |101> gives + |000> + |100> or + |001> - |101> with equal probability 1/2. [measure3] (st=76) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |100> - |101> gives + |000> + |100> or + |001> + |101> with equal probability 1/2. [measure3] (st=77) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |100> + |101> gives + |000> - |100> or + |001> - |101> with equal probability 1/2. [measure3] (st=78) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |100> - |101> gives + |000> - |100> or + |001> + |101> with equal probability 1/2. [measure3] (st=79) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |110> + |111> gives + |000> + |110> or + |001> + |111> with equal probability 1/2. [measure3] (st=80) -> 1/2: (st'=18) & (outcome'=0) + 1/2: (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |110> - |111> gives + |000> + |110> or + |001> - |111> with equal probability 1/2. [measure3] (st=81) -> 1/2: (st'=18) & (outcome'=0) + 1/2: (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |110> + |111> gives + |000> - |110> or + |001> + |111> with equal probability 1/2. [measure3] (st=82) -> 1/2: (st'=19) & (outcome'=0) + 1/2: (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |110> - |111> gives + |000> - |110> or + |001> - |111> with equal probability 1/2. [measure3] (st=83) -> 1/2: (st'=19) & (outcome'=0) + 1/2: (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |110> + |111> gives + |000> + |110> or + |001> - |111> with equal probability 1/2. [measure3] (st=84) -> 1/2: (st'=18) & (outcome'=0) + 1/2: (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |110> - |111> gives + |000> + |110> or + |001> + |111> with equal probability 1/2. [measure3] (st=85) -> 1/2: (st'=18) & (outcome'=0) + 1/2: (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |110> + |111> gives + |000> - |110> or + |001> - |111> with equal probability 1/2. [measure3] (st=86) -> 1/2: (st'=19) & (outcome'=0) + 1/2: (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |110> - |111> gives + |000> - |110> or + |001> + |111> with equal probability 1/2. [measure3] (st=87) -> 1/2: (st'=19) & (outcome'=0) + 1/2: (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |010> + |100> + |110> gives + |000> + |010> + |100> + |110> [measure3] (st=88) -> (st'=88) & (outcome'=0); // Measuring qubit no. 3 of + |000> + |010> + |100> - |110> gives + |000> + |010> + |100> - |110> [measure3] (st=89) -> (st'=89) & (outcome'=0); // Measuring qubit no. 3 of + |000> + |010> - |100> + |110> gives + |000> + |010> - |100> + |110> [measure3] (st=90) -> (st'=90) & (outcome'=0); // Measuring qubit no. 3 of + |000> + |010> - |100> - |110> gives + |000> + |010> - |100> - |110> [measure3] (st=91) -> (st'=91) & (outcome'=0); // Measuring qubit no. 3 of + |000> - |010> + |100> + |110> gives + |000> - |010> + |100> + |110> [measure3] (st=92) -> (st'=92) & (outcome'=0); // Measuring qubit no. 3 of + |000> - |010> + |100> - |110> gives + |000> - |010> + |100> - |110> [measure3] (st=93) -> (st'=93) & (outcome'=0); // Measuring qubit no. 3 of + |000> - |010> - |100> + |110> gives + |000> - |010> - |100> + |110> [measure3] (st=94) -> (st'=94) & (outcome'=0); // Measuring qubit no. 3 of + |000> - |010> - |100> - |110> gives + |000> - |010> - |100> - |110> [measure3] (st=95) -> (st'=95) & (outcome'=0); // Measuring qubit no. 3 of + |000> + |010> + |101> + |111> gives + |000> + |010> or + |101> + |111> with equal probability 1/2. [measure3] (st=96) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |010> + |101> - |111> gives + |000> + |010> or + |101> - |111> with equal probability 1/2. [measure3] (st=97) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |010> - |101> + |111> gives + |000> + |010> or + |101> - |111> with equal probability 1/2. [measure3] (st=98) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |010> - |101> - |111> gives + |000> + |010> or + |101> + |111> with equal probability 1/2. [measure3] (st=99) -> 1/2: (st'=10) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |010> + |101> + |111> gives + |000> - |010> or + |101> + |111> with equal probability 1/2. [measure3] (st=100) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |010> + |101> - |111> gives + |000> - |010> or + |101> - |111> with equal probability 1/2. [measure3] (st=101) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |010> - |101> + |111> gives + |000> - |010> or + |101> - |111> with equal probability 1/2. [measure3] (st=102) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |010> - |101> - |111> gives + |000> - |010> or + |101> + |111> with equal probability 1/2. [measure3] (st=103) -> 1/2: (st'=11) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |011> + |100> + |111> gives + |000> + |100> or + |011> + |111> with equal probability 1/2. [measure3] (st=104) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |011> + |100> - |111> gives + |000> + |100> or + |011> - |111> with equal probability 1/2. [measure3] (st=105) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |011> - |100> + |111> gives + |000> - |100> or + |011> + |111> with equal probability 1/2. [measure3] (st=106) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |011> - |100> - |111> gives + |000> - |100> or + |011> - |111> with equal probability 1/2. [measure3] (st=107) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> + |100> + |111> gives + |000> + |100> or + |011> - |111> with equal probability 1/2. [measure3] (st=108) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> + |100> - |111> gives + |000> + |100> or + |011> + |111> with equal probability 1/2. [measure3] (st=109) -> 1/2: (st'=14) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> - |100> + |111> gives + |000> - |100> or + |011> - |111> with equal probability 1/2. [measure3] (st=110) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> - |100> - |111> gives + |000> - |100> or + |011> + |111> with equal probability 1/2. [measure3] (st=111) -> 1/2: (st'=15) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |011> + |101> + |110> gives + |000> + |110> or + |011> + |101> with equal probability 1/2. [measure3] (st=112) -> 1/2: (st'=18) & (outcome'=0) + 1/2: (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |011> + |101> - |110> gives + |000> - |110> or + |011> + |101> with equal probability 1/2. [measure3] (st=113) -> 1/2: (st'=19) & (outcome'=0) + 1/2: (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |011> - |101> + |110> gives + |000> + |110> or + |011> - |101> with equal probability 1/2. [measure3] (st=114) -> 1/2: (st'=18) & (outcome'=0) + 1/2: (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |011> - |101> - |110> gives + |000> - |110> or + |011> - |101> with equal probability 1/2. [measure3] (st=115) -> 1/2: (st'=19) & (outcome'=0) + 1/2: (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> + |101> + |110> gives + |000> + |110> or + |011> - |101> with equal probability 1/2. [measure3] (st=116) -> 1/2: (st'=18) & (outcome'=0) + 1/2: (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> + |101> - |110> gives + |000> - |110> or + |011> - |101> with equal probability 1/2. [measure3] (st=117) -> 1/2: (st'=19) & (outcome'=0) + 1/2: (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> - |101> + |110> gives + |000> + |110> or + |011> + |101> with equal probability 1/2. [measure3] (st=118) -> 1/2: (st'=18) & (outcome'=0) + 1/2: (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |011> - |101> - |110> gives + |000> - |110> or + |011> + |101> with equal probability 1/2. [measure3] (st=119) -> 1/2: (st'=19) & (outcome'=0) + 1/2: (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> + |100> + |111> gives + |010> + |100> or + |001> + |111> with equal probability 1/2. [measure3] (st=120) -> 1/2: (st'=36) & (outcome'=0) + 1/2: (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> + |100> - |111> gives + |010> + |100> or + |001> - |111> with equal probability 1/2. [measure3] (st=121) -> 1/2: (st'=36) & (outcome'=0) + 1/2: (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> - |100> + |111> gives + |010> - |100> or + |001> + |111> with equal probability 1/2. [measure3] (st=122) -> 1/2: (st'=37) & (outcome'=0) + 1/2: (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> - |100> - |111> gives + |010> - |100> or + |001> - |111> with equal probability 1/2. [measure3] (st=123) -> 1/2: (st'=37) & (outcome'=0) + 1/2: (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> + |100> + |111> gives + |010> - |100> or + |001> + |111> with equal probability 1/2. [measure3] (st=124) -> 1/2: (st'=37) & (outcome'=0) + 1/2: (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> + |100> - |111> gives + |010> - |100> or + |001> - |111> with equal probability 1/2. [measure3] (st=125) -> 1/2: (st'=37) & (outcome'=0) + 1/2: (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> - |100> + |111> gives + |010> + |100> or + |001> + |111> with equal probability 1/2. [measure3] (st=126) -> 1/2: (st'=36) & (outcome'=0) + 1/2: (st'=32) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> - |100> - |111> gives + |010> + |100> or + |001> - |111> with equal probability 1/2. [measure3] (st=127) -> 1/2: (st'=36) & (outcome'=0) + 1/2: (st'=33) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> + |101> + |110> gives + |010> + |110> or + |001> + |101> with equal probability 1/2. [measure3] (st=128) -> 1/2: (st'=40) & (outcome'=0) + 1/2: (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> + |101> - |110> gives + |010> - |110> or + |001> + |101> with equal probability 1/2. [measure3] (st=129) -> 1/2: (st'=41) & (outcome'=0) + 1/2: (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> - |101> + |110> gives + |010> + |110> or + |001> - |101> with equal probability 1/2. [measure3] (st=130) -> 1/2: (st'=40) & (outcome'=0) + 1/2: (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |010> - |101> - |110> gives + |010> - |110> or + |001> - |101> with equal probability 1/2. [measure3] (st=131) -> 1/2: (st'=41) & (outcome'=0) + 1/2: (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> + |101> + |110> gives + |010> - |110> or + |001> + |101> with equal probability 1/2. [measure3] (st=132) -> 1/2: (st'=41) & (outcome'=0) + 1/2: (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> + |101> - |110> gives + |010> + |110> or + |001> + |101> with equal probability 1/2. [measure3] (st=133) -> 1/2: (st'=40) & (outcome'=0) + 1/2: (st'=28) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> - |101> + |110> gives + |010> - |110> or + |001> - |101> with equal probability 1/2. [measure3] (st=134) -> 1/2: (st'=41) & (outcome'=0) + 1/2: (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |010> - |101> - |110> gives + |010> + |110> or + |001> - |101> with equal probability 1/2. [measure3] (st=135) -> 1/2: (st'=40) & (outcome'=0) + 1/2: (st'=29) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> + |100> + |110> gives + |100> + |110> or + |001> + |011> with equal probability 1/2. [measure3] (st=136) -> 1/2: (st'=54) & (outcome'=0) + 1/2: (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> + |100> - |110> gives + |100> - |110> or + |001> + |011> with equal probability 1/2. [measure3] (st=137) -> 1/2: (st'=55) & (outcome'=0) + 1/2: (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> - |100> + |110> gives + |100> - |110> or + |001> + |011> with equal probability 1/2. [measure3] (st=138) -> 1/2: (st'=55) & (outcome'=0) + 1/2: (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> - |100> - |110> gives + |100> + |110> or + |001> + |011> with equal probability 1/2. [measure3] (st=139) -> 1/2: (st'=54) & (outcome'=0) + 1/2: (st'=24) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> + |100> + |110> gives + |100> + |110> or + |001> - |011> with equal probability 1/2. [measure3] (st=140) -> 1/2: (st'=54) & (outcome'=0) + 1/2: (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> + |100> - |110> gives + |100> - |110> or + |001> - |011> with equal probability 1/2. [measure3] (st=141) -> 1/2: (st'=55) & (outcome'=0) + 1/2: (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> - |100> + |110> gives + |100> - |110> or + |001> - |011> with equal probability 1/2. [measure3] (st=142) -> 1/2: (st'=55) & (outcome'=0) + 1/2: (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> - |100> - |110> gives + |100> + |110> or + |001> - |011> with equal probability 1/2. [measure3] (st=143) -> 1/2: (st'=54) & (outcome'=0) + 1/2: (st'=25) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> + |101> + |111> gives + |001> + |011> + |101> + |111> [measure3] (st=144) -> (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> + |101> - |111> gives + |001> + |011> + |101> - |111> [measure3] (st=145) -> (st'=145) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> - |101> + |111> gives + |001> + |011> - |101> + |111> [measure3] (st=146) -> (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |001> + |011> - |101> - |111> gives + |001> + |011> - |101> - |111> [measure3] (st=147) -> (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> + |101> + |111> gives + |001> - |011> + |101> + |111> [measure3] (st=148) -> (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> + |101> - |111> gives + |001> - |011> + |101> - |111> [measure3] (st=149) -> (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> - |101> + |111> gives + |001> - |011> - |101> + |111> [measure3] (st=150) -> (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |001> - |011> - |101> - |111> gives + |001> - |011> - |101> - |111> [measure3] (st=151) -> (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> + |100> + |101> gives + |010> + |100> or + |011> + |101> with equal probability 1/2. [measure3] (st=152) -> 1/2: (st'=36) & (outcome'=0) + 1/2: (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> + |100> - |101> gives + |010> + |100> or + |011> - |101> with equal probability 1/2. [measure3] (st=153) -> 1/2: (st'=36) & (outcome'=0) + 1/2: (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> - |100> + |101> gives + |010> - |100> or + |011> + |101> with equal probability 1/2. [measure3] (st=154) -> 1/2: (st'=37) & (outcome'=0) + 1/2: (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> - |100> - |101> gives + |010> - |100> or + |011> - |101> with equal probability 1/2. [measure3] (st=155) -> 1/2: (st'=37) & (outcome'=0) + 1/2: (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> + |100> + |101> gives + |010> + |100> or + |011> - |101> with equal probability 1/2. [measure3] (st=156) -> 1/2: (st'=36) & (outcome'=0) + 1/2: (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> + |100> - |101> gives + |010> + |100> or + |011> + |101> with equal probability 1/2. [measure3] (st=157) -> 1/2: (st'=36) & (outcome'=0) + 1/2: (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> - |100> + |101> gives + |010> - |100> or + |011> - |101> with equal probability 1/2. [measure3] (st=158) -> 1/2: (st'=37) & (outcome'=0) + 1/2: (st'=47) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> - |100> - |101> gives + |010> - |100> or + |011> + |101> with equal probability 1/2. [measure3] (st=159) -> 1/2: (st'=37) & (outcome'=0) + 1/2: (st'=46) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> + |110> + |111> gives + |010> + |110> or + |011> + |111> with equal probability 1/2. [measure3] (st=160) -> 1/2: (st'=40) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> + |110> - |111> gives + |010> + |110> or + |011> - |111> with equal probability 1/2. [measure3] (st=161) -> 1/2: (st'=40) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> - |110> + |111> gives + |010> - |110> or + |011> + |111> with equal probability 1/2. [measure3] (st=162) -> 1/2: (st'=41) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |010> + |011> - |110> - |111> gives + |010> - |110> or + |011> - |111> with equal probability 1/2. [measure3] (st=163) -> 1/2: (st'=41) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> + |110> + |111> gives + |010> + |110> or + |011> - |111> with equal probability 1/2. [measure3] (st=164) -> 1/2: (st'=40) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> + |110> - |111> gives + |010> + |110> or + |011> + |111> with equal probability 1/2. [measure3] (st=165) -> 1/2: (st'=40) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> - |110> + |111> gives + |010> - |110> or + |011> - |111> with equal probability 1/2. [measure3] (st=166) -> 1/2: (st'=41) & (outcome'=0) + 1/2: (st'=51) & (outcome'=1); // Measuring qubit no. 3 of + |010> - |011> - |110> - |111> gives + |010> - |110> or + |011> + |111> with equal probability 1/2. [measure3] (st=167) -> 1/2: (st'=41) & (outcome'=0) + 1/2: (st'=50) & (outcome'=1); // Measuring qubit no. 3 of + |100> + |101> + |110> + |111> gives + |100> + |110> or + |101> + |111> with equal probability 1/2. [measure3] (st=168) -> 1/2: (st'=54) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |100> + |101> + |110> - |111> gives + |100> + |110> or + |101> - |111> with equal probability 1/2. [measure3] (st=169) -> 1/2: (st'=54) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |100> + |101> - |110> + |111> gives + |100> - |110> or + |101> + |111> with equal probability 1/2. [measure3] (st=170) -> 1/2: (st'=55) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |100> + |101> - |110> - |111> gives + |100> - |110> or + |101> - |111> with equal probability 1/2. [measure3] (st=171) -> 1/2: (st'=55) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |100> - |101> + |110> + |111> gives + |100> + |110> or + |101> - |111> with equal probability 1/2. [measure3] (st=172) -> 1/2: (st'=54) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |100> - |101> + |110> - |111> gives + |100> + |110> or + |101> + |111> with equal probability 1/2. [measure3] (st=173) -> 1/2: (st'=54) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |100> - |101> - |110> + |111> gives + |100> - |110> or + |101> - |111> with equal probability 1/2. [measure3] (st=174) -> 1/2: (st'=55) & (outcome'=0) + 1/2: (st'=61) & (outcome'=1); // Measuring qubit no. 3 of + |100> - |101> - |110> - |111> gives + |100> - |110> or + |101> + |111> with equal probability 1/2. [measure3] (st=175) -> 1/2: (st'=55) & (outcome'=0) + 1/2: (st'=60) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> + |100> + |101> + |110> + |111> gives + |000> + |010> + |100> + |110> or + |001> + |011> + |101> + |111> with equal probability 1/2. [measure3] (st=176) -> 1/2: (st'=88) & (outcome'=0) + 1/2: (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> + |100> + |101> - |110> - |111> gives + |000> + |010> + |100> - |110> or + |001> + |011> + |101> - |111> with equal probability 1/2. [measure3] (st=177) -> 1/2: (st'=89) & (outcome'=0) + 1/2: (st'=145) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> + |100> - |101> + |110> - |111> gives + |000> + |010> + |100> + |110> or + |001> + |011> - |101> - |111> with equal probability 1/2. [measure3] (st=178) -> 1/2: (st'=88) & (outcome'=0) + 1/2: (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> + |100> - |101> - |110> + |111> gives + |000> + |010> + |100> - |110> or + |001> + |011> - |101> + |111> with equal probability 1/2. [measure3] (st=179) -> 1/2: (st'=89) & (outcome'=0) + 1/2: (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> - |100> + |101> + |110> - |111> gives + |000> + |010> - |100> + |110> or + |001> + |011> + |101> - |111> with equal probability 1/2. [measure3] (st=180) -> 1/2: (st'=90) & (outcome'=0) + 1/2: (st'=145) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> - |100> + |101> - |110> + |111> gives + |000> + |010> - |100> - |110> or + |001> + |011> + |101> + |111> with equal probability 1/2. [measure3] (st=181) -> 1/2: (st'=91) & (outcome'=0) + 1/2: (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> - |100> - |101> + |110> + |111> gives + |000> + |010> - |100> + |110> or + |001> + |011> - |101> + |111> with equal probability 1/2. [measure3] (st=182) -> 1/2: (st'=90) & (outcome'=0) + 1/2: (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> + |011> - |100> - |101> - |110> - |111> gives + |000> + |010> - |100> - |110> or + |001> + |011> - |101> - |111> with equal probability 1/2. [measure3] (st=183) -> 1/2: (st'=91) & (outcome'=0) + 1/2: (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> + |100> + |101> + |110> - |111> gives + |000> + |010> + |100> + |110> or + |001> - |011> + |101> - |111> with equal probability 1/2. [measure3] (st=184) -> 1/2: (st'=88) & (outcome'=0) + 1/2: (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> + |100> + |101> - |110> + |111> gives + |000> + |010> + |100> - |110> or + |001> - |011> + |101> + |111> with equal probability 1/2. [measure3] (st=185) -> 1/2: (st'=89) & (outcome'=0) + 1/2: (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> + |100> - |101> + |110> + |111> gives + |000> + |010> + |100> + |110> or + |001> - |011> - |101> + |111> with equal probability 1/2. [measure3] (st=186) -> 1/2: (st'=88) & (outcome'=0) + 1/2: (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> + |100> - |101> - |110> - |111> gives + |000> + |010> + |100> - |110> or + |001> - |011> - |101> - |111> with equal probability 1/2. [measure3] (st=187) -> 1/2: (st'=89) & (outcome'=0) + 1/2: (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> - |100> + |101> + |110> + |111> gives + |000> + |010> - |100> + |110> or + |001> - |011> + |101> + |111> with equal probability 1/2. [measure3] (st=188) -> 1/2: (st'=90) & (outcome'=0) + 1/2: (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> - |100> + |101> - |110> - |111> gives + |000> + |010> - |100> - |110> or + |001> - |011> + |101> - |111> with equal probability 1/2. [measure3] (st=189) -> 1/2: (st'=91) & (outcome'=0) + 1/2: (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> - |100> - |101> + |110> - |111> gives + |000> + |010> - |100> + |110> or + |001> - |011> - |101> - |111> with equal probability 1/2. [measure3] (st=190) -> 1/2: (st'=90) & (outcome'=0) + 1/2: (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> + |010> - |011> - |100> - |101> - |110> + |111> gives + |000> + |010> - |100> - |110> or + |001> - |011> - |101> + |111> with equal probability 1/2. [measure3] (st=191) -> 1/2: (st'=91) & (outcome'=0) + 1/2: (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> + |100> + |101> + |110> - |111> gives + |000> - |010> + |100> + |110> or + |001> + |011> + |101> - |111> with equal probability 1/2. [measure3] (st=192) -> 1/2: (st'=92) & (outcome'=0) + 1/2: (st'=145) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> + |100> + |101> - |110> + |111> gives + |000> - |010> + |100> - |110> or + |001> + |011> + |101> + |111> with equal probability 1/2. [measure3] (st=193) -> 1/2: (st'=93) & (outcome'=0) + 1/2: (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> + |100> - |101> + |110> + |111> gives + |000> - |010> + |100> + |110> or + |001> + |011> - |101> + |111> with equal probability 1/2. [measure3] (st=194) -> 1/2: (st'=92) & (outcome'=0) + 1/2: (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> + |100> - |101> - |110> - |111> gives + |000> - |010> + |100> - |110> or + |001> + |011> - |101> - |111> with equal probability 1/2. [measure3] (st=195) -> 1/2: (st'=93) & (outcome'=0) + 1/2: (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> - |100> + |101> + |110> + |111> gives + |000> - |010> - |100> + |110> or + |001> + |011> + |101> + |111> with equal probability 1/2. [measure3] (st=196) -> 1/2: (st'=94) & (outcome'=0) + 1/2: (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> - |100> + |101> - |110> - |111> gives + |000> - |010> - |100> - |110> or + |001> + |011> + |101> - |111> with equal probability 1/2. [measure3] (st=197) -> 1/2: (st'=95) & (outcome'=0) + 1/2: (st'=145) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> - |100> - |101> + |110> - |111> gives + |000> - |010> - |100> + |110> or + |001> + |011> - |101> - |111> with equal probability 1/2. [measure3] (st=198) -> 1/2: (st'=94) & (outcome'=0) + 1/2: (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> + |011> - |100> - |101> - |110> + |111> gives + |000> - |010> - |100> - |110> or + |001> + |011> - |101> + |111> with equal probability 1/2. [measure3] (st=199) -> 1/2: (st'=95) & (outcome'=0) + 1/2: (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> + |100> + |101> + |110> + |111> gives + |000> - |010> + |100> + |110> or + |001> - |011> + |101> + |111> with equal probability 1/2. [measure3] (st=200) -> 1/2: (st'=92) & (outcome'=0) + 1/2: (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> + |100> + |101> - |110> - |111> gives + |000> - |010> + |100> - |110> or + |001> - |011> + |101> - |111> with equal probability 1/2. [measure3] (st=201) -> 1/2: (st'=93) & (outcome'=0) + 1/2: (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> + |100> - |101> + |110> - |111> gives + |000> - |010> + |100> + |110> or + |001> - |011> - |101> - |111> with equal probability 1/2. [measure3] (st=202) -> 1/2: (st'=92) & (outcome'=0) + 1/2: (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> + |100> - |101> - |110> + |111> gives + |000> - |010> + |100> - |110> or + |001> - |011> - |101> + |111> with equal probability 1/2. [measure3] (st=203) -> 1/2: (st'=93) & (outcome'=0) + 1/2: (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> - |100> + |101> + |110> - |111> gives + |000> - |010> - |100> + |110> or + |001> - |011> + |101> - |111> with equal probability 1/2. [measure3] (st=204) -> 1/2: (st'=94) & (outcome'=0) + 1/2: (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> - |100> + |101> - |110> + |111> gives + |000> - |010> - |100> - |110> or + |001> - |011> + |101> + |111> with equal probability 1/2. [measure3] (st=205) -> 1/2: (st'=95) & (outcome'=0) + 1/2: (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> - |100> - |101> + |110> + |111> gives + |000> - |010> - |100> + |110> or + |001> - |011> - |101> + |111> with equal probability 1/2. [measure3] (st=206) -> 1/2: (st'=94) & (outcome'=0) + 1/2: (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |000> + |001> - |010> - |011> - |100> - |101> - |110> - |111> gives + |000> - |010> - |100> - |110> or + |001> - |011> - |101> - |111> with equal probability 1/2. [measure3] (st=207) -> 1/2: (st'=95) & (outcome'=0) + 1/2: (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> + |100> + |101> + |110> - |111> gives + |000> + |010> + |100> + |110> or + |001> - |011> - |101> + |111> with equal probability 1/2. [measure3] (st=208) -> 1/2: (st'=88) & (outcome'=0) + 1/2: (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> + |100> + |101> - |110> + |111> gives + |000> + |010> + |100> - |110> or + |001> - |011> - |101> - |111> with equal probability 1/2. [measure3] (st=209) -> 1/2: (st'=89) & (outcome'=0) + 1/2: (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> + |100> - |101> + |110> + |111> gives + |000> + |010> + |100> + |110> or + |001> - |011> + |101> - |111> with equal probability 1/2. [measure3] (st=210) -> 1/2: (st'=88) & (outcome'=0) + 1/2: (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> + |100> - |101> - |110> - |111> gives + |000> + |010> + |100> - |110> or + |001> - |011> + |101> + |111> with equal probability 1/2. [measure3] (st=211) -> 1/2: (st'=89) & (outcome'=0) + 1/2: (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> - |100> + |101> + |110> + |111> gives + |000> + |010> - |100> + |110> or + |001> - |011> - |101> - |111> with equal probability 1/2. [measure3] (st=212) -> 1/2: (st'=90) & (outcome'=0) + 1/2: (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> - |100> + |101> - |110> - |111> gives + |000> + |010> - |100> - |110> or + |001> - |011> - |101> + |111> with equal probability 1/2. [measure3] (st=213) -> 1/2: (st'=91) & (outcome'=0) + 1/2: (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> - |100> - |101> + |110> - |111> gives + |000> + |010> - |100> + |110> or + |001> - |011> + |101> + |111> with equal probability 1/2. [measure3] (st=214) -> 1/2: (st'=90) & (outcome'=0) + 1/2: (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> + |011> - |100> - |101> - |110> + |111> gives + |000> + |010> - |100> - |110> or + |001> - |011> + |101> - |111> with equal probability 1/2. [measure3] (st=215) -> 1/2: (st'=91) & (outcome'=0) + 1/2: (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> + |100> + |101> + |110> + |111> gives + |000> + |010> + |100> + |110> or + |001> + |011> - |101> - |111> with equal probability 1/2. [measure3] (st=216) -> 1/2: (st'=88) & (outcome'=0) + 1/2: (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> + |100> + |101> - |110> - |111> gives + |000> + |010> + |100> - |110> or + |001> + |011> - |101> + |111> with equal probability 1/2. [measure3] (st=217) -> 1/2: (st'=89) & (outcome'=0) + 1/2: (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> + |100> - |101> + |110> - |111> gives + |000> + |010> + |100> + |110> or + |001> + |011> + |101> + |111> with equal probability 1/2. [measure3] (st=218) -> 1/2: (st'=88) & (outcome'=0) + 1/2: (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> + |100> - |101> - |110> + |111> gives + |000> + |010> + |100> - |110> or + |001> + |011> + |101> - |111> with equal probability 1/2. [measure3] (st=219) -> 1/2: (st'=89) & (outcome'=0) + 1/2: (st'=145) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> - |100> + |101> + |110> - |111> gives + |000> + |010> - |100> + |110> or + |001> + |011> - |101> + |111> with equal probability 1/2. [measure3] (st=220) -> 1/2: (st'=90) & (outcome'=0) + 1/2: (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> - |100> + |101> - |110> + |111> gives + |000> + |010> - |100> - |110> or + |001> + |011> - |101> - |111> with equal probability 1/2. [measure3] (st=221) -> 1/2: (st'=91) & (outcome'=0) + 1/2: (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> - |100> - |101> + |110> + |111> gives + |000> + |010> - |100> + |110> or + |001> + |011> + |101> - |111> with equal probability 1/2. [measure3] (st=222) -> 1/2: (st'=90) & (outcome'=0) + 1/2: (st'=145) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> + |010> - |011> - |100> - |101> - |110> - |111> gives + |000> + |010> - |100> - |110> or + |001> + |011> + |101> + |111> with equal probability 1/2. [measure3] (st=223) -> 1/2: (st'=91) & (outcome'=0) + 1/2: (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> + |100> + |101> + |110> + |111> gives + |000> - |010> + |100> + |110> or + |001> - |011> - |101> - |111> with equal probability 1/2. [measure3] (st=224) -> 1/2: (st'=92) & (outcome'=0) + 1/2: (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> + |100> + |101> - |110> - |111> gives + |000> - |010> + |100> - |110> or + |001> - |011> - |101> + |111> with equal probability 1/2. [measure3] (st=225) -> 1/2: (st'=93) & (outcome'=0) + 1/2: (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> + |100> - |101> + |110> - |111> gives + |000> - |010> + |100> + |110> or + |001> - |011> + |101> + |111> with equal probability 1/2. [measure3] (st=226) -> 1/2: (st'=92) & (outcome'=0) + 1/2: (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> + |100> - |101> - |110> + |111> gives + |000> - |010> + |100> - |110> or + |001> - |011> + |101> - |111> with equal probability 1/2. [measure3] (st=227) -> 1/2: (st'=93) & (outcome'=0) + 1/2: (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> - |100> + |101> + |110> - |111> gives + |000> - |010> - |100> + |110> or + |001> - |011> - |101> + |111> with equal probability 1/2. [measure3] (st=228) -> 1/2: (st'=94) & (outcome'=0) + 1/2: (st'=150) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> - |100> + |101> - |110> + |111> gives + |000> - |010> - |100> - |110> or + |001> - |011> - |101> - |111> with equal probability 1/2. [measure3] (st=229) -> 1/2: (st'=95) & (outcome'=0) + 1/2: (st'=151) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> - |100> - |101> + |110> + |111> gives + |000> - |010> - |100> + |110> or + |001> - |011> + |101> - |111> with equal probability 1/2. [measure3] (st=230) -> 1/2: (st'=94) & (outcome'=0) + 1/2: (st'=149) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> + |011> - |100> - |101> - |110> - |111> gives + |000> - |010> - |100> - |110> or + |001> - |011> + |101> + |111> with equal probability 1/2. [measure3] (st=231) -> 1/2: (st'=95) & (outcome'=0) + 1/2: (st'=148) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> + |100> + |101> + |110> - |111> gives + |000> - |010> + |100> + |110> or + |001> + |011> - |101> + |111> with equal probability 1/2. [measure3] (st=232) -> 1/2: (st'=92) & (outcome'=0) + 1/2: (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> + |100> + |101> - |110> + |111> gives + |000> - |010> + |100> - |110> or + |001> + |011> - |101> - |111> with equal probability 1/2. [measure3] (st=233) -> 1/2: (st'=93) & (outcome'=0) + 1/2: (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> + |100> - |101> + |110> + |111> gives + |000> - |010> + |100> + |110> or + |001> + |011> + |101> - |111> with equal probability 1/2. [measure3] (st=234) -> 1/2: (st'=92) & (outcome'=0) + 1/2: (st'=145) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> + |100> - |101> - |110> - |111> gives + |000> - |010> + |100> - |110> or + |001> + |011> + |101> + |111> with equal probability 1/2. [measure3] (st=235) -> 1/2: (st'=93) & (outcome'=0) + 1/2: (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> - |100> + |101> + |110> + |111> gives + |000> - |010> - |100> + |110> or + |001> + |011> - |101> - |111> with equal probability 1/2. [measure3] (st=236) -> 1/2: (st'=94) & (outcome'=0) + 1/2: (st'=147) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> - |100> + |101> - |110> - |111> gives + |000> - |010> - |100> - |110> or + |001> + |011> - |101> + |111> with equal probability 1/2. [measure3] (st=237) -> 1/2: (st'=95) & (outcome'=0) + 1/2: (st'=146) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> - |100> - |101> + |110> - |111> gives + |000> - |010> - |100> + |110> or + |001> + |011> + |101> + |111> with equal probability 1/2. [measure3] (st=238) -> 1/2: (st'=94) & (outcome'=0) + 1/2: (st'=144) & (outcome'=1); // Measuring qubit no. 3 of + |000> - |001> - |010> - |011> - |100> - |101> - |110> + |111> gives + |000> - |010> - |100> - |110> or + |001> + |011> + |101> - |111> with equal probability 1/2. [measure3] (st=239) -> 1/2: (st'=95) & (outcome'=0) + 1/2: (st'=145) & (outcome'=1); endmodule system (((QuantumTeleportationFull || Alice) || Bob) |[initialize,cnot12,hadamard1,sigma0_3rd,sigma1_3rd,sigma2_3rd,sigma3_3rd,measure,measure1,measure2,measure3]| ThreeQubitSpace) endsystem