Purpose: Calculates the adiabatic potential and the adiabatic
          projector.
 Usage:   adproj [Options]

Options  : 
 -i DIR  : data is stored in directory DIR
 -p FILE : the PES is read from FILE rather than from ./oper
           The string FILE may be a relative or a full path-name.
 -w      : Overwrite the output files.
 -nopot  : Adiabatic PES are not calculated. 
 -noproj : Projectors will not be calculated.
 -s s    : Only adiabatic PES and Projector Matrix Elements for state s will be calculated.
 -me i j : Only Projector Matrix Elements P_i_j will be calcualted.
 -od i j : Only the Projector Matrix Elements of the
           electronic density matrix element ij will be calculated.
           Here i and j are unequal one-digit integers.
 -ver    : Version information about the program 
 -h      : Print this help text. 
 -?      : Print this help text. 
------------------------------------------------------------------------------