This library provide numerical results of s-wave Caroli-de Gennes-Matricon mode (CdGM mode) at
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.
Here, BdG eq is rewritten in dimensionless form using Pippard length
Here,
You can install via PyPI. For example,
$ pip install sc-vortex-2d
"""Sample python code"""
from sc_vortex_2d.vortex import VortexInstanceT03
from scipy.interpolate import CubicSpline
instance: VortexInstanceT03 = VortexInstanceT03()
delta: 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.