votca 2024.2-dev
|
#include <fstream>
#include <iostream>
#include <boost/program_options.hpp>
#include <boost/tokenizer.hpp>
#include <votca/csg/topologyreader.h>
#include <votca/csg/trajectoryreader.h>
#include <votca/csg/version.h>
Go to the source code of this file.
Functions | |
void | help_text (void) |
void | check_option (po::options_description &desc, po::variables_map &vm, const string &option) |
int | main (int argc, char **argv) |
void check_option | ( | po::options_description & | desc, |
po::variables_map & | vm, | ||
const string & | option ) |
Definition at line 52 of file part_dist.cc.
void help_text | ( | void | ) |
*** Analyze particle distribution as a function of a coordinate ***
This program reads a topology and (set of) trajectory(ies). For every binned value of a chose coordinate, it outputs the time-averaged number of particles, listed by particle types.
Definition at line 43 of file part_dist.cc.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 61 of file part_dist.cc.