5.54.8. extras.viewer.view_kpts

eminus.extras.viewer.view_kpts(kpts, path=True, special=True, connect=False, size=(600, 600))[source]

Display KPoints objects including Brillouin zones, special- and k-points.

Reference: https://plotly.com/python

Parameters:

kpts – KPoints object.

Keyword Arguments:
  • path – Determines if k-points should be plotted.

  • special – Determines if special points should be plotted.

  • connect – Determines if k-points should connected.

  • size – Widget size.

Returns:

Viewable object.