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(-i*H*t_i)\) where \(t_i\) is the time of the the ith evolution time.