added paper draft URL to README.txt
[strong_simulation_stabilizer_rank.git] / test.bash
index cc380edd39aaa991054652f931b0414c9f03b78a..841e28fd09829d9142693b03ddff90d4dbbcfb20 100644 (file)
--- a/test.bash
+++ b/test.bash
@@ -16,7 +16,7 @@ do
 sleep 1;a=$(stdbuf -oL ./randominputPauli $numqubits $numTgates > inputfullPauli.txt && ./strongsim < inputfullPauli.txt | tail -1)
 b=$(stdbuf -oL ./multipauli < inputfullPauli.txt | tail -n1)
 are=$(echo "$a" | cut -f 1 -d " " | cut -c 1-5);
-aim=$(echo "$a" | cut -f 3 -d " " | cut -c 1-5); aimsign=$(echo $a | cut -f 2 -d " "); bimsign=$(echo $a | cut -f 2 -d " ");
+aim=$(echo "$a" | cut -f 3 -d " " | cut -c 1-5); aimsign=$(echo $a | cut -f 2 -d " "); bimsign=$(echo $b | cut -f 2 -d " ");
 bre=$(echo "$b" | cut -f 1 -d " " | cut -c 1-5);
 bim=$(echo "$b" | cut -f 3 -d " " | cut -c 1-5); echo "$i: $are $aimsign $aim and $bre $bimsign $bim"
 if [ "$are" == "$bre" ] && [ "$aim" == "$bim" ] && [ "$aimsign" == "$bimsign" ]
@@ -24,7 +24,7 @@ then
 continue
 else
 echo "NOT EQUAL!"
-break
+exit
 fi
 done
 echo "Test passed!"