From 4159ad32dd76d29cee338e3e6e40b6c1f07a1cad Mon Sep 17 00:00:00 2001 From: dieris Date: Mon, 7 Nov 2016 17:32:06 -0500 Subject: [PATCH] Fix sign in DiAC(11) the demonstration that indeed we need a test for this... --- QGL/PulsePrimitives.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QGL/PulsePrimitives.py b/QGL/PulsePrimitives.py index 01a5ae9a..4e60b448 100644 --- a/QGL/PulsePrimitives.py +++ b/QGL/PulsePrimitives.py @@ -485,7 +485,7 @@ def get_DiAC_phases(cliffNum): [0, 1, 0], [0, 1, 0.5], [0, 0, 0.5], - [0, 0, 0.5], + [0, 0, -0.5], [1, -0.5, 1], [1, 0.5, 1], [0.5, -0.5, -0.5],