]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Mar 3 01:27:14 AM EST 2024
authormiha-q <>
Sun, 3 Mar 2024 06:27:14 +0000 (01:27 -0500)
committermiha-q <>
Sun, 3 Mar 2024 06:27:14 +0000 (01:27 -0500)
examples/slow.txt

index d41b11b546ad28a3ba90e68b4db48a09c83fc615..a248be7f3dcdb87d6712c6ff4b56bbc61b2e94e0 100644 (file)
@@ -1,15 +1,15 @@
 //designed to be slow
 qreg q[11];
 h q[0];
-cx q[0], q[1];
-cx q[1], q[2];
-cx q[2], q[3];
-cx q[3], q[4];
-cx q[4], q[5];
-cx q[5], q[6];
-cx q[6], q[7];
-cx q[7], q[8];
-cx q[8], q[9];
-cx q[9], q[10];
+h q[1];
+h q[2];
+h q[3];
+h q[4];
+h q[5];
+h q[6];
+h q[7];
+h q[8];
+h q[9];
+h q[10];
 
 born;
\ No newline at end of file