The MWE goes like:
snegspinlessfermionoperators[d];
bs = {d[CR, 1]};
matrixrepresentationop[number[d[1]], bs]
matrixrepresentationop[nc[d[CR, 1], d[AN, 1]], bs]
which returns
It seems that the expression generated by number function behaves differently from by the nc. Do I miss something here?
The MWE goes like:
which returns
{{0}} {{1}}It seems that the expression generated by
numberfunction behaves differently from by thenc. Do I miss something here?