source: ThirdParty/mpqc_open/src/bin/mpqc/sample/scffreq.in@ a844d8

Candidate_v1.6.1
Last change on this file since a844d8 was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • 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.