pwtools.dcd.HEADER_DTYPE

pwtools.dcd.HEADER_DTYPE = dtype([('blk0-0', '<i4'), ('hdr', 'S4'), ('9int', '<i4', (9,)), ('timestep', '<f4'), ('10int', '<i4', (10,)), ('blk0-1', '<i4'), ('blk1-0', '<i4'), ('ntitle', '<i4'), ('remark1', 'S80'), ('remark2', 'S80'), ('blk1-1', '<i4'), ('blk2-0', '<i4'), ('natoms', '<i4'), ('blk2-1', '<i4')])

DType class corresponding to the scalar type and dtype of the same name.

Please see numpy.dtype for the typical way to create dtype instances and Data type objects (dtype) for additional information.