Module bader::io

source ·
Expand description

Handles the File I/O for both the density file and result files. Provides a FileFormat trait to be implemented by modules designed to cover a specific file format of a density file.

Modules

  • File I/O for the gaussian cube format.
  • Write analysis files.
  • Custom BufReader.
  • File I/O for the VASP file format.

Structs

  • Turn a float into fortran “scientific” notation (leading digit is zero).

Enums

  • Indicates the available file types of the density file.
  • What type of density to write.

Traits

  • FileFormat trait. Used for handling input from a file.

Type Aliases