Commit 88bd63e0 authored by Håkan Wennlöf's avatar Håkan Wennlöf
Browse files

Fixed linebreaks in documentation, because they were bothering me in my editor.

parent 0fb3d42a
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -234,7 +234,9 @@ C_{s,e} &= 3.43\times 10^{20} \,\text{cm}^{-3} \\
\end{aligned}
```

This model can be selected in the configuration file via the parameter `mobility_model = "masetti"`, and the n-dopant can be selected via the parameter `n_dopant`. Possible values for the n-dopant are arsenic and phoshorous, with phosphorous being the default.
This model can be selected in the configuration file via the parameter `mobility_model = "masetti"`, and the n-dopant can be 
selected via the parameter `n_dopant`. Possible values for the n-dopant are arsenic and phoshorous, with phosphorous being 
the default.

## Arora Model

@@ -290,7 +292,9 @@ The mobility is then parametrized using the two models as
where $`\mu_{m}(N)`$ is the mobility from the [Masetti model](#masetti-model) and $`v_m`$, $`\beta`$ are the respective
parameters from the [Canali model](#jacoboni-canali-model).

This model can be selected in the configuration file via the parameter `mobility_model = "masetti_canali"`, and the n-dopant can be selected via the parameter `n_dopant`. Possible values for the n-dopant are arsenic and phoshorous, with phosphorous being the default.
This model can be selected in the configuration file via the parameter `mobility_model = "masetti_canali"`, and the n-dopant 
can be selected via the parameter `n_dopant`. Possible values for the n-dopant are arsenic and phoshorous, with phosphorous 
being the default.

## Ruch-Kino Model