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

« back to all changes in this revision

Viewing changes to src/bin/mpqc/validate/ref/ckpt_0clkssvwn1.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
% -*- KeyVal -*-
 
2
% molecule specification
 
3
molecule<Molecule>: (
 
4
  symmetry = C2V
 
5
  angstroms = yes
 
6
  { atoms geometry } = {
 
7
    O     [     0.00000000     0.00000000     0.36937294 ]
 
8
    H     [     0.78397590     0.00000000    -0.18468647 ]
 
9
    H     [    -0.78397590     0.00000000    -0.18468647 ]
 
10
  }
 
11
)
 
12
% basis set specification
 
13
basis<GaussianBasisSet>: (
 
14
  name = "STO-3G"
 
15
  molecule = $:molecule
 
16
)
 
17
mpqc: (
 
18
  savestate = yes
 
19
  restart = no
 
20
  do_energy = yes
 
21
  do_gradient = no
 
22
  % method for computing the molecule's energy
 
23
  mole<CLKS>: (
 
24
    molecule = $:molecule
 
25
    basis = $:basis
 
26
    memory = 16000000
 
27
    functional<StdDenFunctional>: ( name = "SVWN1" )
 
28
    reference<CLHF>: (
 
29
      molecule = $:molecule
 
30
      basis = $:basis
 
31
      memory = 16000000
 
32
    )
 
33
  )
 
34
)