Next: 7.1.3 Writing orbitals
Up: 7.1 Subroutines for read/write
Previous: 7.1.1 Reserving a new
An existing dump record can be opened for read/write using
c-----------------------------------------------------------------------
subroutine read_info(name,ifil,ibasdif,idiff,method)
c-----------------------------------------------------------------------
implicit double precision (a-h,o-z)
character*(*) method
Input:
- name,ifil
- record to be read
- ibasdif
- if nonzero, allow different basis dimension
Output:
- idiff
- if nonzero, basis dimension on record not the same as current
- method
- character string, holding wavefunction type
This subroutine reads infomation from a dump record into common/dumpinfow
Don't forget to flush the header information
to the file using flush_dump when you are done with a record.
P.J. Knowles and H.-J. Werner
molpro-support@tc.bham.ac.uk
Jan 10, 2000