stark_eigen: Eigenvalues of the Stark Matrix.

Description Usage Arguments Details

Description

stark_eigen calculates the eigenvalues of the Stark matrix for a sequence of electric field sizes.

Usage

1
stark_eigen(stark_matrix, zero_field_mat, field)

Arguments

stark_matrix

A matrix created using the function stark_matrix.

zero_field_mat

A matrix created using the function zero_field_energy_mat.

field

A vector containing the electric field values to calculated over.

Details

This function calculates the eigenvalues of the sum of the the zero electric field matrix and the Stark matrix times the electric field. The eigenvalues are output as a matrix with the different states as the columns and each field step as the rows. The columns are in descending order and the rows are in the initial state order of the zero electric field matrix and Stark matrix.


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