dcdfort
Modern Fortran library for analyzing DCD trajectories
|
Data Types | |
type | dcdfort_writer::dcdwriter |
dcdwriter class More... | |
Modules | |
module | dcdfort_writer |
Module that contains dcdwriter class. | |
Functions/Subroutines | |
subroutine | dcdfort_writer::dcdwriter_open (this, filename) |
Opens new file to write to. More... | |
subroutine | dcdfort_writer::dcdwriter_write_header (this, istart, nevery, timestep, natoms) |
Writes header to new DCD file. More... | |
subroutine | dcdfort_writer::dcdwriter_close (this) |
Closes DCD file. More... | |
subroutine | dcdfort_writer::dcdwriter_write_next (this, xyz, box_in) |
Writes snapshot to an open DCD file. More... | |