You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rj .+= a2 * n1 should be rj .+= a2 * n2 and the errors persist the lines below.
To Reproduce
A code snippet to reproduce the behavior
Not applied.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version Info
Julia version 1.12
Package Version (use Pkg.status() to see the version of your current environment)
Additional context
Add any other context about the problem here.
I can work on a small PR to fix it, or tell me if you want to deprecate this function.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Bloqade.jl/lib/BloqadeQMC/src/lattices/Lattices.jl
Line 411 in a08355c
The
rj .+= a2 * n1
should berj .+= a2 * n2
and the errors persist the lines below.To Reproduce
A code snippet to reproduce the behavior
Not applied.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version Info
Pkg.status()
to see the version of your current environment)Additional context
Add any other context about the problem here.
I can work on a small PR to fix it, or tell me if you want to deprecate this function.
The text was updated successfully, but these errors were encountered: