Skip to content

Commit b7ba2da

Browse files
author
Bart van der Vecht
committed
Add timing
1 parent 564487c commit b7ba2da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

analysis/fidelity_constraint/bqc_nv_constraint.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,13 @@ def trap_round(
309309

310310
use_fidelity_constraint = False
311311

312+
start = ns.sim_time()
313+
312314
trap_round(
313315
cfg=cfg,
314316
num_times=num_times,
315317
dummy=2,
316318
use_fidelity_constraint=use_fidelity_constraint,
317319
)
320+
321+
print(f"simulated time: {ns.sim_time() - start}")

0 commit comments

Comments
 (0)