Skip to content

Commit

Permalink
Remove physical indices of lambda in eq1
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Nov 25, 2024
1 parent 20c4ef2 commit e18b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/ansatz/mps.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In the `NonCanonical` form, the tensors in the `MPS` do not satisfy any particul
Also known as Vidal's form, the `Canonical` form represents the `MPS` using a sequence of isometric tensors (`Γ`) and diagonal vectors (`λ`) containing the Schmidt coefficients. The `MPS` is expressed as:

```math
| \psi \rangle = \sum_{i_1, \dots, i_N} \Gamma_1^{i_1} \lambda_2^{i_2} \Gamma_2^{i_2} \dots \lambda_{N-1}^{i_{N-1}} \Gamma_{N-1}^{i_{N-1}} \lambda_N^{i_N} \Gamma_N^{i_N} | i_1, \dots, i_N \rangle \, .
| \psi \rangle = \sum_{i_1, \dots, i_N} \Gamma_1^{i_1} \lambda_2 \Gamma_2^{i_2} \dots \lambda_{N-1} \Gamma_{N-1}^{i_{N-1}} \Gamma_N^{i_N} | i_1, \dots, i_N \rangle \, .
```

You can convert an `MPS` to the `Canonical` form by calling `canonize!`:
Expand Down

0 comments on commit e18b5f7

Please sign in to comment.