~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to tests/cc22/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
psi: (
 
2
  label = "3B1 CH2 cc-pVDZ/ROHF-EOM-CCSD Energies"
 
3
  jobtype = sp
 
4
  wfn = eom_ccsd
 
5
  reference = rohf
 
6
  dertype = none
 
7
  multp = 3
 
8
  states_per_irrep = (1 0 0 1)
 
9
  basis = "DZ"
 
10
  zmat = (
 
11
    c
 
12
    h 1 r
 
13
    h 1 r 2 a
 
14
  )
 
15
  zvars = (
 
16
   r 1.1
 
17
   a 109.0
 
18
  )
 
19
)
 
20