Skip to content

Commit

Permalink
Fixing minor documentation error in `optika.sensors.charge_diffusion(…
Browse files Browse the repository at this point in the history
…)`. (#89)
  • Loading branch information
byrdie authored Oct 3, 2024
1 parent 83aa823 commit c12b5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optika/sensors/_materials/_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def charge_diffusion(
.. math::
\overline{\sigma}_\text{cd} &= \dfrac{\displaystyle \int_0^{x_{ff}} \sigma_\text{cd}(x) e^{-\alpha x} dx}
\overline{\sigma}_\text{cd} &= \dfrac{\displaystyle \int_0^{x_s} \sigma_\text{cd}(x) e^{-\alpha x} dx}
{\displaystyle \int_0^{x_s} e^{-\alpha x} dx} \\[1mm]
&= \dfrac{\displaystyle \int_0^{x_{ff}} x_{ff} \sqrt{1 - \frac{x}{x_{ff}}} e^{-\alpha x} dx}
{\displaystyle \int_0^{x_s} e^{-\alpha x} dx},
Expand Down

0 comments on commit c12b5b1

Please sign in to comment.