Docs
Contents:
BondOrderSystem
LabeledSystem
MultiSystems
System
Bases: object
object
deal with QuipGapxyzFile.
Methods
get_block_generator
handle_single_xyz_frame
Convert coordinates and types to xyz format.
coordinates, Nx3 array
list of types
xyz format string
Examples
>>> coord_to_xyz(np.ones((1,3)), ["C"]) 1
C 1.000000 1.000000 1.000000
Convert xyz format to coordinates and types.