1CSG_STAT(1) General Commands Manual CSG_STAT(1)
2
3
4
6 csg_stat - Part of the VOTCA package
7
8
9
11 csg_stat [OPTIONS]
12
13 csg_stat [--help]
14
15
16
18 Calculate all distributions (bonded and non-bonded) specified in
19 options file. Optionally calculates update Eigen::Matrix3d for invere
20 Monte Carlo. This program is called inside the inverse scripts. Unlike
21 csg_boltzmann, big systems can be treated as well as non-bonded
22 interactions can be evaluated.
23
24
25
26
27
29 Allowed options:
30
31 -h [ --help ] display this help and exit
32 --verbose be loud and noisy
33 --verbose1 be very loud and noisy
34 -v [ --verbose2 ] be extremly loud and noisy
35 --top arg atomistic topology file
36
37 Mapping options:
38
39 --cg arg [OPTIONAL] coarse graining mapping and bond
40 definitions
41 (xml-file). If no file is given, program
42 acts on
43 original trajectory
44 --map-ignore arg list of molecules to ignore if mapping is
45 done
46 separated by ;
47
48 Specific options:
49
50 --options arg options file for coarse graining
51 --do-imc write out additional Inverse Monte Carlo
52 data
53 --include-intra do not exclude intramolecular neighbors
54 --block-length arg write blocks of this length, the averages
55 are
56 cleared after every write
57 --ext arg (=dist.new) Extension of the output
58
59 Threading options:
60
61 --nt arg (=1) number of threads
62
63 Trajectory options:
64
65 --trj arg atomistic trajectory file
66 --begin arg (=0) skip frames before this time (only works
67 for
68 Gromacs files)
69 --first-frame arg (=0) start with this frame
70 --nframes arg process the given number of frames
71
72
74 Written and maintained by the VOTCA Development Team <devs@votca.org>
75
76
77
79 Copyright 2009-2021 The VOTCA Development Team (http://www.votca.org)
80
81 Licensed under the Apache License, Version 2.0 (the "License"); you may
82 not use this file except in compliance with the License. You may
83 obtain a copy of the License at
84
85 http://www.apache.org/licenses/LICENSE-2.0
86
87 Unless required by applicable law or agreed to in writing, software
88 distributed under the License is distributed on an "AS IS" BASIS,
89 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
90 implied. See the License for the specific language governing
91 permissions and limitations under the License.
92
93
94
95
96VOTCA Development Team csg_stat User Manual CSG_STAT(1)