Skip to content

Commit b47ed54

Browse files
committed
Minor naming improvement
1 parent 7e76c6e commit b47ed54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solvers/applyexp.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ function set_current_exponent(A::ApplyExpProblem, current_exponent)
2424
ApplyExpProblem(A.operator, A.state, current_exponent)
2525
end
2626

27-
function region_plan(tdvp::ApplyExpProblem; nsites, time_step, sweep_kwargs...)
28-
return applyexp_regions(state(tdvp), time_step; nsites, sweep_kwargs...)
27+
function region_plan(A::ApplyExpProblem; nsites, time_step, sweep_kwargs...)
28+
return applyexp_regions(state(A), time_step; nsites, sweep_kwargs...)
2929
end
3030

3131
function update(

0 commit comments

Comments
 (0)