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

« back to all changes in this revision

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