deleted incorrect var numPaulis and replaced with numrandomsteps in test2 bash script
[strong_simulation_stabilizer_rank.git] / timing.bash
1 #!/bin/bash
2 # Bash script to get some timing analysis:
3 for j in 10 12 14 16 18
4 do
5 for i in {1..1000}
6 do
7 ./randominputcommutingHermitianPauli $j $j > inputfull.txt && /usr/bin/time -o tmp.txt -a --format=%e ./strongsim < inputfull.txt > /dev/null
8 sleep 1
9 done
10 echo "" >> tmp.txt
11 done