Skip to content

Commit 86dc82c

Browse files
committed
VLEAD review
1 parent 7dd8884 commit 86dc82c

File tree

6 files changed

+41
-32
lines changed

6 files changed

+41
-32
lines changed

experiment/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EMPTY
1+
22
<!-- Remove all lines above this line before making changes to the file -->
33
### Subject Matter Experts
44
| SNo. | Name | Email | Institute | ID |

experiment/posttest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"d": "In the middle of conduction and valance band"
4646
},
4747
"explanations": {
48-
"a": "Recall what happend to carrier concentration at high temp.",
49-
"b": "Fermi level is closer to conduction band for ptype semiconductor.",
50-
"c": "No. That implies Ev is negative!!",
48+
"a": "Incorrect. Recall what happend to carrier concentration at high temp.",
49+
"b": "Incorrect. Fermi level is closer to conduction band for ptype semiconductor.",
50+
"c": "Incorrect. That implies Ev is negative!!",
5151
"d": "Yes, as its intrinsic."
5252
},
5353
"correctAnswer": "d",

experiment/procedure.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
### Procedure
2-
In the first task, the user is provided with three plots of carrier distribution vs Energy.The fermi level of each of these plots is either near the midgap, below midgap or above midgap. The user is asked to match the plots to what type of dopants are present in each semiconductor.<br>
3-
In the next task,the user is provided with a plot of temperature vs the majority charge carriers. The graph is divided in 3 parts which represents three different states of carrier concentrations and the user is asked to label the graph with the provided text boxes.
2+
#### Task-1
3+
In the first task, the user is provided with three plots of carrier distribution vs Energy. The fermi level of each of these plots is either near the midgap, below midgap or above midgap. The user is asked to match the plots to what type of dopants are present in each semiconductor.<br>
4+
5+
#### Task-2
6+
In the next task, the user is provided with a plot of temperature vs the majority charge carriers. The graph is divided in 3 parts which represents three different states of carrier concentrations and the user is asked to label the graph with the provided text boxes.

experiment/simulation/css/main.css

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,18 @@
2828
background-repeat: no-repeat;
2929
background-position: center;
3030
}
31-
32-
.button-margin{
33-
margin-left: 1.25%;
34-
margin-right: 1.25%;
35-
font-size: 17px;
31+
32+
button {
33+
padding: 10px;
34+
border-left: 50px;
35+
font-size: 16px;
36+
cursor: pointer;
37+
background-color: #4caf50;
38+
color: #fff;
39+
border: none;
40+
border-radius: 5px;
3641
}
37-
42+
3843
.tabs-size{
3944
font-size: 14px;
4045
font-weight: bold;
@@ -93,6 +98,16 @@
9398
justify-content: flex-start;
9499
}
95100

101+
.v-collapsible {
102+
cursor: pointer;
103+
font-weight: bold;
104+
}
105+
.instruction-list{
106+
text-align: left;
107+
padding-left: 10%;
108+
padding-right: 10%;
109+
}
110+
96111
.practice-main-container {
97112
height: 95vh;
98113
width: 100%;
@@ -266,21 +281,12 @@
266281
.submit-button {
267282
margin-top: 20px;
268283
text-align: center;
269-
margin-left:30px
270-
}
271-
.v-collapsible {
272-
cursor: pointer;
273-
font-weight: bold;
274-
}
275-
.v-content {
276-
overflow: hidden;
277-
transition: max-height 0.3s ease;
278-
text-align: center;
279-
padding-left: 30px;
284+
margin-left:50%
280285
}
286+
281287
#submitButton {
282288
margin-top: 30px;
283-
padding: 10px 20px;
289+
padding: 20px;
284290
font-size: 16px;
285291
cursor: pointer;
286292
}

experiment/simulation/doping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div>
4040
</div>
4141
<div class="submit-quiz">
42-
<button type="button" class="button is-primary" id="submit-btn">Submit</button>
42+
<button id="submit-btn">Submit</button>
4343
<div id="result-message" style="display: none; text-align: center; font-size: 1.5em; margin-top: 20px; width: 100%;"></div>
4444
</div>
4545
</div>

experiment/theory.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## Fermi Level
2+
### Fermi Level
33
The fermi function gives the probability of a state being occupied at equilibrium by an electron. The equation defining the probability vs energy at temperature T is given by the equation,
44

55
$$
@@ -24,7 +24,7 @@ In other words, states above the fermi level have a low probability of being emp
2424

2525
At 0 K, the particles (electrons) are at the lowest energy state. Hence, all states with energy below Fermi Level (E < E<sub>f</sub>) are completely occupied (Probability = f(E) = 1). All states with E > E<sub>f</sub> are unoccupied (f(E)=0). With increase in temperature, thermal energy is gained by the particles. Hence, particles move from states below the fermi level to the states above the fermi level. As a result the Fermi level function plot 'spreads' out more and more as the temperature increases.
2626

27-
## Electron Density and Hole Density
27+
### Electron Density and Hole Density
2828
Number of electrons per c.c. in the conduction band at energy <br>
2929
$$
3030
E \quad(i.e. \quad between \quad E \quad & \quad E+dE) \quad = g_{c}(E)f(E)dE
@@ -95,12 +95,12 @@ p = n_{i}e^{E_{i}-E_{f}/k_{B}T}\tag{3.16}
9595
$$
9696

9797

98-
## Equilibrium Carrier Densities
98+
### Equilibrium Carrier Densities
9999
Equilibrium: A system is said to be in equilibrium, if no external inputs have been applied and the system is in a steady state. In other words, there are no net internal currents or carrier gradients in the system if left unperturbed<br>
100100
Equilibrium carrier densities refer to the number of carriers in the conduction and valence band with no externally applied bias. The electron densities are calulated by counting and adding up all the filled states. Hence, product of fermi function and DOS(Density of States) (refer to the <a href="https://virtual-labs.github.io/exp-dos-fermi-iiith/"> previous experiment</a> for details), is taken and integrated for the required energy range. Similarly for holes, Integrating product of probability of state being empty (1-f(E)) and
101101
density of states for given energy range gives holes concentration.
102102

103-
## Equilibrium Carrier Density Product
103+
### Equilibrium Carrier Density Product
104104
If n<sub>o</sub> and p<sub>o</sub> are the equillibrium concentration of elevtrons and holes respectively, the product is obatined by multiplying electron and hole concentrations
105105
$$
106106
n_{o}p_{o} = N_{C}e^{E_{F}-E_{C}/k_{B}T} \cdot N_{V}e^{E_{V}-E_{F}/k_{B}T} \tag{3.17}
@@ -125,7 +125,7 @@ n_{i}^{2} = n_{o}p_{o}\tag{3.21}
125125
$$
126126
This equation describes the law of mass action and relates the carrier concentration in doped semiconductor to intrinsic semiconductor.
127127

128-
## Intrinsic Fermi level
128+
### Intrinsic Fermi level
129129
For an n-type semiconductor, the fermi level is Between the intrinsic level(E<sub>i</sub>) conduction band (E<sub>C</sub>). The number of electrons in the conduction band is much larger and donor band energy(E<sub>D</sub>) is closer to the conduction band. Similarly, the fermi level of a p-type semiconductor is between (E<sub>i</sub>) valence band (E<sub>V</sub>) . The number of holes in the valence band is much larger and acceptor band energy ((E<sub>A</sub>)) is closer to valence band.
130130

131131
We found that the electron density can be written as-
@@ -161,7 +161,7 @@ $$
161161
E_{i} = \frac{E_{C} + E_{V}}{2} + \frac{3k_{B}T}{4} ln(\frac{m*_{p}}{m*_{n}}) \tag{3.27}
162162
$$
163163

164-
## Doping Density
164+
### Doping Density
165165
In a uniformly doped semiconductor, the net charge is zero(doped with neutral atoms). This is called charge neutrality.
166166

167167
$$
@@ -171,7 +171,7 @@ $$
171171
Dopant concentration is N<sub>D</sub> and acceptor concertation is N<sub>A</sub>. Ideally all the dopant atoms ionize and contribute electron/hole for conduction leaving behind a charged center. Let the ionized latter’s concentration be N<sub>D</sub><sup>+</sup> or N<sub>A</sub><sup>-</sup><br>
172172
The total carrier concentration is always represented by 𝑛 for free electrons and 𝑝 for free holes. Intrinsically electron-hole pairs are formed maintaining charge neutrality.<br>
173173

174-
## Ionisation of Dopant and Temperature Dependence
174+
### Ionisation of Dopant and Temperature Dependence
175175

176176
Ionisation of dopant with increase in temperature is shown below. At 0K, there is no ionization of the dopant impurities nor of any Silicon atom, as a result the semiconductor has almost zero carriers (called Freeze Out). As temperature increases slowly 0-100 K, only the dopant impurities start ionizing and result in an increase in number of carriers until all dopants are ionized (n=N_D) (100K < T < 400K). Contribution by silicon atoms is not much at these temperatures. However, at much higher temperatures (T >400 K), silicon also starts to generate large number of electron hole pair and total carrier concentration increases drastically. This is shown by region marked as ‘intrinsic
177177
region.

0 commit comments

Comments
 (0)