~ubuntu-branches/ubuntu/oneiric/mpqc/oneiric

« back to all changes in this revision

Viewing changes to src/bin/mpqc/validate/ref/methods_clks_b3lyp.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2005-11-27 11:41:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127114149-zgz9r3gk50w8ww2q
Tags: 2.3.0-1
* New upstream release.
* debian/rules (SONAME): Activate awk snippet for automatic so-name
  detection again, resulting in a bump to `7' and making a `c2a' for
  the C++ allocator change unnecessary; closes: #339232.
* debian/patches/00list (08_gcc-4.0_fixes): Removed, no longer needed.
* debian/rules (test): Remove workarounds, do not abort build if tests
  fail.
* debian/ref: Removed.
* debian/control.in (libsc): Added Conflict against libsc6c2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
mpqc: (
 
13
  checkpoint = no
 
14
  savestate = no
 
15
  do_gradient = yes
 
16
  mole<CLKS>: (
 
17
    molecule = $:molecule
 
18
    basis<GaussianBasisSet>: (
 
19
      name = "6-311G**"
 
20
      molecule = $:molecule
 
21
    )
 
22
    functional<SumDenFunctional>: (
 
23
     coefs = [ 0.8 0.72 0.19 0.81]
 
24
     a0 = 0.2
 
25
     funcs: [
 
26
        <SlaterXFunctional>: ()
 
27
        <Becke88XFunctional>: ()
 
28
        <VWN3LCFunctional>: ()
 
29
        <LYPCFunctional>: ()
 
30
       ]
 
31
     )
 
32
    memory = 16000000
 
33
    guess_wavefunction<CLHF>: (
 
34
      molecule = $:molecule
 
35
      memory = 8000000
 
36
      basis<GaussianBasisSet>: (
 
37
        name = "STO-3G"
 
38
        molecule = $:molecule
 
39
      )
 
40
    )
 
41
  )
 
42
)