vibeqc.read_cif¶
- vibeqc.read_cif(path, *, symmetrise=False, symprec=0.0001, to_primitive=False)[source]¶
Parse a CIF file into a
Crystal.The returned crystal stores lattice vectors in bohr as columns and fractional coordinates as one atom per column. When
symmetriseis true, the parsed crystal is converted to a 3DPeriodicSystem, passed throughvibeqc.symmetrise(), and returned as aSymmetriseResult.