dear Jess Wellendorff :
I inspect the script you offered above and can't understand this block: ???
t1 = transmission_spectrum.evaluate(spin=spin)
t1 = SplineInterpolation1D(E, t1)
t2 = transmission_spectrum.evaluate(spin=Spin.Up)+transmission_spectrum.evaluate(spin=Spin.Down)
t2 = SplineInterpolation1D(E, t2)
It seems that you think spin-resolved seebeck coefficient should be calculated by 1/eT*(K1/K0), where K1 contains single spin transmission spectrum and K0 contains the sum of transmission of spin.up and spin.down. But in this paper: Spin-dependent Seebeck effects in graphene-based molecular junctions (PHYSICAL REVIEW B 93, 195426 (2016)
),K1 and K0 seems only contains one type spin(up or down), do I misunderstand the script you offered?
Best