Skip to content

Commit

Permalink
Format .jl files (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: mtfishman <[email protected]>
  • Loading branch information
github-actions[bot] and mtfishman authored Apr 21, 2022
1 parent e93595e commit fd9ad6a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/tdvp_step.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,15 @@ function tdvp(direction::Base.Ordering, solver, PH, time_step::Number, psi::MPS;

half_sweep_is_done = ((b == 1 && ha == 2) || (b == N && ha == 1))
update!(
observer; psi, bond=b, sweep=sw, half_sweep=ha, spec, outputlevel, half_sweep_is_done, current_time
observer;
psi,
bond=b,
sweep=sw,
half_sweep=ha,
spec,
outputlevel,
half_sweep_is_done,
current_time,
)
end

Expand Down

0 comments on commit fd9ad6a

Please sign in to comment.