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

« back to all changes in this revision

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