Next: 7.3.9 Reading density matrices Up: 7.3 Read-only operations on Previous: 7.3.7 Reading orbitals

7.3.8 Reading orbitals for different basis dimension

c-----------------------------------------------------------------------
      subroutine get_orbd(orb,irec,ifil,iset,ipri)
c-----------------------------------------------------------------------
      implicit double precision (a-h,o-z)
      dimension orb(*)
This routine has a similar functionality as get_orb, but the orbital dimension is allowed to differ from the current dimensions. In this case no expansion to ntb dimensions is done. After the read, the dimensions of the orbitals are available via common/dumpinfor in variables dump_ntx and dump_ntqg, the number of symmetries in dump_nsk, and the orbital spaces in dump_occ, dump_closed, and dump_core.

P.J. Knowles and H.-J. Werner
molpro-support@tc.bham.ac.uk
Jan 10, 2000