dcdfort
Modern Fortran library for analyzing DCD trajectories
All Classes Namespaces Files Functions Variables Pages
Data Types | Modules | Functions/Subroutines
trajectory.f90 File Reference

Data Types

type  dcdfort_trajectory::trajectory
 Trajectory class. More...
 

Modules

module  dcdfort_trajectory
 Module that contains Trajectory type.
 

Functions/Subroutines

subroutine dcdfort_trajectory::trajectory_open (this, filename, ndxfile)
 Trajectory class method which opens DCD file and optionally index file. More...
 
pure integer(kind=int32) function dcdfort_trajectory::trajectory_get_natoms (this, group)
 Trajectory class method which gets the number of atoms in the system or an index group. More...
 
integer(kind=int32) function dcdfort_trajectory::trajectory_skip_next (this, F)
 Trajectory class method which skips a specified number of frames. More...
 
integer(kind=int32) function dcdfort_trajectory::trajectory_read_next (this, F, ndxgrp, every)
 Trajectory class method which reads a specified number of frames into memory after using the open() method. More...
 
pure real(kind=real32) function, dimension(3) dcdfort_trajectory::trajectory_get_xyz (this, frame, atom, group)
 Trajectory class method which returns the coordinates of a particle. More...
 
subroutine dcdfort_trajectory::trajectory_read (this, dcdfile, ndxfile, ndxgrp, every, skip, last)
 Trajectory class method which opens, reads, and closes a trajectory file. More...
 
pure real(kind=real64) function, dimension(6) dcdfort_trajectory::trajectory_get_box (this, frame)
 Trajectory class method which returns the box from a simulation frame. More...
 
subroutine dcdfort_trajectory::trajectory_close (this)
 Trajectory class method which closes a DCD file which was opened with open() More...
 
pure real(kind=real64) function dcdfort_trajectory::trajectory_vol (this, frame)
 Trajectory class method which returns the volume of the box. More...
 

Detailed Description

Author
James W. Barnett, Columbia University