ooragan.PPMSAnalysis.calculate_Lk#
- PPMSAnalysis.calculate_Lk(squares: float | None = None, units: Literal['pH', 'nH'] | None = None, trim_index: tuple | None = None, print_out: bool = True, save_to_file: bool = False) dict[source]#
Calculates the kinetic inductance from the sheet resistance and critical temperature using BCS theory.
- Parameters:
- squaresfloat, optional
Number of squares contained in the measured structure. If left
None, a four-point measurement on a blanket sample is assumed. Defaults toNone.- unitsstr, optional
Units in which to output the kinetic inductance. Either
"pH","nH"orNonefor no conversion (given in H). Defaults toNone.- trim_indextuple, optional
Indices at which to trim the data. Defaults to
None.- print_outbool, optional
If
True, prints the results in a table. Defaults toTrue.- save_to_filebool, optional
If
True, saves the result in a txt file. Defaults toFalse.