state_list: List of States for Stark Matrix.

Description Usage Arguments Details

Description

state_list creates a matrix containing the states to be calculated in the Stark matrix calculation.

Usage

1
state_list(nmin, nmax, mj, n_add_min = 7, n_add_max = 7)

Arguments

nmin

A numeric. The minimum principle quantum number for the whole manifold

nmax

A numeric. THe maximum principle quantum number for the whole manifold

mj

A numeric. The magnetic momentum quantum number.

n_add_min

A numeric. The minimum principle quantum number for low angular momentum states.

n_add_max

A numeric. The maximum principle quantum number for low angular momentum states.

Details

This function outputs a matrix with the n, l, and j states for a given m_j and range of n's. It gives teh full manifold between nmin and max. It also returns the low angular momentum states (l < 6) for a range of nmin to n_add_min and nmax to n_add_max. If n_add_min or n_add_max are <= 0, then those sections will be ignored and no extra states will be added.

The output takes the form of a matrix with columns n, l, and j.


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