Skip to content

Commit 164b65b

Browse files
committed
created better alignment for noise_power
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 0b3ad84 commit 164b65b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sisl/io/tbtrans/tbt.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,9 @@ def noise_power(self, elec_from=0, elec_to=1, kavg=True) -> ndarray:
930930
931931
.. math::
932932
S(V) = \frac{2e^2}{h}\sum_k\sum_n \int\mathrm d E
933-
\big\{T_{k,n}(E)[f_L(1-f_L)+f_R(1-f_R)] +
934-
T_{k,n}(E)[1 - T_{k,n}(E)](f_L - f_R)^2\big\} w_k
933+
\big\{&T_{k,n}(E)[f_L(1-f_L)+f_R(1-f_R)] +
934+
\\
935+
&T_{k,n}(E)[1 - T_{k,n}(E)](f_L - f_R)^2\big\} w_k
935936
936937
Where :math:`f_i` are the Fermi-Dirac distributions for the electrodes.
937938

0 commit comments

Comments
 (0)