_dcd¶
This module ‘_dcd’ is auto-generated with f2py (version:2.0.1). Functions:
unt = open_file(filename) nstep,natoms,timestep = read_dcd_header_from_unit(unt) cryst_const,coords = read_dcd_data_from_unit(unt,nstep,natoms,convang) cryst_const,coords = read_dcd_data(filename,nstep,natoms,convang) nstep,natoms,timestep = get_dcd_file_info(filename,nstephdr)
.
nstep,natoms,timestep = get_dcd_file_info(filename,nstephdr) |
|
unt = open_file(filename) |
|
cryst_const,coords = read_dcd_data(filename,nstep,natoms,convang) |
|
cryst_const,coords = read_dcd_data_from_unit(unt,nstep,natoms,convang) |
|
nstep,natoms,timestep = read_dcd_header_from_unit(unt) |