Function wafer::config::set_initial_conditions [−][src]
pub fn set_initial_conditions(
config: &Config,
log: &Logger
) -> Result<Array3<R64>, Error>
Sets initial conditions for the wavefunction w
.
Arguments
config
- a reference to the configuration struct.log
- a reference to the logger.