From ff6de457594601c3ce6d67e5ecf8c433795b68fd Mon Sep 17 00:00:00 2001 From: sldesnoo-Delft <s.l.desnoo@tudelft.nl> Date: Mon, 7 Nov 2022 17:19:05 +0100 Subject: [PATCH] cleanup --- pulse_lib/examples/configuration/small.py | 2 -- pulse_lib/examples/configuration/small_iq.py | 7 +++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/pulse_lib/examples/configuration/small.py b/pulse_lib/examples/configuration/small.py index d0061afe..40ee6637 100644 --- a/pulse_lib/examples/configuration/small.py +++ b/pulse_lib/examples/configuration/small.py @@ -1,6 +1,4 @@ from pulse_lib.base_pulse import pulselib -from pulse_lib.virtual_channel_constructors import virtual_gates_constructor -import numpy as np _backend = 'Qblox' #_backend = 'Keysight' diff --git a/pulse_lib/examples/configuration/small_iq.py b/pulse_lib/examples/configuration/small_iq.py index 3f71443d..f031bed1 100644 --- a/pulse_lib/examples/configuration/small_iq.py +++ b/pulse_lib/examples/configuration/small_iq.py @@ -1,10 +1,9 @@ from pulse_lib.base_pulse import pulselib -from pulse_lib.virtual_channel_constructors import virtual_gates_constructor, IQ_channel_constructor -import numpy as np +from pulse_lib.virtual_channel_constructors import IQ_channel_constructor -_backend = 'Qblox' +#_backend = 'Qblox' #_backend = 'Keysight' -#_backend = 'Keysight_QS' +_backend = 'Keysight_QS' _ch_offset = 0 -- GitLab