Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
EigenSolver committed Apr 15, 2024
1 parent 9f4749d commit 33eba0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SpinShuttling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ end


"""
Analytical average fidelity of a one-spin shuttling model.
Analytical dephasing factor of a one-spin shuttling model.
"""
function W(T::Real,L::Real,B::OrnsteinUhlenbeckField; path=:straight)::Real
κₜ=B.θ[1]
Expand All @@ -282,7 +282,7 @@ function W(T::Real,L::Real,B::OrnsteinUhlenbeckField; path=:straight)::Real
end

"""
Analytical average fidelity of a sequenced two-spin EPR pair shuttling model.
Analytical dephasing factor of a sequenced two-spin EPR pair shuttling model.
"""
function W(T0::Real,T1::Real,L::Real,B::OrnsteinUhlenbeckField; path=:sequenced)::Real
κₜ=B.θ[1]
Expand All @@ -302,7 +302,7 @@ end


"""
Theoretical fidelity of a one-spin shuttling model for a pink-brownian noise.
Analytical dephasing factor of a one-spin shuttling model for a pink-brownian noise.
"""
function W(T::Real, L::Real, B::PinkBrownianField)::Real
β= T.*B.γ
Expand Down

0 comments on commit 33eba0b

Please sign in to comment.