freealg.AlgebraicForm.branch_points#
- AlgebraicForm.branch_points(tol=1e-15, real_tol=None, plot=False, latex=False, save=False, return_info=False)#
Compute global branch points.
- Parameters:
- plotbool, default=False
If True, the branch points together with spectral edges and atoms will be plotted.
- latexbool, default=False
If True, the plot is rendered using LaTeX. This option is relevant only if
plot=True.- savebool, default=False
If not False, the plot is saved. If a string is given, it is assumed to the save filename (with the file extension). This option is relevant only if
plot=True.- return_infobool, default=False
If True, debugging info is also returned.
See also