32 out <<
"rough template for rdf calculations";
48int main(
int argc,
char **argv) {
51 return app.
Exec(argc, argv);
60 for (
auto &pair : nb) {
68 "c", boost::program_options::value<double>()->default_value(1.0),
void HelpText(ostream &out) override
help text of application without version information
void Initialize() override
Initialize application data.
void EvalConfiguration(Topology *top, Topology *top_ref) override
votca::tools::HistogramNew rdf_
void BeginEvaluate(Topology *top, Topology *top_ref) override
called before the first frame
void EndEvaluate() override
called after the last frame
bool DoTrajectory() override
overload and return true to enable trajectory command line options
string ProgramName() override
program name
Index Generate(Topology &top, const std::string &select)
Select all beads of type "select".
void Initialize() override
Initialize application data.
void Generate(BeadList &list1, BeadList &list2, bool do_exclusions=true) override
Generate the neighbour list based on two bead lists (e.g. bead types)
void setCutoff(double cutoff)
set the cutoff for the neighbour search
topology of the whole system
int main(int argc, char **argv)