45#ifndef APPLICATIONS_STATICPROPS_KIRKWOODBUFF_HPP
46#define APPLICATIONS_STATICPROPS_KIRKWOODBUFF_HPP
48#include "applications/staticProps/MultiComponentRDF.hpp"
55 const std::string& sele1,
const std::string& sele2,
56 RealType len,
unsigned int nrbins);
58 unsigned int getNRBins()
const {
return nRBins_; }
59 RealType getLength()
const {
return len_; }
62 virtual void initializeHistograms();
65 virtual void processHistograms();
66 virtual void postProcess();
68 virtual void writeRdf();
75 std::vector<std::vector<int>> histograms_;
76 std::vector<std::vector<RealType>> gofrs_;
77 std::vector<std::vector<RealType>> gCorr_;
78 std::vector<std::vector<RealType>> G_;
Multi-Component Radial Distribution Function.
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
"Don't move, or you're dead! Stand up! Captain, we've got them!"
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.