Hibridon user manual

The user documentation for Hibridon

View the Project on GitHub hibridon/hibridon

The command FLUX requests the determination of the collision or photodissociation flux as a function of R using using data stored during a previous calculation. For more details on the definition and determination of the flux see:

M. H. Alexander, J. Chem. Phys. 95, 8931 (1991); 96, 6672 (1992). D. E. Manolopoulos and M. H. Alexander, J. Chem. Phys. 97, 2527 (1992); M. H. Alexander, C. Rist, and D. E. Manolopoulos, J. Chem. Phys. 97, 4836 (1992).

The command line syntax is

FLUX,{jobnam},IFLUX,{additional variables}

where

⚠️ In order to create the {jobname}.wfu file, the previous calculation must have been carried out with the flags WAVEFL and AIRYFL both set .TRUE.

If IFLUX = −1,1, or −2 then the {additional variables} are THRESH, IPRINT, DAMP, INITIAL-J, INITIAL-L, and INITIAL-IND. These are defined as follows:

❗For a photodissociation calculation it is not nessary to specify THRESH, IPRINT, DAMP, INITIAL-J, INITIAL-L, or INITIAL-IND. In this case the command line should be

FLUX,JOB,IFLUX

If IFLUX = 3 then the {additional variables} are NR, RMIN, DR, THRESH, IPRINT, and DAMP, where

❗Coordinate state fluxes will be determined for all values of the internal coordinate r ranging from RMIN to RMIN+(NR -1) DR

If IFLUX = 4 then {additional variables} designates

If the variable DR is ≤ 0, then the transformation matrix is printed out just for R=Rmin. Otherwise, the transformation matrix is printed out for R = Rmin : DR : Rmax.

❗nstate cannot exceed 12, it will be truncated if the input value exceeds 12.

⚠️ Fluxes are determined at all values of R lying between RENDLD and RENDAI, with the grid size and spacing controlled by the same parameters which govern the AIRY integration, namely SPAC, FSTFAC, TOLAI, and RINCR.

⚠️ The determination of collision and photodissociation fluxes should be attempted only if you have a sophisticated understanding of the time-independent quantum description of molecular collisions.