sphecial_harmonic_plotter_tayra package#

Module contents#

Special Package for Plotting graphs of sphecial harmonics.

generate_harmonics_2d(l)

Generates the surface data of the atomic orbitals.

plot(l[, save_to])

Plots the sphecial harmonic functions.

sphecial_harmonic_plotter_tayra.generate_harmonics_2d(l: int) tuple[_Coord, ...][source]#

Generates the surface data of the atomic orbitals.

Parameters:
lint

The azimuthal quantum number.

Returns:
pointsTuple[Coord]

The coordinates of the surface of the AOs.

sphecial_harmonic_plotter_tayra.plot(l: int, save_to: str | PathLike[Any] | None = None) None[source]#

Plots the sphecial harmonic functions.

Parameters:
lint

The azimuthal quantum number

save_toStrOrPath, optional

The function saves the file if this parameter is handled.