source: src/bin/mpqc/sample/scffreq.in@ 52aacc

Last change on this file since 52aacc 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: 682 bytes
Line 
1% emacs should use -*- KeyVal -*- mode
2% molecule specification
3molecule<Molecule>: (
4 symmetry = C1
5 { atoms geometry } = {
6 O [ 0.0000000000 0.0000000000 0.8072934188 ]
7 H [ 1.4325589285 0.0000000000 -0.3941980761 ]
8 H [ -1.4325589285 0.0000000000 -0.3941980761 ]
9 }
10)
11% basis set specification
12basis<GaussianBasisSet>: (
13 name = "STO-3G"
14 molecule = $:molecule
15)
16mpqc: (
17 checkpoint = no
18 savestate = no
19 % method for computing the molecule's energy
20 mole<CLHF>: (
21 molecule = $:molecule
22 basis = $:basis
23 memory = 16000000
24 )
25% vibrational frequency input
26 freq<MolecularFrequencies>: (
27 molecule = $:molecule
28 )
29)
Note: See TracBrowser for help on using the repository browser.