~ubuntu-branches/ubuntu/trusty/psicode/trusty

« back to all changes in this revision

Viewing changes to tests/cc34/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
% RHF MP2 and CCSD cc-pVDZ pair energies for the ground state of H2O
 
2
default: (
 
3
   label = "RHF MP2 and CCSD pair energies"
 
4
   wfn = ccsd
 
5
   reference = rhf
 
6
   jobtype = sp
 
7
   dertype = none
 
8
   freeze_core = true
 
9
)
 
10
 
 
11
input: (
 
12
 basis = "cc-pVDZ"
 
13
 zmat = (
 
14
   o
 
15
   h 1 0.957119
 
16
   h 1 0.957119 2 104.225
 
17
  )
 
18
)
 
19
 
 
20
ccenergy: (
 
21
 print_pair_energies = true
 
22
 spinadapt_energies = true
 
23
)
 
24