source: ThirdParty/mpqc_open/src/bin/mpqc/validate/ckpt/ckpt_clscf.in@ 2315f3

ForceAnnealing_goodresults ForceAnnealing_tocheck
Last change on this file since 2315f3 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: 788 bytes
Line 
1% molecule specification
2molecule<Molecule>: (
3 symmetry = C2V
4 angstroms = yes
5 { atoms geometry } = {
6 O [ 0.00000000 0.00000000 0.36937294 ]
7 H [ 0.78397590 0.00000000 -0.18468647 ]
8 H [ -0.78397590 0.00000000 -0.18468647 ]
9 }
10)
11% basis set specification
12basis<GaussianBasisSet>: (
13 name = "STO-3G"
14 molecule = $:molecule
15)
16mpqc: (
17 savestate = yes
18 restart = no
19 do_energy = yes
20 do_gradient = yes
21 % method for computing the molecule's energy
22 mole<CLHF>: (
23 molecule = $:molecule
24 basis = $:basis
25 memory = 16000000
26 guess_wavefunction<CLHF>: (
27 molecule = $:molecule
28 basis<GaussianBasisSet>: (
29 molecule = $:molecule
30 name = "STO-3G"
31 )
32 memory = 16000000
33 )
34 )
35)
Note: See TracBrowser for help on using the repository browser.