File: water.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 (22 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<cg_molecule>
  <name>SOL</name> <!-- the name of the molecule after mapping -->
  <ident>SOL</ident> <!-- the name of the molecule in atomistic topology --> 
  <topology>
    <cg_beads>
      <cg_bead>
        <name>CG</name>
        <type>CG</type>
        <mapping>A</mapping>
        <beads>
          1:SOL:OW 1:SOL:HW1 1:SOL:HW2 
        </beads>
      </cg_bead>
    </cg_beads>
  </topology>
  <maps>
    <map>
      <name>A</name>
      <weights>16 1 1</weights>
    </map>
  </maps>
</cg_molecule>