Candidate_v1.7.0
        stable
      
      
      
| Rev | Line |   | 
|---|
| [0b990d] | 1 | % emacs should use -*- KeyVal -*- mode
 | 
|---|
 | 2 | % molecule specification
 | 
|---|
 | 3 | molecule<Molecule>: (
 | 
|---|
 | 4 |   symmetry = C2V
 | 
|---|
 | 5 |   unit = angstrom
 | 
|---|
 | 6 |   { atoms geometry } = {
 | 
|---|
 | 7 |     O     [     0.00000000     0.00000000     0.37000000 ]
 | 
|---|
 | 8 |     H     [     0.78000000     0.00000000    -0.18000000 ]
 | 
|---|
 | 9 |     H     [    -0.78000000     0.00000000    -0.18000000 ]
 | 
|---|
 | 10 |   }
 | 
|---|
 | 11 | )
 | 
|---|
 | 12 | % basis set specification
 | 
|---|
 | 13 | basis<GaussianBasisSet>: (
 | 
|---|
 | 14 |   name = "cc-pVDZ"
 | 
|---|
 | 15 |   molecule = $:molecule
 | 
|---|
 | 16 | )
 | 
|---|
 | 17 | % auxiliary basis set specification
 | 
|---|
 | 18 | abasis<GaussianBasisSet>: (
 | 
|---|
 | 19 |   name = "aug-cc-pVDZ"
 | 
|---|
 | 20 |   molecule = $:molecule
 | 
|---|
 | 21 | )
 | 
|---|
 | 22 | mpqc: (
 | 
|---|
 | 23 |   checkpoint = no
 | 
|---|
 | 24 |   savestate = no
 | 
|---|
 | 25 |   % method for computing the molecule's energy
 | 
|---|
 | 26 |   mole<MBPT2_R12>: (
 | 
|---|
 | 27 |     molecule = $:molecule
 | 
|---|
 | 28 |     basis = $:basis
 | 
|---|
 | 29 |     aux_basis = $:abasis
 | 
|---|
 | 30 |     stdapprox = "A'"
 | 
|---|
 | 31 |     nfzc = 1
 | 
|---|
 | 32 |     memory = 16000000
 | 
|---|
 | 33 |     integrals<IntegralCints>:()
 | 
|---|
 | 34 |     % reference wavefunction
 | 
|---|
 | 35 |     reference<CLHF>: (
 | 
|---|
 | 36 |       molecule = $:molecule
 | 
|---|
 | 37 |       basis = $:basis
 | 
|---|
 | 38 |       memory = 16000000
 | 
|---|
 | 39 |       integrals<IntegralCints>:()
 | 
|---|
 | 40 |     )
 | 
|---|
 | 41 |   )
 | 
|---|
 | 42 | )
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.