Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Sep 3, 2024
1 parent eb91ee7 commit 5fbcfe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/alternating_update.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ function alternating_update(
if !isnothing(time_step)
current_time += time_step
end
update_observer!(sweep_observer!; state, reduced_operator, sweep, outputlevel, current_time)
update_observer!(
sweep_observer!; state, reduced_operator, sweep, outputlevel, current_time
)
if outputlevel >= 1
print("After sweep ", sweep, ":")
print(" maxlinkdim=", maxlinkdim(state))
Expand Down

0 comments on commit 5fbcfe8

Please sign in to comment.