commutator

Macro commutator 

Source
macro_rules! commutator {
    ($a:expr, $b:expr) => { ... };
}
Expand description

Commutator: [a, b] = (a⊗b - b⊗a)/2