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.
pub fn parse_cif(input: &str) -> Result<CifStructure, String>Parse a CIF (Crystallographic Information File) string into a crystal structure.
Returns cell parameters, space group info, and atom site positions.