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

« back to all changes in this revision

Viewing changes to debian/ref/h2o_scf6311gssc2v.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: water test series
4
 
% molecule specification
5
 
molecule<Molecule>: (
6
 
  symmetry = C2V
7
 
  unit = angstrom
8
 
  { atoms geometry } = {
9
 
     O     [     0.000000000000     0.000000000000     0.369372944000 ]
10
 
     H     [     0.783975899000     0.000000000000    -0.184686472000 ]
11
 
     H     [    -0.783975899000     0.000000000000    -0.184686472000 ]
12
 
  }
13
 
)
14
 
% basis set specification
15
 
basis<GaussianBasisSet>: (
16
 
  name = "6-311G**"
17
 
  molecule = $:molecule
18
 
)
19
 
mpqc: (
20
 
  checkpoint = no
21
 
  savestate = no
22
 
  restart = no
23
 
  % molecular coordinates for optimization
24
 
  coor<SymmMolecularCoor>: (
25
 
    molecule = $:molecule
26
 
    generator<IntCoorGen>: (
27
 
      molecule = $:molecule
28
 
    )
29
 
  )
30
 
  do_energy = yes
31
 
  do_gradient = no
32
 
  % method for computing the molecule's energy
33
 
  mole<CLHF>: (
34
 
    molecule = $:molecule
35
 
    basis = $:basis
36
 
    coor = $..:coor
37
 
    memory = 32000000
38
 
    total_charge = 0
39
 
    multiplicity = 1
40
 
    print_npa = yes
41
 
    guess_wavefunction<CLHF>: (
42
 
      molecule = $:molecule
43
 
      total_charge = 0
44
 
      multiplicity = 1
45
 
      basis<GaussianBasisSet>: (
46
 
        molecule = $:molecule
47
 
        name = "STO-3G"
48
 
      )
49
 
      memory = 32000000
50
 
    )
51
 
  )
52
 
  optimize = no
53
 
  % optimizer object for the molecular geometry
54
 
  opt<QNewtonOpt>: (
55
 
    max_iterations = 20
56
 
    function = $..:mole
57
 
    update<BFGSUpdate>: ()
58
 
    convergence<MolEnergyConvergence>: (
59
 
      cartesian = yes
60
 
      energy = $..:..:mole
61
 
    )
62
 
  )
63
 
)