sbm.ScanFields.get_xlink#
- ScanFields.get_xlink(spin_n: int, spin_m: int) ndarray [source]#
Get the cross-link of the detector for a given spin number
- Parameters:
spin_n (int) – spin number for which the cross-link is to be obtained
spin_m (int) – spin number for which the cross-link is to be obtained
If spin_n and spin_m are 0, the cross-link for the spin number 0 is returned, i.e, the map which has 1 in the real part and zero in the imaginary part.
- Returns:
cross-link of the detector for the given spin numbers
- Return type:
xlink (np.ndarray)