A few C++ codes for analyzing Molecular Dynamics Trajectories (Mostly xyz files).
-
MSDBlock.cpp - OpenMP parallized Mean Squared Displacement (MSD) calculation code. Computes Errors using Block Averaging.
-
DipoleDensity.cpp - Computes Dipole Density Correlation in k-space.
-
gropenmp.cpp - Radial Distribution Function Calculation Parallized with OpenMP Pragma Directives