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

« back to all changes in this revision

Viewing changes to src/bin/mpqc/validate/ref/mbpt_mp2v2_mp.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
% molecule specification
 
2
molecule<Molecule>: (
 
3
  symmetry = D2H
 
4
  angstroms = yes
 
5
  { atoms geometry } = {
 
6
     C [  0.0000   1.0094   0.0000 ]
 
7
     C [  0.0000  -1.0094   0.0000 ]
 
8
     H [  0.9174   1.6662   0.0000 ]
 
9
     H [ -0.9174  -1.6662   0.0000 ]
 
10
     H [  0.9174  -1.6662   0.0000 ]
 
11
     H [ -0.9174   1.6662   0.0000 ]
 
12
  }
 
13
)
 
14
% basis set specification
 
15
basis<GaussianBasisSet>: (
 
16
  name = "3-21G"
 
17
  molecule = $:molecule
 
18
)
 
19
mpqc: (
 
20
  savestate = no
 
21
  restart = no
 
22
  do_energy = yes
 
23
  do_gradient = no
 
24
  % method for computing the molecule's energy
 
25
  mole<MBPT2>: (
 
26
    molecule = $:molecule
 
27
    basis = $:basis
 
28
    memory = 40000
 
29
    nfzc = 2
 
30
    nfzv = 2
 
31
    method = mp
 
32
    algorithm = v2
 
33
    reference<CLHF>: (
 
34
      molecule = $:molecule
 
35
      basis = $:basis
 
36
      memory = 16000000
 
37
    )
 
38
  )
 
39
)