TimeEvolutionSolver.solve¶
- TimeEvolutionSolver.solve(problem)[source]¶
Solve the problem using the provided backend
- Parameters:
problem (
FermionicEvolutionProblem
) – The FermionicEvolutionProblem to solve.- Return type:
List
[float
]- Returns:
A list of expectation values of the observable of the problem. This list has the same length as the list of times for which to compute the time evolution.