vibeqc.write_xsf_structure¶
- vibeqc.write_xsf_structure(path, system)[source]¶
Write a structure-only XSF file.
The opening block is
CRYSTAL,SLABorPOLYMERaccording tosystem.dim, so a reader knows which PRIMVEC rows are real lattice vectors and which are non-physical padding.The result opens directly in VESTA / XCrySDen as the periodic structure – useful as a quick visual sanity check on a
PeriodicSystembefore running anything expensive.