Dear Forum,
Is it safe to declare an IQIndex with 2 quantum number blocks having the same Quantumnumber?
ie:
IQIndex( nameint("M I1 ",imp),
Index("m ILink ", 5) , QN( 0, 0),
Index("I3cDc" , 1) , QN(-2, 0), //this is the same QN
Index("I3cDcD" , 1) , QN( 0,-2),
Index("I3ccD" , 1) , QN(-2, 0), //as this
Index("I3cc" , 1) , QN( 0, 2) );
I know that it works and it gave correct results half a year ago, but I want to make sure this still works and is safe.
best regards,
Florian