dcdfort
Modern Fortran library for analyzing DCD trajectories
|
Data Types | |
type | dcdfort_reader::dcdfile |
dcdwriter class More... | |
Modules | |
module | dcdfort_reader |
Module that contains dcdreader class. | |
Functions/Subroutines | |
subroutine | dcdfort_reader::dcdfile_open (this, filename) |
Opens file to read from. More... | |
subroutine | dcdfort_reader::dcdfile_read_header (this, nframes, istart, nevery, iend, timestep, natoms) |
Reads header of open DCD file. More... | |
subroutine | dcdfort_reader::dcdfile_close (this) |
Closes DCD file. More... | |
subroutine | dcdfort_reader::dcdfile_read_next (this, xyz, box) |
Reads next frame into memory. More... | |
subroutine | dcdfort_reader::dcdfile_skip_next (this) |
Skips reading this frame into memory. More... | |