]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Mar 10 05:56:59 PM EDT 2024
authormiha-q <>
Sun, 10 Mar 2024 21:56:59 +0000 (17:56 -0400)
committermiha-q <>
Sun, 10 Mar 2024 21:56:59 +0000 (17:56 -0400)
examples/slow.txt

index 8767db37cae73eaf9e15a25ee199713d5b39621d..65eb3a99c4709412e8caada2c3bb49b1528fa5b8 100644 (file)
@@ -15,7 +15,7 @@
 //     program will run almost as fast as if there is
 //     just a single instruction.
 
-qreg q[13];
+qreg q[12];
 h q[0];
 x q[1];
 x q[2];
@@ -28,5 +28,4 @@ x q[8];
 x q[9];
 x q[10];
 x q[11];
-x q[12];
 born q;
\ No newline at end of file