Skip to main content

evolve_time_dependent

Function evolve_time_dependent 

Source
pub fn evolve_time_dependent<O>(
    operator: &O,
    initial: &[Complex64],
    options: EvolutionOptions,
) -> Result<StateTrajectory>
Expand description

Adaptive fourth-order evolution for an explicitly time-dependent operator.