FermionicEvolutionProblem.circuits

FermionicEvolutionProblem.circuits(initial_state)[source]

The problem embedded in a quantum circuit.

Parameters:

initial_state (QuantumCircuit) – A quantum circuit which corresponds to the initial state for the time-evolution problem.

Return type:

List[QuantumCircuit]

Returns:

A list of quantum circuits. Circuit i is a single instruction which corresponds to exp(iHti) where ti is the time of the the ith evolution time.