Skip to main content

evolve

Function evolve 

Source
pub fn evolve<O>(
    operator: &O,
    initial: &[Complex64],
    options: EvolutionOptions,
) -> Result<StateTrajectory>
where O: LinearOperator + ?Sized,
Expand description

Time evolution on an arbitrary square stored or matrix-free operator.