diff --git a/docs/src/manual.md b/docs/src/manual.md index f1bbc75..7cfb158 100644 --- a/docs/src/manual.md +++ b/docs/src/manual.md @@ -7,6 +7,10 @@ CurrentModule = SpinShuttling ### Spin Shuttling Models +```@docs +ShuttlingModel +``` + ```@docs OneSpinModel ``` @@ -23,10 +27,6 @@ TwoSpinModel TwoSpinParallelModel ``` -```@docs -ShuttlingModel -``` - ```@docs dephasingmatrix ``` diff --git a/src/SpinShuttling.jl b/src/SpinShuttling.jl index 39e3dbe..9eed241 100644 --- a/src/SpinShuttling.jl +++ b/src/SpinShuttling.jl @@ -31,7 +31,6 @@ specified by the paths of the shuttled spins. - `X::Vector{Function}`: Shuttling paths, the length of the vector must be `n - `R::RandomFunction`: Random function of the sampled noises on paths """ - struct ShuttlingModel n::Int # number of spins Ψ::Vector{<:Number}