xyz format

Class: XYZFormat

XYZ foramt.

Examples

>>> s.to("xyz", "a.xyz")

Conversions

Convert from this format to System

dpdata.System(file_name, fmt: Literal['xyz'] = None) dpdata.system.System
dpdata.System.from_xyz(file_name) dpdata.system.System

Convert this format to System.

Returns:
System

converted system

Convert from System to this format

dpdata.System.to(fmt: Literal['xyz'], file_name)
dpdata.System.to_xyz(file_name)

Convert System to this format.

Convert from LabeledSystem to this format

dpdata.LabeledSystem.to(fmt: Literal['xyz'], file_name)
dpdata.LabeledSystem.to_xyz(file_name)

Convert LabeledSystem to this format.