File: propane.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 (63 lines) | stat: -rw-r--r-- 1,181 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
<cg_molecule>
  <name>ppn</name>
  <ident>propane</ident>
  <topology>
    <cg_beads>
      <cg_bead>
        <name>b1</name>
        <type>CH3</type>
        <symmetry>1</symmetry>
        <mapping>A</mapping>
        <beads> 1:ppn:C1 1:ppn:H4 1:ppn:H5 1:ppn:H6 </beads>
      </cg_bead>

      <cg_bead>
        <name>b2</name>
        <type>CH2</type>
        <symmetry>1</symmetry>
        <mapping>B</mapping>
        <beads> 1:ppn:C2 1:ppn:H7 1:ppn:H8  </beads>
      </cg_bead>

      <cg_bead>
        <name>b3</name>
        <type>CH3</type>
        <symmetry>1</symmetry>
        <mapping>A</mapping>
        <beads> 1:ppn:C3 1:ppn:H9 1:ppn:H10 1:ppn:H11 </beads>
      </cg_bead>

    </cg_beads>

    <cg_bonded>

      <bond>
        <name>bond</name>
        <beads>
            b1 b2
            b3 b2
        </beads>
      </bond>

      <angle>
        <name>angle</name>
        <beads>
            b1 b2 b3
        </beads>
      </angle>

    </cg_bonded>
  </topology>

  <maps>
    <map>
      <name>A</name>
      <weights> 12 1 1 1 </weights>
    </map>

    <map>
      <name>B</name>
      <weights> 12 1 1 </weights>
    </map>
  </maps>
</cg_molecule>