legume.ExcitonSchroedEq.get_wavef_xy

ExcitonSchroedEq.get_wavef_xy(kind, mind, Nx=100, Ny=100)

Compute the wavefunction in the xy-plane.

Parameters:
  • kind (int) – The wavefunction of the mode at ExcitonSchroedEq.kpoints[:, kind] is computed.

  • mind (int) – The wavefunction of the mind mode at that kpoint is computed.

  • Nx (int, optional) – A grid of Nx points in the elementary cell is created.

  • Ny (int, optional) – A grid of Ny points in the elementary cell is created.

Returns:

  • fi (dict) – A dictionary with the requested components, ‘x’, ‘y’, and/or ‘z’.

  • xgrid (np.ndarray) – The constructed grid in x.

  • ygrid (np.ndarray) – The constructed grid in y.