File: molrender.in

package info (click to toggle)
mpqc3 0.0~git20170114-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148,788 kB
  • ctags: 40,140
  • sloc: cpp: 545,687; ansic: 13,220; perl: 5,065; fortran: 1,990; lisp: 1,269; python: 717; yacc: 392; sh: 304; f90: 238; lex: 184; xml: 182; makefile: 106
file content (24 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Emacs should use -*- keyval -*- mode.

molecule<Molecule>: (
    symmetry=c2v
    {atoms geometry} = {
      H  [   1.5  0.0  -0.3 ]
      O  [   0.0  0.0   1.0 ]
     }
  )

xmolecule<Molecule>: (
    {atoms geometry} = {
      H  [   0.0  0.0   1.0 ]
      H  [   0.0  0.0  -1.0 ]
     }
  )

ymolecule<Molecule>: (
    {atoms geometry} = {
      H  [   0.0  1.0   0.0 ]
      H  [   0.866025403  -0.5 0.0 ]
      H  [  -0.866025403  -0.5 0.0 ]
     }
  )