Skip to main content

evolve_time_dependent_batch

Function evolve_time_dependent_batch 

Source
pub fn evolve_time_dependent_batch<O>(
    operator: &O,
    initial_columns: &[Vec<Complex64>],
    options: EvolutionOptions,
) -> Result<StateBatchTrajectory>
Expand description

Batched counterpart of evolve_time_dependent.