Skip to content

Processing of wave functions

Gabriel Wlazłowski edited this page Mar 18, 2022 · 5 revisions

[[TOC]]

Folder extensions/post-processing-wf contains templates of scripts for processing of the results

Processing of wave-functions generate by st-wslda-1d code

When processing wave-functions you need to remember that full form of the quasi-particle orbital is:

$$\begin{pmatrix} u_n(x,y,z)\\\ v_n(x,y,z) \end{pmatrix}= \begin{pmatrix} u_{n,k_y,k_z}(x)\\\ v_{n,k_y,k_z}(x) \end{pmatrix}\dfrac{1}{\sqrt{L_y}}e^{ik_y y}\dfrac{1}{\sqrt{L_z}}e^{ik_z z}$$

Moreover, you need to normalize the wave-functions by yourself.

Explore these files to learn more:

Processing of wave-functions generate by st-wslda-2d code

When processing wave-functions you need to remember that full form of the quasi-particle orbital is:

$$\begin{pmatrix} u_n(x,y,z)\\\ v_n(x,y,z) \end{pmatrix}= \begin{pmatrix} u_{n,k_z}(x,y)\\\ v_{n,k_z}(x,y) \end{pmatrix}\dfrac{1}{\sqrt{L_z}}e^{ik_z z}$$

Moreover, you need to normalize the wave-functions by yourself.

Explore these files to learn more:

Clone this wiki locally