Input file

  • Hubert Jóźwiak
The input file is read at the beginning of the calculations by subroutine read_input_file from the input_reader_mod module.

This subroutine uses namelist method of reading input files into the source code. Each input file should consist of three groups: INPUT, BASIS and POTENTIAL. Wherever it's possible, we provide MOLSCAT's analogue names.

The INPUT group defines the most important information about each run:

BASIS group specifies the vibrational and rotational quantum numbers of colliding molecules and the energy levels of rovibrational states

Note that in MOLSCAT's itype = 7, pairs of rotational and vibrational quantum numbers are provided in jlevel array.

POTENTIAL group describes the quantum numbers of the radial coupling terms, \( v_{\boldsymbol{\lambda},\gamma,\gamma'} (R) \), see Eq. (3) in Coupling Matrix section. This group of variables involves:

Note that in MOLSCAT \(\lambda\) indices and quantum numbers identifying coupling terms are provided by nterm and lambda variables.