Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • wslda wslda
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wtools
  • wsldawslda
  • Wiki
  • Processing of wave functions

Processing of wave functions · Changes

Page history
Update Processing of wave functions authored Feb 20, 2026 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Hide whitespace changes
Inline Side-by-side
Processing-of-wave-functions.md
View page @ 7bbc1bf3
[[_TOC_]]
Folder [extensions/post-processing-wf](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/extensions/post-processing-wf) contains templates of scripts for processing the results
Folder [extensions/post-processing-wf](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/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:
# Processing of wave-functions generated bythe `st-wslda-1d` code
When processing wave-functions, you need to remember thatthe full form of the quasi-particle orbital is:
```math
\begin{pmatrix}
u_n(x,y,z)\\
......@@ -14,13 +12,13 @@ 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.
Moreover, you need to normalize the wave functions by yourself.
Explore these files to learn more:
* see: [st-processwf-1d-template.c](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/blob/public/extensions/post-processing-wf/st-processwf-1d-template.c) for the template.
# 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:
# Processing of wave-functions generated bythe `st-wslda-2d` code
When processing wave-function,s you need to remember thatthe full form of the quasi-particle orbital is:
```math
\begin{pmatrix}
u_n(x,y,z)\\
......@@ -31,7 +29,7 @@ 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.
Moreover, you need to normalize the wave functions by yourself.
Explore these files to learn more:
* see: [st-processwf-2d-template.c](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/blob/public/extensions/post-processing-wf/st-processwf-2d-template.c) for the template.
......
Clone repository

Content of Documentation
Official webpage
W-BSK Toolkit