radial

Full module path: ryd_numerov.radial

Functions

calc_radial_matrix_element(state1, state2[, ...])

Calculate the radial matrix element between two Rydberg states.

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.

Wavefunction(grid, model_potential, ...)

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

Module description