diff --git a/src/computable_dags/compute.jl b/src/computable_dags/compute.jl index c277233..5f09485 100644 --- a/src/computable_dags/compute.jl +++ b/src/computable_dags/compute.jl @@ -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)