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
Case in point are invariant masses, where expression often contain something like \sqrt{m^2}. With real=True, this reduces to |m|, whereas we probably just want m.
Assumptions on kinematic variables and parameters are currently mostly set to
real=True
. This prevents SymPy from a proper simplification, see for instance this amplitude, which (may) have influence function tree performance in TensorWaves.Case in point are invariant masses, where expression often contain something like \sqrt{m^2}. With
real=True
, this reduces to |m|, whereas we probably just want m.sympy.Symbol
instead ofstr
#269ComplexSqrt
from evaluating #270The text was updated successfully, but these errors were encountered: