Skip to content

Commit d080478

Browse files
committed
fix format
1 parent c6c2774 commit d080478

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/qasm2/passes/test_heuristic_noise.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ def test_method():
292292
q0 := core.QRegGet(reg0.result, zero.result),
293293
reg1 := core.QRegNew(n_qubits.result),
294294
q1 := core.QRegGet(reg1.result, zero.result),
295-
reg_list := ilist.New(values=[reg0.result, reg1.result], elem_type=reg0.result.type),
295+
reg_list := ilist.New(
296+
values=[reg0.result, reg1.result], elem_type=reg0.result.type
297+
),
296298
theta := constant.Constant(0.1),
297299
phi := constant.Constant(0.2),
298300
lam := constant.Constant(0.3),

0 commit comments

Comments
 (0)