Skip to content

Commit

Permalink
Remove forgotten TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard committed Sep 14, 2024
1 parent d11911a commit 84e847b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/computable_dags/compute.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ end
function compute(
::ComputeTask_Propagator, input::PropagatorInput{VP_T,PSP_T}
) where {VP_T,PSP_T}
# TODO: this is currently eating the most time of the computation, improve this
vp_mom = _vp_momentum(input.vp, input.psp[])
vp_species = particle_species(input.vp)
inner = QEDbase.propagator(vp_species, vp_mom)
Expand Down

0 comments on commit 84e847b

Please sign in to comment.