next up previous contents
Next: I/O File Formats Up: TRANS Previous: Program Structure   Contents

Input data

The user provides the following input data:
  1. Name of Initial State
    This program requires that the name of the sate, denoted here as <name>, to be specified. The program expects expects all data from <name>.c, <name>.w and either of <name>.l, or <name>.j.
  2. Name of Final State

  3. intermediate printing (y or n) ?
    The user may request more detailed printouts.

  4. Type
    The following options are provided;

  5. transitions only for E(initial) < E(final) (y or n)
    This option determines if the output should contain the transitions in the order Initial State - Final State

  6. Default Rydberg constant (y/n)
    If the answer is "y" the default value of 109729.7893 is used.

  7. Relativistic calculation ? (y/n)
    The relativistic calculations expect <name>.j for the expansion coefficients.

  8. Type of transition ? (E1, E2, M1, M2, .. or *)

  9. Use existing file for Angles ? (y/n)
    This option allows reuse of angular data if the user decides to rerun the calculation.

An interactive session is shown below:

#  ........An E2 transition between two odd parity states........
  Name of Initial State
E1
  Name of Final State
E1
  intermediate printing (y or n) ?
n
  transitions only for E(initial) < E(final) (y or n) ?
y
 Default Rydberg constant (y/n)
y
  Relativistic calculation ? (y/n)
y
  Type of transition ? (E1, E2, M1, M2, .. or *)
E2
  Use existing file for Angles ? (y/n)
n
------------------------------------------------------------------------


next up previous contents
Next: I/O File Formats Up: TRANS Previous: Program Structure   Contents
2001-10-11