DATAFormatter¶
-
class
sknano.io.DATAFormatter(atom_style='full', bond_style=None, angle_style=None, dihedral_style=None, improper_style=None, pair_style=None, **kwargs)[source] [edit on github][source]¶ Bases:
sknano.io.StructureIOFormatterStructureDataFormatterclass theLAMMPS dataformat spec.Parameters: Attributes
angle_styleLAMMPS data angle_style.atom_styleLAMMPS data atom_style. bond_styleLAMMPS data bond_style. dihedral_styleLAMMPS data dihedral_style.fmtstrFormat string. improper_styleLAMMPS data improper_style.pair_styleLAMMPS data pair_style.Methods
format()Return strof dump attributes formatted for an output stream.todict()Return dictof constructor parameters.Attributes Summary
angle_styleLAMMPS data angle_style.atom_styleLAMMPS data atom_style. bond_styleLAMMPS data bond_style. dihedral_styleLAMMPS data dihedral_style.improper_styleLAMMPS data improper_style.pair_styleLAMMPS data pair_style.Methods Summary
format()Return strof dump attributes formatted for an output stream.todict()Return dictof constructor parameters.Attributes Documentation
-
angle_style¶ LAMMPS data
angle_style.
-
atom_style¶ LAMMPS data atom_style.
-
bond_style¶ LAMMPS data bond_style.
-
dihedral_style¶ LAMMPS data
dihedral_style.
-
improper_style¶ LAMMPS data
improper_style.
-
pair_style¶ LAMMPS data
pair_style.
Methods Documentation
-
format()[source] [edit on github][source]¶ Return
strof dump attributes formatted for an output stream.
-
todict()[source] [edit on github][source]¶ Return
dictof constructor parameters.
-