Skip to content

Commit

Permalink
Update models.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmlaX authored Apr 3, 2024
1 parent e99990a commit 8e1c281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ end
Generate the MPO for a N sites system with on-site Hamiltonian `h0` and nearest-neighbour interactions ``A_i A^\\dagger_{i+1}``
``
H = \sum_{i = 1}^{N-1} A_{i}A^\\dagger_{i+1} + Nh_0
H = \\sum_{i = 1}^{N-1} A_{i}A^\\dagger_{i+1} + Nh_0
``.
"""
Expand Down

0 comments on commit 8e1c281

Please sign in to comment.