Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HKaras committed Jan 10, 2025
1 parent fe4fc17 commit 553c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intermediate/ex_fitting_dqc_pathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# Plot the full detectable range
tfull = np.arange(-2*tau1,2*tau2-4*tau3,0.008)
Vmodelext = dl.dipolarmodel(tfull,r,experiment=experiment)
Vmodelext = dl.dipolarmodel(tfull,r,experiment=experimentInfo)
Vmodelext = dl.link(Vmodelext,lam23=['lam2','lam3'])

# Extract results
Expand Down

0 comments on commit 553c298

Please sign in to comment.