votca 2024.2-dev
Loading...
Searching...
No Matches
part_dist.cc File Reference
#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>
Include dependency graph for part_dist.cc:

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)
 

Function Documentation

◆ check_option()

void check_option ( po::options_description & desc,
po::variables_map & vm,
const string & option )

Definition at line 52 of file part_dist.cc.

◆ help_text()

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.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 61 of file part_dist.cc.