Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.opflow.list_ops.ListOp.traverse

ListOp.traverse(convert_fn, coeff=None)[fuente]

Apply the convert_fn to each node in the oplist.

Parámetros
  • convert_fn (Callable) – The function to apply to the internal OperatorBase.

  • coeff (Optional[Union[complex, ParameterExpression]]) – A coefficient to multiply by after applying convert_fn. If it is None, self.coeff is used instead.

Devuelve

The converted ListOp.

Tipo del valor devuelto

ListOp