Skip to content

Commit 8780329

Browse files
Fix installation command for QILaplace
@JuliaRegistrator register()
1 parent f1dd44f commit 8780329

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The package currently provides three transform families in one consistent API: a
1212

1313
You can install QILaplace by running the following command in the Julia REPL:
1414
```julia
15-
using Pkg;Pkg.add("QILaplace.jl");
15+
using Pkg;Pkg.add("QILaplace");
1616
```
1717
If you are more of an interactive coder, you can run the same by going to the pkg mode:
1818
```julia
@@ -57,4 +57,4 @@ Check out some more literature and lecture materials on tensor networks
5757
- [TensorNetwork.org](https://tensornetwork.org/) for a solid introduction to MPS, MPOs, and tensor-network methods.
5858
- [Tensors.net](https://www.tensors.net/tutorials) for hands-on tensor-network numerics (contractions, SVD/QR, gauges, canonical forms) with code-first explanations.
5959
- [Lecture by Schollwock](https://www.theorie.physik.uni-muenchen.de/activities/schools/archiv/asc_school_17/video_schollwoeck/index.html) for an accessible introductory video set on core MPS ideas and practical DMRG workflow (useful to understand the concept of orthogonality center used in our algorithms).
60-
- [Lecture notes on quantum-inspired tensor network computational techniques](https://arxiv.org/pdf/2601.03035) for a neat intro to MPS/MPO algorithms in solving, under the quantics representation, partial differential equations, integration, transforms (such as the Quantum Fourier Transform to solve heat equation), and many more.
60+
- [Lecture notes on quantum-inspired tensor network computational techniques](https://arxiv.org/pdf/2601.03035) for a neat intro to MPS/MPO algorithms in solving, under the quantics representation, partial differential equations, integration, transforms (such as the Quantum Fourier Transform to solve heat equation), and many more.

0 commit comments

Comments
 (0)