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
  • Noise filtering

Noise filtering · Changes

Page history
Update Noise filtering authored Feb 20, 2026 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Hide whitespace changes
Inline Side-by-side
Noise-filtering.md
View page @ 47f18bd6
# Stabilization scheme
Some of the terms in the EDF introduce the time-dependent propagation of the high-momenta components. Examples are terms that contain division by density and may lead to noise generation in regions where density vanishes.
Some terms in the EDF introduce time-dependent propagation of the high-momentum components. Examples are terms that involve division by density and may generate noise in regions where density vanishes.
These modes can amplify during the time-dependent propagation and destabilize the integration scheme. To avoid this, we introduced the filtering scheme.
1. compute mean-field $`V_\sigma(\vec{r})`$,
2. go to Fourier space $`V_\sigma(\vec{k})`$,
......@@ -11,11 +11,10 @@ As the filter function, we use the Fermi-Dirac function:
FD(e_k,\mu, T)=\frac{1}{\exp[\frac{e_k-\mu}{T}]+1}
```
The same procedure can be used to folder noise that is generated in the pairing potential $`\Delta(\vec{r})`$.
The same procedure can be used to filter noise that is generated in the pairing potential $`\Delta(\vec{r})`$.
# Testing script
You can use the attached script [tools/high-frequency-filter.py](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/blob/devel/tools/high-frequency-filter.py) to test the impact of the filtering scheme on the input signal. Below is an example of the script output.
![high-frequency-filter](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/raw/devel/tools/high-frequency-filter.png)
You can use the attached script [tools/high-frequency-filter.py](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/tools/high-frequency-filter.py) to test the impact of the filtering scheme on the input signal. See [here](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/blob/public/tools/high-frequency-filter.png) for the script output.
# Controlling the filter
The filter can be controlled via the input file:
......
Clone repository

Content of Documentation
Official webpage
W-BSK Toolkit