~ubuntu-branches/ubuntu/quantal/psicode/quantal

« back to all changes in this revision

Viewing changes to tests/psimrcc-sp1/input.dat

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck, Michael Banck, Daniel Leidert
  • Date: 2009-02-23 00:12:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090223001202-rutldoy3dimfpesc
Tags: 3.4.0-1
* New upstream release.

[ Michael Banck ]
* debian/patches/01_DESTDIR.dpatch: Refreshed.
* debian/patches/02_FHS.dpatch: Removed, applied upstream.
* debian/patches/03_debian_docdir: Likewise.
* debian/patches/04_man.dpatch: Likewise.
* debian/patches/06_466828_fix_gcc_43_ftbfs.dpatch: Likewise.
* debian/patches/07_464867_move_executables: Fixed and refreshed.
* debian/patches/00list: Adjusted.
* debian/control: Improved description.
* debian/patches-held: Removed.
* debian/rules (install/psi3): Do not ship the ruby bindings for now.

[ Daniel Leidert ]
* debian/rules: Fix txtdir via DEB_MAKE_INSTALL_TARGET.
* debian/patches/01_DESTDIR.dpatch: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
2
% Mk-MRCCSD single point. O2 triplet sigma minus state described using
 
3
% the Ms = 0 component of the triplet.  Uses ROHF triplet orbitals.
 
4
% E(Mk-MRCCSD) = -150.108419685404442 Eh
 
5
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
6
 
 
7
psi: (
 
8
  wfn             = psimrcc                 % Execute PSIMRCC
 
9
  reference       = rohf                    % ROHF Reference
 
10
  label           = "O2 3 Sigma minus cc-pVTZ"
 
11
  jobtype         = sp                      % Single-point
 
12
  dertype         = none
 
13
  multp           = 3
 
14
  docc            = (3 0 0 0 0 2 1 1)       % Doubly occupied MOs in the reference 
 
15
  active          = (0 0 1 1 0 0 0 0)       % Singly occupied MOs in the reference 
 
16
  basis           = cc-pVTZ
 
17
  zmat= (
 
18
    O
 
19
    O 1 1.19865141
 
20
  )
 
21
  convergence    = 14                       % Converge to 10^-12 Eh
 
22
)
 
23
 
 
24
mrcc:(
 
25
  corr_wfn         = ccsd                   % Do Mk-MRCCSD 
 
26
  frozen_docc      = (1 0 0 0 0 1 0 0)      % Frozen MOs
 
27
  restricted_docc  = (2 0 0 0 0 1 1 1)      % Doubly occupied MOs
 
28
  active           = (0 0 1 1 0 0 0 0)      % Active MOs
 
29
  frozen_uocc      = (0 0 0 0 0 0 0 0)      % Frozen virtual MOs
 
30
  multp            = 1                      % Select the Ms = 0 component
 
31
  wfn_sym          = B1g                    % Select the B1g state
 
32
)