macro_rules! anticommutator { ($a:expr, $b:expr) => { ... }; }
Anticommutator: {a, b} = (a⊗b + b⊗a)/2