From: miha-q <> Date: Sun, 3 Mar 2024 06:27:14 +0000 (-0500) Subject: Sun Mar 3 01:27:14 AM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=41b782f27dc82a725546d501bfd2f072a9bbd243;p=QAnsel.git Sun Mar 3 01:27:14 AM EST 2024 --- diff --git a/examples/slow.txt b/examples/slow.txt index d41b11b..a248be7 100644 --- a/examples/slow.txt +++ b/examples/slow.txt @@ -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