StructureDataMixin¶
-
class
sknano.io.
StructureDataMixin
[source] [edit on github][source]¶ Bases:
sknano.io.StructureReaderMixin
,sknano.io.StructureWriterMixin
Mixin class providing I/O methods for structure data.
Methods
read
(*args[, fname, structure_format])Read structure data. read_data
(*args, **kwargs)Read LAMMPS Data file. read_dump
(*args, **kwargs)Read LAMMPS Dump file. read_pdb
(*args, **kwargs)Read PDB file. read_xyz
(*args, **kwargs)Read XYZ file. write
(*args, **kwargs)Write structure data to file. write_data
(**kwargs)Write LAMMPS data file. write_dump
(**kwargs)Write LAMMPS dump file. write_pdb
(**kwargs)Write pdb file. write_xyz
(**kwargs)Write xyz file.