source: ThirdParty/mpqc_open/src/bin/mpqc/validate/ckpt/ckpt_0hsosksxalpha.in

Candidate_v1.6.1
Last change on this file 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: 533 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 = no
20 % method for computing the molecule's energy
21 mole<HSOSKS>: (
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.