pub fn evolve_time_dependent<O>(
operator: &O,
initial: &[Complex64],
options: EvolutionOptions,
) -> Result<StateTrajectory>where
O: TimeDependentOperator + ?Sized,Expand description
Adaptive fourth-order evolution for an explicitly time-dependent operator.