source: src/bin/mpqc/validate/ckpt/ckpt_uksxalpha.in@ 42a775

Last change on this file since 42a775 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: 531 bytes
Line 
1% molecule specification
2molecule<Molecule>: (
3 symmetry = C2V
4 angstroms = yes
5 { atoms geometry } = {
6 O [ 0.0 0.0 0.0 ]
7 H [ 0.0 0.0 1.0 ]
8 }
9)
10% basis set specification
11basis<GaussianBasisSet>: (
12 name = "STO-3G"
13 molecule = $:molecule
14)
15mpqc: (
16 savestate = yes
17 restart = no
18 do_energy = yes
19 do_gradient = yes
20 % method for computing the molecule's energy
21 mole<UKS>: (
22 molecule = $:molecule
23 basis = $:basis
24 memory = 16000000
25 functional<StdDenFunctional>: ( name = "XALPHA" )
26 )
27)
Note: See TracBrowser for help on using the repository browser.