45#ifndef APPLICATIONS_STATICPROPS_NITRILEFREQUENCYMAP_HPP
46#define APPLICATIONS_STATICPROPS_NITRILEFREQUENCYMAP_HPP
51#include "applications/staticProps/StaticAnalyser.hpp"
52#include "nonbonded/Electrostatic.hpp"
53#include "selection/SelectionEvaluator.hpp"
54#include "selection/SelectionManager.hpp"
62 const string& sele1,
int nbins);
64 virtual void process();
67 bool excludeAtomPair(
int atom1,
int atom2);
68 void processHistogram();
74 string selectionScript1_;
80 vector<RealType> histogram_;
81 vector<RealType> freqs_;
82 map<string, RealType> frequencyMap_;
86 vector<vector<int>> excludesForAtom;
"selection/SelectionEvaluator"
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
The Snapshot class is a repository storing dynamic data during a Simulation.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.