Use new QEDprocesses release and remove patch
Some checks failed
MetagraphOptimization_CI / test (push) Failing after 6m50s
MetagraphOptimization_CI / docs (push) Failing after 9m9s

This commit is contained in:
Anton Reinhard 2024-08-06 10:28:32 +02:00
parent 5be7ca99e7
commit f7b20f91ba

View File

@ -11,15 +11,3 @@
}
return QEDprocesses.number_particles(proc_def, DIR(), PT())
end
@inline function QEDcore.ParticleStateful{DIR, SPECIES}(
mom::AbstractFourMomentum,
) where {DIR <: ParticleDirection, SPECIES <: AbstractParticleType}
return ParticleStateful(DIR(), SPECIES(), mom)
end
@inline function QEDcore.ParticleStateful{DIR, SPECIES, EL}(
mom::EL,
) where {DIR <: ParticleDirection, SPECIES <: AbstractParticleType, EL <: AbstractFourMomentum}
return ParticleStateful(DIR(), SPECIES(), mom)
end