Skip to content

Commit 54fa0a6

Browse files
committed
incl coverage for store_Udict
1 parent 9209569 commit 54fa0a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_two_qubits.py

+1
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ def test_optim_tf_sgd() -> None:
356356
"""
357357
check if optimization result is below 1e-2
358358
"""
359+
opt.store_unitaries = True
359360
opt.optimize_controls()
360361
assert opt.current_best_goal < 0.01
361362

0 commit comments

Comments
 (0)