radial

Full module path: rydstate.radial

Functions

calc_radial_matrix_element_from_w_z(z1, w1, ...)

Calculate the radial matrix element of two wavefunctions w1(z1) and w2(z2).

run_numerov_integration(x_start, x_stop, dx, ...)

Run the Numerov integration algorithm.

Classes

Grid(z_min, z_max, dz)

A grid object storing all relevant information about the grid points.

Model(species, l[, potential_type])

Model to describe the potentials for an atomic state.

RadialState(species, nu, l_r)

Class representing a radial Rydberg state.

Wavefunction(radial_state, grid)

An object containing all the relevant information about the radial wavefunction.

WavefunctionNumerov(radial_state, grid, model)

A wavefunction object for the Numerov method.

WavefunctionWhittaker(radial_state, grid)

Module description