pwtools._dcd.read_dcd_header_from_unit¶
- pwtools._dcd.read_dcd_header_from_unit = <fortran function read_dcd_header_from_unit>¶
nstep,natoms,timestep = read_dcd_header_from_unit(unt)
Wrapper for
read_dcd_header_from_unit
.- Parameters:
unt (input int)
- Returns:
nstep (int)
natoms (int)
timestep (float)