source: src/bin/molrender/molrender.in@ 4360a5

Last change on this file since 4360a5 was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago

Initial commit based on 3.0.0alpha (here claimed as 2.4).

  • simply added all files.
  • Property mode set to 100644
File size: 460 bytes
Line 
1% Emacs should use -*- keyval -*- mode.
2
3molecule<Molecule>: (
4 symmetry=c2v
5 {atoms geometry} = {
6 H [ 1.5 0.0 -0.3 ]
7 O [ 0.0 0.0 1.0 ]
8 }
9 )
10
11xmolecule<Molecule>: (
12 {atoms geometry} = {
13 H [ 0.0 0.0 1.0 ]
14 H [ 0.0 0.0 -1.0 ]
15 }
16 )
17
18ymolecule<Molecule>: (
19 {atoms geometry} = {
20 H [ 0.0 1.0 0.0 ]
21 H [ 0.866025403 -0.5 0.0 ]
22 H [ -0.866025403 -0.5 0.0 ]
23 }
24 )
Note: See TracBrowser for help on using the repository browser.