openfermion.utils.anticommutator

{ }

Compute the anticommutator of two operators.

operator_a, operator_b: Operators in anticommutator. Any operators are accepted so long as implicit addition and multiplication are supported; e.g. QubitOperators, FermionOperators, BosonOperators, or Scipy sparse matrices. 2D Numpy arrays are also supported.

TypeError operator_a and operator_b are not of the same type.