![]() |
Computes a product, using the imul operator.
openfermion.transforms.opconversions.inline_product(
factors, seed
)
Args | |
---|---|
seed (T): The starting total. The unit value. factors (iterable[T]): Values to multiply (with *=) into the total. |
Returns | |
---|---|
T
|
The result of multiplying all the factors into the unit value. |