1CSG_FLUCTUATIONS(1) General Commands Manual CSG_FLUCTUATIONS(1)
2
3
4
6 csg_fluctuations - Part of the VOTCA package
7
8
9
11 csg_fluctuations [OPTIONS]
12
13 csg_fluctuations [--help]
14
15
16
18 calculate density fluctuations in subvolumes of the simulation
19 box.Subolumes can be either cubic slabs in dimensions (x|y|z) or
20 sphericalslabs with respect to either the center of box or a reference
21 molecule
22
23
24
25
26
28 Allowed options:
29
30 -h [ --help ] display this help and exit
31 --verbose be loud and noisy
32 --verbose1 be very loud and noisy
33 -v [ --verbose2 ] be extremly loud and noisy
34 --top arg atomistic topology file
35
36 Fluctuation options:
37
38 --filter arg (=*) filter molecule names
39 --rmax arg maximal distance to be considered
40 --rmin arg (=0) minimal distance to be considered
41 --refmol arg Reference molecule
42 --nbin arg (=100) Number of bins
43 --geometry arg (sphere|x|y|z) Take radial or x,
44 y, z
45 slabs from rmin to rmax
46 --outfile arg (=fluctuations.dat) Output file
47
48 Mapping options:
49
50 --cg arg coarse graining mapping and bond
51 definitions (xml-file)
52 --map-ignore arg list of molecules to ignore
53 separated by
54 ;
55 --no-map disable mapping and act on
56 original
57 trajectory
58
59 Trajectory options:
60
61 --trj arg atomistic trajectory file
62 --begin arg (=0) skip frames before this time
63 (only works
64 for Gromacs files)
65 --first-frame arg (=0) start with this frame
66 --nframes arg process the given number of
67 frames
68
69
71 Written and maintained by the VOTCA Development Team <devs@votca.org>
72
73
74
76 Copyright 2009-2021 The VOTCA Development Team (http://www.votca.org)
77
78 Licensed under the Apache License, Version 2.0 (the "License"); you may
79 not use this file except in compliance with the License. You may
80 obtain a copy of the License at
81
82 http://www.apache.org/licenses/LICENSE-2.0
83
84 Unless required by applicable law or agreed to in writing, software
85 distributed under the License is distributed on an "AS IS" BASIS,
86 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
87 implied. See the License for the specific language governing
88 permissions and limitations under the License.
89
90
91
92
93VOTCA Development Team csg_fluctuations User Manual CSG_FLUCTUATIONS(1)