pub fn evolve_time_dependent_batch<O>(
operator: &O,
initial_columns: &[Vec<Complex64>],
options: EvolutionOptions,
) -> Result<StateBatchTrajectory>where
O: TimeDependentOperator + ?Sized,Expand description
Batched counterpart of evolve_time_dependent.