diff --git a/docs/src/index.md b/docs/src/index.md index 00de54a..f61300d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -3,7 +3,6 @@ *Simulate the multiple-spin shuttling problem under correlated stochastic noise.* ## Installation - `SpinShuttling.jl` can be installed by cloning the repository from github. ```shell git clone https://github.com/EigenSolver/SpinShuttling.jl.git @@ -16,11 +15,6 @@ From the Julia REPL, type `]` to enter the Pkg REPL mode and run ```julia pkg> add . ``` - ## What does this package do This package provides a set of abstractions and numericals tools to simulating dynamics of multi-spin system under correlated noises, based on the Gaussian random field approach.