Function wafer::output::wavefunction[][src]

pub fn wavefunction(
    phi: &ArrayView3<R64>,
    num: u8,
    converged: bool,
    project: &str,
    file_type: &FileType
) -> Result<(), Error>

Saves a wavefunction to disk, and controls what format (plain text or binary) the data should be handled as.

Arguments