We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17556ac commit b099b3cCopy full SHA for b099b3c
Project.toml
@@ -1,7 +1,7 @@
1
name = "LatticeMatrices"
2
uuid = "dd6a91e4-736f-4540-ac85-13822ca7b545"
3
authors = ["Yuki Nagai <cometscome@gmail.com>"]
4
-version = "0.0.3"
+version = "0.0.4"
5
6
[deps]
7
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
src/LinearAlgebras/linearalgebra_D.jl
@@ -3280,7 +3280,7 @@ export partial_trace
3280
3281
3282
s = zero(eltype(A))
3283
- if NN[μ] == position
+ if indices[μ] == position
3284
for ic = 1:NC
3285
s += A[ic, ic, indices...]
3286
end
0 commit comments