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
is a single instruction which corresponds to where is the time of the the ith evolution time.