We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea26fcd commit b21d2c6Copy full SHA for b21d2c6
src/solvers/sweep_update.jl
@@ -414,7 +414,7 @@ function region_update!(
414
ortho = isforward(direction) ? "left" : "right"
415
drho = nothing
416
if noise > 0.0 && isforward(direction)
417
- drho = noise * noiseterm(reduced_operator, phi, ortho)
+ drho = noise * noiseterm(reduced_operator, reduced_state, ortho)
418
end
419
spec = replacebond!(
420
state,
0 commit comments