source: src/bin/mpqc/validate/ckpt/ckpt_clscf.in@ 5d30c1

Last change on this file since 5d30c1 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: 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.