Closed RobinHankin closed 1 year ago
It would be nice to include the dot object so that .[x,y] would return the commutator x*y - y*x. I could use the same mechanism as in the weyl packge.
.[x,y]
x*y - y*x
weyl
It would be nice to include the dot object so that
.[x,y]
would return the commutatorx*y - y*x
. I could use the same mechanism as in theweyl
packge.