pub fn evolve_batch<O>(
operator: &O,
initial_columns: &[Vec<Complex64>],
options: EvolutionOptions,
) -> Result<StateBatchTrajectory>where
O: LinearOperator + ?Sized,Expand description
Evolve independent column states without changing their column ordering.