Question: Simplify expressions with Creation Annihilation operators

Hi guys, I need to simplify tedious expressions involving products of fermionic creation/annihilation operators. I loaded the Physics package, and defined the fermionic operators c[i,spin] and C[i,spin] where i=1..4, spin=1..2 My first concern is that c[i,spin].c[i,spin] doesn't return 0, while AntiCommutator(c[i,spin],c[i,spin]) does... I don't get it. Although when I apply c[i,spin].c[i,spin] to some ket it does return 0... I'm a bit lost. Any idea?
Please Wait...