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

« back to all changes in this revision

Viewing changes to src/bin/mpqc/validate/ref/uscf_ch2ukmlypsto3gc2v.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-09-10 22:32:33 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060910223233-5dza8qes8de6qbdk
Tags: 2.3.1-1
* New upstream release.
  + Includes updated libtool; closes: #320604.
* debian/control.in (libsc7-dev): Remove superfluous Depends on 
  libc6-dev.
* debian/control.in (libsc7): Remove conflicts with older versions of 
  libsc.
* debian/rules (SO_NAME): Override to 7.

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: unrestricted open shell self consistent field tests (HF and DFT)
 
4
% molecule specification
 
5
molecule<Molecule>: (
 
6
  symmetry = C2V
 
7
  unit = angstrom
 
8
  { atoms geometry } = {
 
9
     C     [     0.000000000000     0.000000000000    -0.100000000000 ]
 
10
     H     [     0.000000000000     0.857000000000     0.596000000000 ]
 
11
     H     [     0.000000000000    -0.857000000000     0.596000000000 ]
 
12
  }
 
13
)
 
14
% basis set specification
 
15
basis<GaussianBasisSet>: (
 
16
  name = "STO-3G"
 
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 = yes
 
32
  % method for computing the molecule's energy
 
33
  mole<UKS>: (
 
34
    molecule = $:molecule
 
35
    basis = $:basis
 
36
    coor = $..:coor
 
37
    memory = 32000000
 
38
    total_charge = 0
 
39
    multiplicity = 3
 
40
    print_npa = yes
 
41
    functional<StdDenFunctional>: name = "KMLYP"
 
42
    guess_wavefunction<UHF>: (
 
43
      molecule = $:molecule
 
44
      total_charge = 0
 
45
      multiplicity = 3
 
46
      basis<GaussianBasisSet>: (
 
47
        molecule = $:molecule
 
48
        name = "STO-3G"
 
49
      )
 
50
      memory = 32000000
 
51
    )
 
52
  )
 
53
  optimize = no
 
54
  % optimizer object for the molecular geometry
 
55
  opt<QNewtonOpt>: (
 
56
    max_iterations = 20
 
57
    function = $..:mole
 
58
    update<BFGSUpdate>: ()
 
59
    convergence<MolEnergyConvergence>: (
 
60
      cartesian = yes
 
61
      energy = $..:..:mole
 
62
    )
 
63
  )
 
64
)