Next: 7.1.13 Reading occupation numbers Up: 7.1 Subroutines for read/write Previous: 7.1.11 Reading a fock

7.1.12 Reading orbital energies

c-----------------------------------------------------------------------
      subroutine read_eig(eig,iset)
c-----------------------------------------------------------------------
      implicit double precision (a-h,o-z)
      dimension eig(*)
      include "common/cgeom"
      include "common/czmat"
      include "common/dumpinfow"
Reads orbital energies (vector, length = ntg) from an active dump record. iset (input) is the set number of the orbital energies.

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