1csg_part_dist(1) General Commands Manual csg_part_dist(1)
2
3
4
6 csg_part_dist - Part of the VOTCA package
7
8
10 csg_part_dist [OPTION] [OPTIONPARAMETERS]
11
12
14 This program reads a topology and (set of) trajectory(ies). For every
15 binned value of a chosen coordinate, it outputs the time-averaged num‐
16 ber of particles, listed by particle types.
17
18
19 Please visit the program site at __http://www.votca.org__.
20
21
23 Allowed options:
24
25
26 --top arg
27 topology file
28
29 --trj arg
30 trajectory file
31
32 --grid arg
33 output grid spacing (min:step:max)
34
35 --out arg
36 output particle distribution table
37
38 --ptypes arg
39 particle types to include in the analysis arg: file - particle
40 types separated by space default: all particle types
41
42 --first_frame arg
43 first frame considered for analysis
44
45 --last_frame arg
46 last frame considered for analysis
47
48 --coord arg
49 coordinate analyzed ('x', 'y', or 'z' (default))
50
51 --shift_com
52 shift center of mass to zero
53
54 --comment arg
55 store a comment in the output table
56
57 --help produce this help message
58
59
61 Written and maintained by the VOTCA Development Team <devs@votca.org>
62
63
64 This Manual Page was converted from t2t format to the this format by
65 txt2tags (http://txt2tags.org) ! The t2t file was extracted from
66 'csg_part_dist --help' by help2t2t (version 1.2.1 )
67
68
70 Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org)
71
72
73 Licensed under the Apache License, Version 2.0 (the "License"); you may
74 not use this file except in compliance with the License. You may
75 obtain a copy of the License at
76
77
78 http://www.apache.org/licenses/LICENSE-2.0
79
80
81 Unless required by applicable law or agreed to in writing, software
82 distributed under the License is distributed on an "AS IS" BASIS, WITH‐
83 OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84 See the License for the specific language governing permissions and
85 limitations under the License.
86
87
88
89
90
91
92Version: 1.2.1 Thu Aug 25 20:00:28 UTC 2011 csg_part_dist(1)