You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc strings for base_state and propagator should be updated to reflect that they're interface functions supposed to be implemented by QEDcore (or another implementing package)
Also, the signature of propagator allows an optional mass value to be passed, which is not actually implemented in QEDcore, probably because the mass is known from the AbstractParticleType's mass function anyways, so the parameter is unnecessary.
The text was updated successfully, but these errors were encountered:
The doc strings for
base_state
andpropagator
should be updated to reflect that they're interface functions supposed to be implemented by QEDcore (or another implementing package)Also, the signature of
propagator
allows an optionalmass
value to be passed, which is not actually implemented in QEDcore, probably because the mass is known from theAbstractParticleType
'smass
function anyways, so the parameter is unnecessary.The text was updated successfully, but these errors were encountered: