~ubuntu-branches/ubuntu/precise/psicode/precise

« back to all changes in this revision

Viewing changes to tests/scf-opt5/input.dat

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
psi: (
2
 
  label = "DZP SCF optimization of CH4"
 
2
  label = "DZP RHF optimization of CH4"
3
3
  wfn = scf
4
4
  reference = rhf
5
5
  jobtype = opt
6
6
  dertype = first
7
 
  convergence = 13
8
 
  conv = 10
9
7
  basis = "DZP"
10
8
  zmat = (
11
9
    C
12
 
    H 1 CH$
13
 
    H 1 CH$ 2 HCH$
14
 
    H 1 CH$ 2 HCH$ 3 TORS$
15
 
    H 1 CH$ 2 HCH$ 3 TORS2$
 
10
    H 1 CH
 
11
    H 1 CH 2 HCH
 
12
    H 1 CH 2 HCH 3 TORS
 
13
    H 1 CH 2 HCH 3 TORS2
16
14
  )
17
15
  zvars = (
18
16
    CH 0.9
19
 
    HCH 109.45
 
17
    HCH 109.4712206345
20
18
    TORS 120.0
21
19
    TORS2 -120.0
22
20
  )