_dcd

This module ‘_dcd’ is auto-generated with f2py (version:1.25.2). 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)

.

get_dcd_file_info

nstep,natoms,timestep = get_dcd_file_info(filename,nstephdr)

open_file

unt = open_file(filename)

read_dcd_data

cryst_const,coords = read_dcd_data(filename,nstep,natoms,convang)

read_dcd_data_from_unit

cryst_const,coords = read_dcd_data_from_unit(unt,nstep,natoms,convang)

read_dcd_header_from_unit

nstep,natoms,timestep = read_dcd_header_from_unit(unt)