File: fmatch.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 (92 lines) | stat: -rw-r--r-- 2,160 bytes parent folder | download | duplicates (2)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<cg>
  <!--fmatch section -->
  <fmatch>
    <constrainedLS>0</constrainedLS>
    <!--Number of frames for block averaging -->
    <frames_per_block>6</frames_per_block>
  </fmatch>
  <!-- example for a non-bonded interaction entry -->
  <bonded>
    <!-- name of the interaction -->
    <name>bond</name>
    <min>0.</min>
    <max>0.2</max>
    <step>0.001</step>
    <!-- fmatch specific stuff -->
    <fmatch>
      <min>0.152</min>
      <max>0.181</max>
      <step>0.001</step>
      <res_output_coeff>5</res_output_coeff>
    </fmatch>
  </bonded>
  <bonded>
    <!-- name of the interaction -->
    <name>angle</name>
    <min>0</min>
    <max>3.144</max>
    <step>0.01</step>
    <!-- fmatch specific stuff -->
    <fmatch>
      <min>1.627</min>
      <max>2.134</max>
      <step>0.06</step>
      <res_output_coeff>5</res_output_coeff>
    </fmatch>
  </bonded>

  <!-- example for a non-bonded interaction entry -->
  <non-bonded>
    <!-- name of the interaction -->
    <name>B-B</name>
    <min>0.0</min>
    <max>2.23</max>
    <step>0.01</step>
    <type1>CH2</type1>
    <type2>CH2</type2>
    <!-- fmatch specific stuff -->
    <fmatch>
      <min>0.298</min>
      <max>1.19</max>
      <step>0.05</step>
      <res_output_coeff>5</res_output_coeff>
    </fmatch>
  </non-bonded>

  <!-- example for a non-bonded interaction entry -->
  <non-bonded>
    <!-- name of the interaction -->
    <name>A-A</name>
    <min>0</min>
    <max>2.23</max>
    <step>0.01</step>
    <type1>CH3</type1>
    <type2>CH3</type2>
    <!-- fmatch specific stuff -->
    <fmatch>
      <min>0.283</min>
      <max>1.19</max>
      <step>0.05</step>
      <res_output_coeff>5</res_output_coeff>
    </fmatch>
  </non-bonded>

  <!-- example for a non-bonded interaction entry -->
  <non-bonded>
    <!-- name of the interaction -->
    <name>A-B</name>
    <min>0</min>
    <max>2.23</max>
    <step>0.01</step>
    <type1>CH2</type1>
    <type2>CH3</type2>
    <!-- fmatch specific stuff -->
    <fmatch>
      <min>0.291</min>
      <max>1.19</max>
      <step>0.05</step>
      <res_output_coeff>5</res_output_coeff>
    </fmatch>
  </non-bonded>

</cg>