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

« back to all changes in this revision

Viewing changes to src/bin/mpqc/validate/ref/methods_qmmm2.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
% -*- KeyVal -*-
 
2
 
 
3
molecule<Molecule>: (
 
4
  symmetry = C1
 
5
  angstroms = no
 
6
  charge = [ 0.1 0.1 0.1 0.1 ]
 
7
  include_q  = 0 % set to 0 for QM/MM
 
8
  include_qq = 1 % set to 0 for QM/MM
 
9
  { atoms geometry } = {
 
10
    Q     [     0.0            0.0            2.0        ]
 
11
    Q     [     0.0            0.0           -2.0        ]
 
12
    Q     [     4.0            0.0            0.0        ]
 
13
    Q     [    -4.0            0.0            0.0        ]
 
14
    O     [     0.0000     0.0000     0.7450 ]
 
15
    H     [     1.4000     0.0000    -0.4000 ]
 
16
    H     [    -1.4000     0.0000    -0.4000 ]
 
17
  }
 
18
)
 
19
 
 
20
basis<GaussianBasisSet>: (
 
21
  name = "3-21G*"
 
22
  molecule = $:molecule
 
23
)
 
24
 
 
25
mpqc: (
 
26
  checkpoint = no
 
27
  savestate = no
 
28
  do_energy = yes
 
29
  do_gradient = yes
 
30
  mole<CLHF>: (
 
31
    molecule = $:molecule
 
32
    basis = $:basis
 
33
    memory = 16000000
 
34
    guess_wavefunction<CLHF>: (
 
35
      molecule = $:molecule
 
36
      basis<GaussianBasisSet>: (
 
37
        molecule = $:molecule
 
38
        name = "STO-3G"
 
39
      )
 
40
      memory = 16000000
 
41
    )
 
42
  )
 
43
)