Skip to main content

parse_cif

Function parse_cif 

Source
pub fn parse_cif(input: &str) -> Result<CifStructure, String>
Expand description

Parse a CIF (Crystallographic Information File) string into a crystal structure.

Returns cell parameters, space group info, and atom site positions.