From d2224cdb093515f5eaad1f06c8f5cb72d0c6eff5 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Thu, 13 Jul 2023 13:20:23 +0200 Subject: [PATCH] reno fix --- .../notes/relax_wire_order_restrictions-ffc0cfeacd7b8d4b.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/relax_wire_order_restrictions-ffc0cfeacd7b8d4b.yaml b/releasenotes/notes/relax_wire_order_restrictions-ffc0cfeacd7b8d4b.yaml index 70f83fdb5c88..c8fd6337fdb7 100644 --- a/releasenotes/notes/relax_wire_order_restrictions-ffc0cfeacd7b8d4b.yaml +++ b/releasenotes/notes/relax_wire_order_restrictions-ffc0cfeacd7b8d4b.yaml @@ -17,7 +17,7 @@ features: circuit.h(3) circuit.x(1) circuit.x(3).c_if(cr, 10) - circuit.draw('text', wire_order=[2, 3], cregbundle=True) + circuit.draw('text', wire_order=[2, 3, 0, 1], cregbundle=True) .. parsed-literal::