ComplexSpace
constructor from sector-degeneracy pairs similar to that of GradedSpace
?
#119
Labels
ComplexSpace
constructor from sector-degeneracy pairs similar to that of GradedSpace
?
#119
At some point I needed a routine to increase the degeneracies in a given space while preserving its sectors. The (seemingly) simplest way to do this fails for the
ComplexSpace
case, since this doesn't have a constructor which takes sector-degeneracy pairs as input.Would it make sense to add such a constructor for
ComplexSpace
, since it already behaves like aGradedSpace
in most cases anyway?Also, even then the
CartesianSpace
case is a bit tricky, sinceVect[sectortype(::CartesianSpace)] == ComplexSpace
.The text was updated successfully, but these errors were encountered: