From b4c4d6225507902a5fcf0dce9142b67d584db9d3 Mon Sep 17 00:00:00 2001 From: Daniel Puzzuoli Date: Mon, 29 Jun 2020 13:07:59 -0400 Subject: [PATCH] linting --- qiskit/providers/aer/pulse/controllers/digest_pulse_qobj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/providers/aer/pulse/controllers/digest_pulse_qobj.py b/qiskit/providers/aer/pulse/controllers/digest_pulse_qobj.py index 8e164bc89c..35d6484db9 100644 --- a/qiskit/providers/aer/pulse/controllers/digest_pulse_qobj.py +++ b/qiskit/providers/aer/pulse/controllers/digest_pulse_qobj.py @@ -303,7 +303,7 @@ def experiment_to_structs(experiment, ham_chans, pulse_inds, pulse_to_int, dt, q # the last PV pulse on a channel needs to # be assigned a final time based on the next pulse on that channel pv_needs_tf = [0] * len(ham_chans) - + # The instructions are time-ordered so just loop through them. for inst in experiment['instructions']: # Do D and U channels