sknano.io.DATAReader¶
-
class
sknano.io.DATAReader(fpath, atom_style='full', **kwargs)[source][source]¶ StructureIOclass for reading LAMMPS data file format.Parameters: fpath : str
LAMMPS data file path
atom_style : {‘full’, ‘atomic’}, optional
Attributes
atomscomment_lineComment line. headersdictof dump file header valuessectionsMethods
get(section[, colnum, colname, colindex])Return section with section. read()Read data file.