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

« back to all changes in this revision

Viewing changes to src/bin/mpqc/validate/ref/symm1_cubmp284sto3gc1.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
% this file was automatically generated
 
3
% label: symmetry test series 1
 
4
% molecule specification
 
5
molecule<Molecule>: (
 
6
  symmetry = C1
 
7
  unit = angstrom
 
8
  { atoms geometry } = {
 
9
     H     [     1.404000000000     1.404000000000     1.404000000000 ]
 
10
     H     [    -1.404000000000    -1.404000000000     1.404000000000 ]
 
11
     H     [     1.404000000000    -1.404000000000    -1.404000000000 ]
 
12
     H     [    -1.404000000000     1.404000000000    -1.404000000000 ]
 
13
     H     [    -1.404000000000    -1.404000000000    -1.404000000000 ]
 
14
     H     [     1.404000000000     1.404000000000    -1.404000000000 ]
 
15
     H     [    -1.404000000000     1.404000000000     1.404000000000 ]
 
16
     H     [     1.404000000000    -1.404000000000     1.404000000000 ]
 
17
     C     [     0.776000000000     0.776000000000     0.776000000000 ]
 
18
     C     [    -0.776000000000    -0.776000000000     0.776000000000 ]
 
19
     C     [     0.776000000000    -0.776000000000    -0.776000000000 ]
 
20
     C     [    -0.776000000000     0.776000000000    -0.776000000000 ]
 
21
     C     [    -0.776000000000    -0.776000000000    -0.776000000000 ]
 
22
     C     [     0.776000000000     0.776000000000    -0.776000000000 ]
 
23
     C     [    -0.776000000000     0.776000000000     0.776000000000 ]
 
24
     C     [     0.776000000000    -0.776000000000     0.776000000000 ]
 
25
  }
 
26
)
 
27
% basis set specification
 
28
basis<GaussianBasisSet>: (
 
29
  name = "STO-3G"
 
30
  molecule = $:molecule
 
31
)
 
32
mpqc: (
 
33
  checkpoint = no
 
34
  savestate = no
 
35
  restart = no
 
36
  % molecular coordinates for optimization
 
37
  coor<SymmMolecularCoor>: (
 
38
    molecule = $:molecule
 
39
    generator<IntCoorGen>: (
 
40
      molecule = $:molecule
 
41
    )
 
42
  )
 
43
  do_energy = yes
 
44
  do_gradient = yes
 
45
  % method for computing the molecule's energy
 
46
  mole<MBPT2>: (
 
47
    molecule = $:molecule
 
48
    basis = $:basis
 
49
    coor = $..:coor
 
50
    memory = 32000000
 
51
    method = mp
 
52
    nfzc = 8
 
53
    nfzv = 4
 
54
    reference<CLHF>: (
 
55
      molecule = $:molecule
 
56
      basis = $:basis
 
57
      total_charge = 0
 
58
      multiplicity = 1
 
59
      memory = 32000000
 
60
      guess_wavefunction<CLHF>: (
 
61
        molecule = $:molecule
 
62
        total_charge = 0
 
63
        multiplicity = 1
 
64
        basis<GaussianBasisSet>: (
 
65
          molecule = $:molecule
 
66
          name = "STO-3G"
 
67
        )
 
68
        memory = 32000000
 
69
      )
 
70
    )
 
71
  )
 
72
  optimize = no
 
73
  % optimizer object for the molecular geometry
 
74
  opt<QNewtonOpt>: (
 
75
    max_iterations = 20
 
76
    function = $..:mole
 
77
    update<BFGSUpdate>: ()
 
78
    convergence<MolEnergyConvergence>: (
 
79
      cartesian = yes
 
80
      energy = $..:..:mole
 
81
    )
 
82
  )
 
83
)