Skip to main content

Numerical result of CdGM mode.

Project description

sc-vortex-2d

This library provide numerical results of s-wave Caroli-de Gennes-Matricon mode (CdGM mode) at $T/T_c=0.3, 0.5, 0.8$. You can get the eigenenergy, eigenfunction and pair potential at each temperature.

Description

It is known that there are low-energy excitation levels inside the s-wave vortex core in the superconductor. These states are got by solving following Bogoliubov-de Gennes equation(BdG eq) self-consistently.

\left[-\frac{1}{2k_{F}\xi_{0}}\nabla^{2}-\mu\right]\mathcal{U}_{q}(\boldsymbol{r})+\Delta(\boldsymbol{r})\mathcal{V}_{q}(\boldsymbol{r}) = E_{q}\mathcal{U}_{q}(\boldsymbol{r}) 
\left[\frac{1}{2k_{F}\xi_{0}}\nabla^{2}+\mu\right]\mathcal{V}_{q}(\boldsymbol{r})+\Delta^{*}(\boldsymbol{r})\mathcal{U}_{q}(\boldsymbol{r}) = E_{q}\mathcal{V}_{q}(\boldsymbol{r})  
\Delta(\boldsymbol{r})=g\sum_{E_{q}\leq E_{\mathrm{c}}} \mathcal{U}_{q}(r)\mathcal{V}_{q}^{*}(r)[1-2f(E_{q})] 

Here, BdG eq is rewritten in dimensionless form using Pippard length $\xi_{0} = \hbar v_{F}/\Delta_{0}$ and zero-temperature bulk gap $\Delta_{0}$. $f(E_{q})$ is Fermi distribution function. Solutions in an isolated vortex, especially CdGM mode is given by following form.

\begin{bmatrix}
\mathcal{U}_{n}(r, \theta) \\
\mathcal{V}_{n}(r, \theta)
\end{bmatrix}
=\frac{1}{\sqrt{2\pi}}
\begin{bmatrix}
u_{n}(r)e^{in\theta} \\
v_{n}(r)e^{i(n + 1)\theta}
\end{bmatrix}

Here, $n$ corresponds to angular momentum quantum number, i.e. CdGM mode is characterized by this number. In this library, the range of $n$ is integers of in $[-100, 99]$. Note that the part of $u_{n}(r), v_{n}(r)$ in the right side of above formula is one of the target of this library, not the left side of it.

Install

You can install via PyPI. For example,

 $ pip install  sc-vortex-2d 

Usage

"""Sample python code"""

from sc_vortex_2d.vortex import VortexInstanceT03
from scipy import interpolate

instance: VortexInstanceT03 = VortexInstanceT03()

delta: interpolate.CubicSpline = instance.get_pair_potential() 

e0: float = instance.get_ith_eigen_energy(0) # lowest energy level in the region of e > 0.

u0, v0 = instance.get_ith_eigen_func(0) # get wave functions

params = instance.Parameters # Parameters of the system. Enum.

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sc_vortex_2d-1.0.3.tar.gz (39.3 MB view details)

Uploaded Source

Built Distribution

sc_vortex_2d-1.0.3-py3-none-any.whl (39.3 MB view details)

Uploaded Python 3

File details

Details for the file sc_vortex_2d-1.0.3.tar.gz.

File metadata

  • Download URL: sc_vortex_2d-1.0.3.tar.gz
  • Upload date:
  • Size: 39.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.9.12 Darwin/22.5.0

File hashes

Hashes for sc_vortex_2d-1.0.3.tar.gz
Algorithm Hash digest
SHA256 f2048c7b5f6348bff2c7d26ab844a2f8ac91b76a04ee5d8c684817a6adea183f
MD5 378ddde1be6b021d7b36a6deec0d4d75
BLAKE2b-256 444329ed5d091cf057a878c03f516cc3b7800afe7ad7cff0a54d11aa4db37867

See more details on using hashes here.

File details

Details for the file sc_vortex_2d-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: sc_vortex_2d-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 39.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.9.12 Darwin/22.5.0

File hashes

Hashes for sc_vortex_2d-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fbe6225c89a5ad29d5f541cf448abb883f381c15fcf256132d037a4c0464f731
MD5 58ff9b8ddd432b5c9c89238c4dbb9261
BLAKE2b-256 2632506429ed4610e0e3890adc46f1b0db071dfc01082cc1cc63b558daf549bb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page