fh_comm.field_ops.ProductFieldOp

class fh_comm.field_ops.ProductFieldOp(ops: Sequence[ElementaryFieldOp], coeff: float)[source]

Bases: object

Product of elementary fermionic field operators.

Methods

__matmul__(other)[source]

Logical product.

__neg__()[source]

Logical negation.

__str__() str[source]

Represent the operator as a string.