macro_rules! m {
($n:literal / 2) => { ... };
(- $n:literal / 2) => { ... };
($n:literal) => { ... };
(- $n:literal) => { ... };
($($bad:tt)*) => { ... };
}Expand description
Shorthand macro for constructing an angular momentum projection M.