45#ifndef APPLICATIONS_STATICPROPS_GCNSEQ_HPP
46#define APPLICATIONS_STATICPROPS_GCNSEQ_HPP
51#include "applications/sequentialProps/SequentialAnalyzer.hpp"
75 GCNSeq(
SimInfo* info,
const std::string& filename,
const std::string& sele1,
76 const std::string& sele2, RealType rCut,
int bins);
78 virtual void doFrame(
int istep);
79 virtual void writeSequence();
91 std::vector<int> count_;
92 std::vector<std::vector<RealType>> histogram_;
Generalized Coordinate Number Sequence.
"applications/sequentialProps/SequentialAnalyzer"
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.