Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EigenSolver committed Jul 2, 2024
1 parent 54a0b59 commit 7da6af7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/src/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ CurrentModule = SpinShuttling

### Spin Shuttling Models

```@docs
ShuttlingModel
```

```@docs
OneSpinModel
```
Expand All @@ -23,10 +27,6 @@ TwoSpinModel
TwoSpinParallelModel
```

```@docs
ShuttlingModel
```

```@docs
dephasingmatrix
```
Expand Down
1 change: 0 additions & 1 deletion src/SpinShuttling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7da6af7

Please sign in to comment.