File: settings.xml

package info (click to toggle)
votca 2025.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132,420 kB
  • sloc: xml: 345,964; cpp: 80,067; python: 15,957; sh: 4,580; perl: 2,169; javascript: 202; makefile: 34
file content (32 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<cg>
  <!--fmatch section -->
  <fmatch>
    <!--Number of frames for block averaging -->
    <frames_per_block>10000</frames_per_block>
    <constrainedLS>0</constrainedLS>
  </fmatch>
  <!-- example for a non-bonded interaction entry -->
  <bonded>
    <!-- name of the interaction -->
    <name>bond</name>
    <!-- fmatch specific stuff -->
    <fmatch>
      <min>0.162</min>
      <max>0.17</max>
      <step>0.001</step>
      <out_step>0.0002</out_step>
    </fmatch>
  </bonded>
  <bonded>
    <!-- name of the interaction -->
    <name>angle</name>
    <!-- fmatch specific stuff -->
    <fmatch>
      <min>1.65</min>
      <max>2.1</max>
      <step>0.05</step>
      <out_step>0.01</out_step>
    </fmatch>
  </bonded>
</cg>