Function wafer::output::finalise_measurement [−][src]
pub fn finalise_measurement(
observables: &Observables,
wnum: u8,
numx: R64,
project: &str,
file_type: &FileType
) -> Result<(), Error>
Sets up the final measurements for each wavefunction, printing them to screen and saving them to disk.
#Arguments
observables
- calculated, un-normalised values.wnum
- current wave number.numx
- the width of the calculation box.project
- current project name (for file output).file_type
- What type of file format to use in the output.