From 41b782f27dc82a725546d501bfd2f072a9bbd243 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sun, 3 Mar 2024 01:27:14 -0500 Subject: [PATCH] Sun Mar 3 01:27:14 AM EST 2024 --- examples/slow.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 -- 2.39.5