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
  • Regularization schemes of the pairing field

Regularization schemes of the pairing field · Changes

Page history
Update Regularization schemes of the pairing field authored Jun 14, 2021 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Hide whitespace changes
Inline Side-by-side
Regularization-schemes-of-the-pairing-field.md
View page @ 436d22eb
...@@ -56,4 +56,12 @@ where $`K=2.442 75`$ is a numerical constant. In this formula, we assume that al ...@@ -56,4 +56,12 @@ where $`K=2.442 75`$ is a numerical constant. In this formula, we assume that al
# Custom renormalization scheme # Custom renormalization scheme
Static codes allow for defining your own renormalization scheme. You need to provide the formula in `void modify_potentials(...)` function. See [here](Strict 2D or 1D mode) for example. Static codes allow for defining your own renormalization scheme. You need to provide the formula in `void modify_potentials(...)` function. See [here](Strict 2D or 1D mode) for example.
# Regularization scheme and the energy conservation in td calculations # Regularization scheme and the energy conservation in td calculations
\ No newline at end of file In publication [arXiv:1606.02225](https://arxiv.org/abs/1606.02225) it was pointed that TDBdG like equations, formally conserve energy only if all quasiparticle states are evolved, see discussion of Eqs.(25)-(26). This situation corresponds to the cubic cutoff. If the space is truncated eg. by introducing a spherical cutoff at some initial time then in general energy maybe not conserved.
In practical applications, we observe that the energy when applied the spherical regularization scheme is conserved only with some accuracy, which is not related to the integrator accuracy. Below we provide an example of (3d calculation), where for the time interval $`te_F<170`$ we apply an external time-dependent potential (we pump energy into the system), and for $`te_F>170`$ the system evolves without any external perturbation.
![wiki1](uploads/8ef4aba0e9c8051ef9f3361adc4b2e76/wiki1.png)
![wiki2](uploads/3c18f9d061adcea98d658125b498a1ad/wiki2.png)
It is clearly visible, that for evolution with the cubic cutoff the energy is conserved up to high accuracy, while for spherical cutoff the quality of the energy conservation is significantly lower.
In conclusion, we find that typically for trajectories of length $`te_F\approx1000`$ the spherical cutoff provides reasonable accuracy, while for generation of long trajectories $`te_F\gg 1000`$ it is recommended to use the cubic cutoff.
\ No newline at end of file
Clone repository
  • API version
  • Automatic interpolations
  • Auxiliary tools
  • Browsing the code
  • Broyden algorithm
  • C and CUDA
  • Campaign of calculations
  • Checking correctness of settings
  • Chemical potentials control
  • Code & Results quality
  • Common failures of static codes
  • Common failures of time dependent codes
  • Computation domain
  • Configuring GPU machine
  • Constraining densities and potentials
View All Pages