Open mortenpi opened 3 years ago
The type restrictions are unnecessarily tight in the method signatures for CSF. In the MWE, the convert nicely gets rid of the HalfUInts in terms, but the method still dispatches to same constructors because of the HalfUInts in subshell_terms.
CSF
convert
HalfUInt
terms
subshell_terms
The type restrictions are unnecessarily tight in the method signatures for
CSF
. In the MWE, theconvert
nicely gets rid of theHalfUInt
s interms
, but the method still dispatches to same constructors because of theHalfUInt
s insubshell_terms
.