-- Eigenstates of the Lz operator -- starting from a set of restrictions NF=6 NB=0 IndexDn={0,2,4} IndexUp={1,3,5} OppLz = NewOperator("Lz", NF, IndexUp, IndexDn) StartRestrictions = {NF, NB, {"111111",2,2}} Npsi = 3 psiList = Eigensystem(OppLz, StartRestrictions, Npsi)