Skip to main content

Module parser

Module parser 

Source

Functionsยง

parse_frame_header
Parses the 9-line header of a .con file frame from an iterator.
parse_line_of_n
Parses a line of whitespace-separated values into a vector of a specific type.
parse_line_of_n_f64
Parses a line of whitespace-separated f64 values using fast-float2.
parse_single_frame
Parses a complete frame from a .con file, including its header and atomic data.
parse_velocity_section
Attempts to parse an optional velocity section following coordinate blocks.