Skip to content

Commit b21d2c6

Browse files
authored
Update sweep_update.jl
1 parent ea26fcd commit b21d2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/sweep_update.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function region_update!(
414414
ortho = isforward(direction) ? "left" : "right"
415415
drho = nothing
416416
if noise > 0.0 && isforward(direction)
417-
drho = noise * noiseterm(reduced_operator, phi, ortho)
417+
drho = noise * noiseterm(reduced_operator, reduced_state, ortho)
418418
end
419419
spec = replacebond!(
420420
state,

0 commit comments

Comments
 (0)