mesoscopy.analysis.josephson

Functions for characterisation of 2D Josehpson junctions

Functions

extract_zeros(array_in[, threshold])

array_in: np.array threshold: float, limit to extract zero resistance

find_ic(A, auxout[, side])

mapping_SC(mat, index[, N, threshold, ...])

extract the critical current for a map.

mesoscopy.analysis.josephson.mapping_SC(mat, index, N=10, threshold=None, returnA=False, div=2)

extract the critical current for a map. Here the critical current is defined as 50% of Rn

mesoscopy.analysis.josephson.extract_zeros(array_in, threshold=10)

array_in: np.array threshold: float, limit to extract zero resistance

mesoscopy.analysis.josephson.find_ic(A, auxout, side=0)