Python interfaces for quantities of strong coupling corrected p-wave Ginzburg-Landau model.
Import GL Calculator module
~$ python3
...
>>> import Module_GLSCC_calculator as gl
>>> dir(gl) # checkout APIs & attributesComputing gap A-phase and gap B-phase at p=25 bar, T/T_c= 0.7:
>>> gl.gapA(25, 0.7)
>>> gl.gapB(25, 0.7)Checkout T_c and T_AB at 25 bar:
>>> gl.Tcp_mK(25)
>>> gl.TAB_mK(25)~$ python3 phase-diagram-0-Hfield.py