Skip to content

Commit 0d4ef7b

Browse files
committed
revise2 calibrating functions
1 parent a034891 commit 0d4ef7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_calibrating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def fit_function(x_values, y_values, function, init_params):
2121
def T1_cali(t1, t2, time, method, excitedstatepopulation):
2222

2323
# calibrating experiments
24-
nstep = int(4 * t2 / time)
24+
nstep = int(4 * t1 / time)
2525
pex = []
2626
for i in range(nstep):
2727

0 commit comments

Comments
 (0)