Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
EigenSolver committed Apr 16, 2024
1 parent 2524f18 commit 19acc4a
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 85 deletions.
14 changes: 5 additions & 9 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ makedocs(
assets = [ asset("assets/logo.svg", class=:ico, islocal = true) ]),
pages=[
"Home"=>"index.md",
"Manual"=>Any[
"Quick Start"=>"guide.md",
]
# "examples.md",
# "stochastics.md",
# "analytics.md",
# "integration.md",
# "reference.md",
# "about.md"
# "Tutorial"=>Any[
# "Quick Start"=>"guide.md",
# ],
"Quick Start"=>"guide.md",
"Manual"=>"manual.md"
],
)

Expand Down
76 changes: 0 additions & 76 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,79 +10,3 @@ From the Julia REPL, type `]` to enter the Pkg REPL mode and run
```
pkg> add SpinShuttling
```

## APIs

```@meta
CurrentModule = SpinShuttling
```

### Spin Shuttling Models

```@docs
OneSpinModel
```

```@docs
OneSpinForthBackModel
```

```@docs
TwoSpinModel
```

```@docs
TwoSpinParallelModel
```

### Fidelity Metric

```@docs
fidelity
```

```@docs
sampling
```

```@docs
averagefidelity
```

```@docs
W
```

### Stochastics

```@docs
OrnsteinUhlenbeckField
```

```@docs
PinkBrownianField
```

```@docs
RandomFunction
```

```@docs
CompositeRandomFunction
```

```@docs
characteristicfunction
```

```@docs
characteristicvalue
```

```@docs
covariancematrix
```

```@docs
covariance
```
76 changes: 76 additions & 0 deletions docs/src/manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@

## APIs

```@meta
CurrentModule = SpinShuttling
```

### Spin Shuttling Models

```@docs
OneSpinModel
```

```@docs
OneSpinForthBackModel
```

```@docs
TwoSpinModel
```

```@docs
TwoSpinParallelModel
```

### Fidelity Metric

```@docs
fidelity
```

```@docs
sampling
```

```@docs
averagefidelity
```

```@docs
W
```

### Stochastics

```@docs
OrnsteinUhlenbeckField
```

```@docs
PinkBrownianField
```

```@docs
RandomFunction
```

```@docs
CompositeRandomFunction
```

```@docs
characteristicfunction
```

```@docs
characteristicvalue
```

```@docs
covariancematrix
```

```@docs
covariance
```

0 comments on commit 19acc4a

Please sign in to comment.