Skip to content

Commit 3b9a218

Browse files
committed
Language
1 parent d7ec075 commit 3b9a218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/algorithms/ED.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ equivalent to dense eigenvectors.
2525
The total charge of the eigenvectors is imposed by adding a charged auxiliary space as
2626
the leftmost virtualspace of each eigenvector. Specifically, this is achieved by passing
2727
`left=Vect[typeof(sector)](sector => 1)` to the [`FiniteMPS`](@ref) constructor. As
28-
such, the only valid `sector` values (i.e. a `sector` value for which the corresponding
29-
eigenstate has valid fusion channels) are those that occur in the dual of the fusion of
30-
all the physical spaces in the system.
28+
such, the only valid `sector` values (i.e. `sector` values for which the corresponding
29+
eigenstates have valid fusion channels) are those that occur in the dual of the fusion
30+
of all the physical spaces in the system.
3131
3232
"""
3333
function exact_diagonalization(opp::FiniteMPOHamiltonian;

0 commit comments

Comments
 (0)