Skip to content

Commit

Permalink
Format document
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomercurio committed Jul 26, 2024
1 parent 2e53082 commit f7d9a16
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/time_evolution_and_partial_trace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,15 @@

@testset "Type Inference mcsolve" begin
if VERSION >= v"1.10"
@inferred mcsolveEnsembleProblem(H, psi0, t_l, c_ops, n_traj = 500, e_ops = e_ops, progress_bar = Val(false))
@inferred mcsolveEnsembleProblem(
H,
psi0,
t_l,
c_ops,
n_traj = 500,
e_ops = e_ops,
progress_bar = Val(false),
)
@inferred mcsolve(H, psi0, t_l, c_ops, n_traj = 500, e_ops = e_ops, progress_bar = Val(false))
@inferred mcsolve(H, psi0, t_l, c_ops, n_traj = 500, progress_bar = Val(true))
end
Expand Down

0 comments on commit f7d9a16

Please sign in to comment.