XYZConverter¶
-
class
sknano.io.xyz.XYZConverter(**kwargs)[source] [edit on github][source]¶ Bases:
sknano.io.StructureIOConverterStructureDataConverterclass for convertingxyzdata.Attributes
fmtstrFormat string. xyzfilexyzfile name.Methods
add_atom([atom])Add new AtomtoAtoms.add_type([atom])Add new atom type to atom type dictionary. convert()Convert structure data from one format to another format. todict()Return dictof constructor parameters.Attributes Summary
xyzfilexyzfile name.Methods Summary
add_atom([atom])Add new AtomtoAtoms.add_type([atom])Add new atom type to atom type dictionary. Attributes Documentation
-
xyzfile¶ xyzfile name.
Methods Documentation
-
add_atom(atom=None)[source] [edit on github][source]¶ Add new
AtomtoAtoms.Parameters: atom ( Atom) –
-
add_type(atom=None)[source] [edit on github][source]¶ Add new atom type to atom type dictionary.
Parameters: atom ( Atom) –
-