Function wafer::grid::evolve [−][src]
fn evolve(
wnum: u8,
config: &Config,
potentials: &Potentials,
phi: &mut Array3<R64>,
w_store: &[Array3<R64>]
)
Evolves the solution a number of steps
Arguments
wnum
- Current exited state value.config
- Reference to the configuration struct.phi
- Current, active wavefunction array.w_store
- Vector of currently converged wavefunctions.