Dear all, the follow method to calculate the conductance for two-electrode system is reasonable?
The method include:
i. calculate the transmission spectrum at zero bias.
ii. using the calculated transmission spectrum to calculate the conductance at different electrode_voltages, such as:
conductance = TransmissionSpectrum.conductance(electrode_voltages=[0,0.1]*Volt)
print conductance
conductance = TransmissionSpectrum.conductance(electrode_voltages=[0,0.2]*Volt)
print conductance
......
Or it is necessially to calculate the transmission spectrum at different bias before calcualte the conductance?
Thanks in advance!