Crate qc_file_parsers

source ·

Modules

  • This module provides a parser to retrieve arrays of a uniform type, e.g. only f64 or only i32 seperated by a given seperator from a file.
  • This module implements functions to read files, which begin with a Fortran formatting string. A detailed explanation can be found in Chapter 11 here ```Fortran !c three integers with field length 5, one white space, !c 10 floats with field length 8 three of them decimal places. (3I5,1x,10F8.3)