gedaskir / qmeq

QmeQ: an open-source Python package for calculations of transport through quantum dot devices.
Other
27 stars 15 forks source link

Can QmeQ simulate the quantum dot coupled to a superconductor? #9

Open whzy-oss opened 1 month ago

whzy-oss commented 1 month ago

I see that some researchers have used QmeQ to simulate the transport spectroscopy in relation to superconducting quantum dots. (10.1103/PhysRevB.106.L201404) What should I do with the superconducting pair term $\Delta C^{\dagger}{\uparrow} C{\downarrow}$ ?

atsintzis commented 4 weeks ago

Hi, the superconducting pairing terms are handled in this version of QmeQ:

https://github.com/atsintzis/qmeq/tree/refactor_approach_s

For a short manual and installation instructions please look at examples.ipynb:

https://github.com/atsintzis/qmeq/blob/refactor_approach_s/examples.ipynb

whzy-oss commented 3 weeks ago

Thank you very much! :)