5.54.5. extras.viewer.view_atoms

eminus.extras.viewer.view_atoms(obj, fods=None, plot_n=False, percent=85, isovalue=None, surfaces=10, size=(600, 600))[source]

Display atoms with optional FODs or grid points, or even densities.

Reference: https://plotly.com/python

Parameters:

obj – Atoms or SCF object.

Keyword Arguments:
  • fods – FODs or extra coordinates or to display.

  • plot_n – Whether to plot the electronic density (only for executed scf objects).

  • percent – Amount of density that should be contained.

  • isovalue – Isovalue for sizing densities.

  • surfaces – Number of surfaces to display in density plots (reduce for better performance).

  • size – Widget size.

Returns:

Viewable object.