From d750ba3f6a751f771bf7bd809a66cd6bd04fa7e8 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 8 Feb 2024 11:46:37 +0100 Subject: [PATCH] add test for cx and CX --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index d9a7472..ca68d77 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -52,7 +52,7 @@ end creg c1[1]; creg c2[1]; U(-1.0, pi/2+3, 3.0) q[2]; - CX q[1], q[2]; + cx q[1], q[2]; custom(0.3) q[3]; barrier q; h q[0];