Dear all, In the quantum wire set up I naively considered (oversimplfied) :
left_lead[(lat(0, j) for j in range(W))] = (+0.5) right_lead[(lat(0, j) for j in range(W))] = (- 0.5) I wanted to have a bias voltage, muL > muR (0.5 eV in my case). I computed the conductance expecting to have different values for electrons flowing from left to right and right to left, i.e., smatrix.transmission(1, 0)) different from smatrix.transmission(0, 1)) but the results are identical! So my question is how do I actually construct a bias voltage and get the current from left to right different than from right to left. To oversimplify the problem I'm not interested in energy integration, let's assume that all the physics is dominated by electrons with a fixed energy value. Thank you for your answer