openfermion.transforms.opconversions.inline_product

Computes a product, using the imul operator.

seed T

The starting total. The unit value.

factors iterable[T]

Values to multiply (with *=) into the total.

T The result of multiplying all the factors into the unit value.