From 7da6af71629bc98d5aff4c5ffb8dda1306d19c7a Mon Sep 17 00:00:00 2001 From: Yuning Date: Tue, 2 Jul 2024 20:37:31 +0200 Subject: [PATCH] fix doc --- docs/src/manual.md | 8 ++++---- src/SpinShuttling.jl | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) 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}