stark_radial_mat_elem: Calculate Radial Matrix Elements Involving Stark States.

Description Usage Arguments Details

Description

stark_radial_mat_elem calculates the radial matrix element between a given initial state and a Stark state.

Usage

1
2
stark_radial_mat_elem(stark_mat, initial_state, stark_state, field, n_min,
  n_max, n_add_min, n_add_max)

Arguments

stark_mat

A matrix that is produced using stark_matrix that must correspond to n_min and m_max.

initial_state

A character representing the initial state in the form "n,l,j,m_j".

stark_state

A character representing the state at zero field that corresponds to the Stark state and has the form "n,l,j,m_j".

field

A numeric representing the field strength at which the Stark state is evaluated.

n_min

A numeric giving the minimum n used in determining the size of the Stark matrix.

n_max

A numeric giving the maximum n used in determining the size of the Stark matrix.

...

Additional parameters to be sent to other functions.

Details

This function calculates the radial matrix elements between a given initial state and a Stark state at some arbitrary field F. The Stark state that is given as input is the state that a particular line would correspond with at zero field. The Stark matrix required for the function is produced by stark_matrix and must correspond to the provided n_min and n_max.


bgrich/starkr documentation built on May 12, 2019, 8:21 p.m.