Skip to content

Commit

Permalink
Update reduced_density_matrix.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Skuwar1 authored Nov 5, 2024
1 parent 874122f commit b206ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hamiltonians/reduced_density_matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ end
Represent the n-particle reduced density matrix:
```math
ρ̂^{(n)}_{j_1,...,j_1,k_1,...,k_n} = \\prod_{i}^{n} â^†_{j_i} \\prod_{i}^{n} â_{n+1-k}
ρ̂^{(n)}_{j_1,...,j_1,k_1,...,k_n} = \\prod_{i}^{n} â^†_{j_i} \\prod_{l}^{n} â_{k_{n+1-l}}
```
Where `j_i` and `k_i` (all `<: Int`) specify the single particle sites on a lattice.
Expand Down

0 comments on commit b206ea9

Please sign in to comment.