DiracMatrix * AdjointBiSpinor should throw #68
Labels
01 - Bug
Something isn't working as expected; needs a fix
03 - Confirmed
The bug filed in this issue is confirmed by a maintainer
good first issue
Good for newcomers
Currently, the below code example works:
but it should not. It dispatches directly to a StaticArrays implementation of
*
, so we need to create a specific overload forDiracMatrix * AdjointBiSpinor
that throws since it is an illegal operation.The text was updated successfully, but these errors were encountered: