We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a034891 commit 0d4ef7bCopy full SHA for 0d4ef7b
tests/test_calibrating.py
@@ -21,7 +21,7 @@ def fit_function(x_values, y_values, function, init_params):
21
def T1_cali(t1, t2, time, method, excitedstatepopulation):
22
23
# calibrating experiments
24
- nstep = int(4 * t2 / time)
+ nstep = int(4 * t1 / time)
25
pex = []
26
for i in range(nstep):
27
0 commit comments