File: H2O.xml

package info (click to toggle)
gamgi 0.17.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,236 kB
  • sloc: ansic: 166,847; xml: 116,171; makefile: 565; sh: 5
file content (12 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE gml SYSTEM "http://www.gamgi.org/dtd/gamgi.dtd">
<gml>
  <molecule name="H2O">
    <atom id="1" element="O" x="0.0000" y="-0.0679" z="0.0000"
    charge="-0.7870"/>
    <atom id="2" element="H" x="0.7754" y="0.5392" z="0.0000" charge="0.3930"/>
    <atom id="3" element="H" x="-0.7754" y="0.5392" z="0.0000" charge="0.3930"/>
    <bond parent1="1" parent2="2"/>
    <bond parent1="1" parent2="3"/>
  </molecule>
</gml>