Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 743 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 743 Bytes

andreev_spectra

Numerical code accompanying the paper

"Zeeman and spin-orbit effects in the Andreev spectra of nanowire junctions"

https://journals.aps.org/prb/abstract/10.1103/PhysRevB.96.075404

https://arxiv.org/pdf/1705.09671.pdf

by Bernard van Heck, Jukka Vayrynen and Leonid Glazman (Yale university).

This repository contains two files:

  1. andreev_spectrum_wire_model.py, containing the code used to numerically find the Andreev bound state energies and wave functions.
  2. abs_numerics_and_figures.ipynb, a Jupyter notebook which can be used to reproduce the numerical figures presented in the paper.

The numerical code essentially consists of a root finding function tailored to the determinant equation derived in the paper.