TrotterizationFactory#
- class qiskit.opflow.evolutions.TrotterizationFactory[ソース]#
ベースクラス:
object
Deprecated: A factory for conveniently creating TrotterizationBase instances.
Methods
- static build(mode='trotter', reps=1)[ソース]#
A factory for conveniently creating TrotterizationBase instances.
バージョン 0.24.0 で非推奨: The method
qiskit.opflow.evolutions.trotterizations.trotterization_factory.TrotterizationFactory.build()
is deprecated as of qiskit-terra 0.24.0. It will be removed no earlier than 3 months after the release date. For code migration guidelines, visit https://qisk.it/opflow_migration.- パラメータ:
- 戻り値:
The desired TrotterizationBase instance.
- 例外:
ValueError – A string not in [『trotter』, 『suzuki』, 『qdrift』] is given for mode.
- 戻り値の型: