Skip to content

Commit c7b9dac

Browse files
committed
modify qutip hyper-link
1 parent f092b44 commit c7b9dac

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/src/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ hero:
2222
- theme: alt
2323
text: API
2424
link: /api
25+
- theme: alt
26+
text: Visit QuTiP.org
27+
link: https://qutip.org/
2528
2629
2730
features:
28-
- icon: <img width="64" height="64" src="https://qutip.org/images/logo.png" alt="markdown"/>
29-
title: QuTiP
30-
details: Easily handle quantum states and operators with a rich set of tools, with the same functionalities as Python QuTiP.
31-
link: https://qutip.org/
3231
- icon: <img width="64" height="64" src="https://docs.sciml.ai/DiffEqDocs/stable/assets/logo.png" alt="markdown"/>
3332
title: Dynamical Evolution
3433
details: Advanced solvers for time evolution of quantum systems, thanks to the powerful DifferentialEquations.jl package.
@@ -61,7 +60,7 @@ using Pkg
6160
Pkg.add("QuantumToolbox")
6261
```
6362
Alternatively, this can also be done in Julia's [Pkg REPL](https://julialang.github.io/Pkg.jl/v1/getting-started/) by pressing the key `]` in the REPL to use the package mode, and then type the following command:
64-
```julia-REPL
63+
```julia-repl
6564
(1.10) pkg> add QuantumToolbox
6665
```
6766
More information about `Julia`'s package manager can be found at [`Pkg.jl`](https://julialang.github.io/Pkg.jl/v1/).

0 commit comments

Comments
 (0)