Korean
언어
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.aqua.operators.evolutions.TrotterizationFactory

class TrotterizationFactory[소스]

A factory for conveniently creating TrotterizationBase instances.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

build([mode, reps])

A factory for conveniently creating TrotterizationBase instances.

static build(mode='trotter', reps=1)[소스]

A factory for conveniently creating TrotterizationBase instances.

매개변수
  • mode (str) – One of ‘trotter’, ‘suzuki’, ‘qdrift’

  • reps (int) – The number of times to repeat the Trotterization circuit.

반환 형식

TrotterizationBase

반환값

The desired TrotterizationBase instance.

예외

ValueError – A string not in [‘trotter’, ‘suzuki’, ‘qdrift’] is given for mode.