We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4f2ea commit 0ffb6a1Copy full SHA for 0ffb6a1
1 file changed
SeQuant.m
@@ -511,7 +511,7 @@ Operators are further classified according to the permutational symmetry of equi
511
(* these functions display particleIndex in string *)
512
513
visualizeIndex[a_particleIndex] :=
514
- stringAppendSpin[ToString[a[[1]]],indexSpin[a]];
+ stringAppendSpin[ToString[a[[1]],StandardForm],indexSpin[a]];
515
516
Format[particleIndex[a__],TraditionalForm] :=
517
visualizeIndex[particleIndex[a]];
0 commit comments