Skip to content

Commit 3ffd55e

Browse files
committed
correct changes
1 parent f9ae239 commit 3ffd55e

29 files changed

+1050
-0
lines changed

experiment/aim.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Aim of the experiment
2+
To understand and visualize equilibrium carrier concentration in semiconductors, and explore how it is affected by various factors such as doping, temperature, and material properties. This experiment will also introduce related concepts like Fermi level, effective density of states, extrinsic semiconductors, degenerate semiconductors, and ionization.

experiment/contributors.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
EMPTY
2+
<!-- Remove all lines above this line before making changes to the file -->
3+
### Subject Matter Experts
4+
| SNo. | Name | Email | Institute | ID |
5+
| :---: | :---: | :---: | :---: | :---: |
6+
| 1 | name | email | institute | id |
7+
8+
### Developers
9+
| SNo. | Name | Email | Institute | ID |
10+
| :---: | :---: | :---: | :---: | :---: |
11+
| 1 | name | email | institute | id |

experiment/experiment-name.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Experiment name

experiment/images/1.png

6.87 KB
Loading

experiment/images/10.png

61.7 KB
Loading

experiment/images/11.png

136 KB
Loading

experiment/images/2.png

4.7 KB
Loading

experiment/images/3.png

73.4 KB
Loading

experiment/images/4.png

4.6 KB
Loading

experiment/images/5.png

10.8 KB
Loading

experiment/images/6.png

6.63 KB
Loading

experiment/images/7.png

14.5 KB
Loading

experiment/images/8.png

3.55 KB
Loading

experiment/images/9.png

128 KB
Loading

experiment/posttest.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"version": 2.0,
3+
"questions": [
4+
{
5+
"question": "Given T = 300 K, m_n = 1.08 × 10^-31 kg, m_p = 0.56 × 10^-31 kg, h = 6.626 × 10^-34 J·s, E_F = 0.4 eV, E_c = 0.2 eV, and E_v = 0.1 eV, what are the electron concentration n0 and hole concentration p0?",
6+
"answers": {
7+
"a": "n0 = 3.5 x 10^21 m^-3, p0 = 2.3 x 10^21 m^-3",
8+
"b": "n0 = 2.5 x 10^21 m^-3, p0 = 3.0 x 10^21 m^-3",
9+
"c": "n0 = 4.1 x 10^21 m^-3, p0 = 1.8 x 10^21 m^-3",
10+
"d": "n0 = 5.2 x 10^21 m^-3, p0 = 2.7 x 10^21 m^-3"
11+
},
12+
13+
"explanations": {
14+
"a": "Given the formulas for the electron and hole concentrations in a semiconductor:\n\nn0 = NC e^F, NC = 14 (2m_n k_B T / h^2)^(3/2), F = (E_F - E_c) / (k_B T)\np0 = NV e^F, NV = 14 (2m_p k_B T / h^2)^(3/2), F = (E_V - E) / (k_B T)\n\n",
15+
"b": "Given the formulas for the electron and hole concentrations in a semiconductor:\n\nn0 = NC e^F, NC = 14 (2m_n k_B T / h^2)^(3/2), F = (E_F - E_c) / (k_B T)\np0 = NV e^F, NV = 14 (2m_p k_B T / h^2)^(3/2), F = (E_V - E) / (k_B T)\n\n",
16+
"c": "Given the formulas for the electron and hole concentrations in a semiconductor:\n\nn0 = NC e^F, NC = 14 (2m_n k_B T / h^2)^(3/2), F = (E_F - E_c) / (k_B T)\np0 = NV e^F, NV = 14 (2m_p k_B T / h^2)^(3/2), F = (E_V - E) / (k_B T)\n\n",
17+
"d": "Given the formulas for the electron and hole concentrations in a semiconductor:\n\nn0 = NC e^F, NC = 14 (2m_n k_B T / h^2)^(3/2), F = (E_F - E_c) / (k_B T)\np0 = NV e^F, NV = 14 (2m_p k_B T / h^2)^(3/2), F = (E_V - E) / (k_B T)\n\n"
18+
},
19+
"correctAnswer": "a",
20+
"difficulty": "beginner"
21+
},
22+
{
23+
"question": "From the above values find intrinsic carrier concentration",
24+
"answers": {
25+
"a": "2.3 x 10^21 m^-3",
26+
"b": "3.0 x 10^21 m^-3",
27+
"c": "1.8 x 10^21 m^-3",
28+
"d": "2.7 x 10^21 m^-3"
29+
},
30+
"explanations": {
31+
"a": "intrinsic carrier concentration is the square root of n0*p0",
32+
"b": "intrinsic carrier concentration is the square root of n0*p0",
33+
"c": "intrinsic carrier concentration is the square root of n0*p0",
34+
"d": "intrinsic carrier concentration is the square root of n0*p0"
35+
},
36+
"correctAnswer": "c",
37+
"difficulty": "beginner"
38+
},
39+
{
40+
"question": "The intrinsic carrier concentration of silicon is 9.65*10^15 m^-3. When p0 is found by dividing this value by n0, it is different from the p0 we calculated.Which one is more accurate?",
41+
"answers": {
42+
"a": "p₀ calculated using the intrinsic carrier concentration formula",
43+
"b": "p₀ calculated using the density of states and Fermi level formulas",
44+
"c": "Both methods give the same accuracy",
45+
"d": "Neither method is accurate"
46+
},
47+
"explanations": {
48+
"a": "For silicon, the intrinsic carrier concentration relation (n₀ ⋅ p₀ = nᵢ²) holds accurately due to well-defined intrinsic properties. Experimental data confirms that using nᵢ² / n₀ for p₀ is more reliable in silicon-based materials.",
49+
"b": "For silicon, the intrinsic carrier concentration relation (n₀ ⋅ p₀ = nᵢ²) holds accurately due to well-defined intrinsic properties. Experimental data confirms that using nᵢ² / n₀ for p₀ is more reliable in silicon-based materials.",
50+
"c": "For silicon, the intrinsic carrier concentration relation (n₀ ⋅ p₀ = nᵢ²) holds accurately due to well-defined intrinsic properties. Experimental data confirms that using nᵢ² / n₀ for p₀ is more reliable in silicon-based materials.",
51+
"d": "For silicon, the intrinsic carrier concentration relation (n₀ ⋅ p₀ = nᵢ²) holds accurately due to well-defined intrinsic properties. Experimental data confirms that using nᵢ² / n₀ for p₀ is more reliable in silicon-based materials."
52+
},
53+
"correctAnswer": "a",
54+
"difficulty": "intermediate"
55+
},
56+
{
57+
"question": "In an n-type semiconductor in the extrinsic region, given that ND = 5 × 10^16 m⁻³, Nλ = 1 × 10^15 m⁻³, and ni = 9.65 × 10^15 m⁻³, what is the hole concentration p₀?",
58+
"answers": {
59+
"a": "1.92 × 10^13 m⁻³",
60+
"b": "1.85 × 10^13 m⁻³",
61+
"c": "2.01 × 10^13 m⁻³",
62+
"d": "1.73 × 10^13 m⁻³"
63+
},
64+
"explanations": {
65+
"a": "Using the equations n₀ = ND - Nλ and p₀ = ni² / n₀, we calculate p₀ as [calculated_value] m⁻³, which matches option [correct_option].",
66+
"b": "Using the equations n₀ = ND - Nλ and p₀ = ni² / n₀, we calculate p₀ as [calculated_value] m⁻³, which matches option [correct_option].",
67+
"c": "Using the equations n₀ = ND - Nλ and p₀ = ni² / n₀, we calculate p₀ as [calculated_value] m⁻³, which matches option [correct_option].",
68+
"d": "Using the equations n₀ = ND - Nλ and p₀ = ni² / n₀, we calculate p₀ as [calculated_value] m⁻³, which matches option [correct_option]."
69+
},
70+
"correctAnswer": "b",
71+
"difficulty": "beginner"
72+
}
73+
]
74+
}

experiment/pretest.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"version": 2.0,
3+
"questions": [
4+
{
5+
"question": "If Ec is the enery corresponding to conduction band and Ev is the energy corresponding to valence band. What is the fermi level of an Intrinsic semiconductor?",
6+
"answers": {
7+
"a": "Ec",
8+
"b": "Ec-Ev",
9+
"c": "Ec",
10+
"d": "(Ec+Ev)/2"
11+
},
12+
"explanations": {
13+
"a": "In an intrinsic semiconductor is the energy level where the probability of electron occupancy is 50% at thermal equilibrium. Since an intrinsic semiconductor has equal concentrations of electrons in the conduction band and holes in the valence band, the Fermi level lies exactly in the middle of the energy bandgap.",
14+
"b": "In an intrinsic semiconductor is the energy level where the probability of electron occupancy is 50% at thermal equilibrium. Since an intrinsic semiconductor has equal concentrations of electrons in the conduction band and holes in the valence band, the Fermi level lies exactly in the middle of the energy bandgap.",
15+
"c": "In an intrinsic semiconductor is the energy level where the probability of electron occupancy is 50% at thermal equilibrium. Since an intrinsic semiconductor has equal concentrations of electrons in the conduction band and holes in the valence band, the Fermi level lies exactly in the middle of the energy bandgap.",
16+
"d": "In an intrinsic semiconductor is the energy level where the probability of electron occupancy is 50% at thermal equilibrium. Since an intrinsic semiconductor has equal concentrations of electrons in the conduction band and holes in the valence band, the Fermi level lies exactly in the middle of the energy bandgap."
17+
},
18+
"correctAnswer": "d",
19+
"difficulty": "intermidiate"
20+
},
21+
{
22+
"question": "What is the effect of dopants in an n-type semiconductor?",
23+
"answers": {
24+
"a": "Increases the number of holes in the valence band",
25+
"b": "Increases the number of electrons in the conduction band",
26+
"c": "Decreases the conductivity of the semiconductor",
27+
"d": "Moves the Fermi level closer to the valence band"
28+
},
29+
"explanations": {
30+
"a": "In an n-type semiconductor, donor dopants (such as phosphorus or arsenic in silicon) introduce extra electrons. These additional electrons increase the carrier concentration in the conduction band, enhancing the semiconductor’s conductivity. The Fermi level also shifts closer to the conduction band, making electron excitation easier.",
31+
"b": "In an n-type semiconductor, donor dopants (such as phosphorus or arsenic in silicon) introduce extra electrons. These additional electrons increase the carrier concentration in the conduction band, enhancing the semiconductor’s conductivity. The Fermi level also shifts closer to the conduction band, making electron excitation easier.",
32+
"c": "In an n-type semiconductor, donor dopants (such as phosphorus or arsenic in silicon) introduce extra electrons. These additional electrons increase the carrier concentration in the conduction band, enhancing the semiconductor’s conductivity. The Fermi level also shifts closer to the conduction band, making electron excitation easier.",
33+
"d": "In an n-type semiconductor, donor dopants (such as phosphorus or arsenic in silicon) introduce extra electrons. These additional electrons increase the carrier concentration in the conduction band, enhancing the semiconductor’s conductivity. The Fermi level also shifts closer to the conduction band, making electron excitation easier."
34+
},
35+
"correctAnswer": "b",
36+
"difficulty": "beginner"
37+
},
38+
{
39+
"question": "Given that f0(E)=0.8 and T=300 K, What is the Fermi level Ef relative to the energy level E=0.2 eV?",
40+
"answers": {
41+
"a": "0.1 eV",
42+
"b": "0.5 eV",
43+
"c": "0.3 eV",
44+
"d": "0.7 eV"
45+
},
46+
"explanations": {
47+
"a": "The Fermi-Dirac distribution function gives the probability that an energy states E is occupied by an electron: f(E) = 1 / (1 + exp((E - Ef) / (k * T)))",
48+
"b": "The Fermi-Dirac distribution function gives the probability that an energy states E is occupied by an electron: f(E) = 1 / (1 + exp((E - Ef) / (k * T)))",
49+
"c": "The Fermi-Dirac distribution function gives the probability that an energy states E is occupied by an electron: f(E) = 1 / (1 + exp((E - Ef) / (k * T)))",
50+
"d": "The Fermi-Dirac distribution function gives the probability that an energy states E is occupied by an electron: f(E) = 1 / (1 + exp((E - Ef) / (k * T)))"
51+
},
52+
"correctAnswer": "c",
53+
"difficulty": "intermediate"
54+
},
55+
{
56+
"question": "Extrinsic Semiconductors conduct electricity because?",
57+
"answers": {
58+
"a": "Atoms have very few valence electrons",
59+
"b": "The valence band of the atoms is almost completely filled",
60+
"c": "The valence band of the atoms is partially filled",
61+
"d": "Both A and C"
62+
},
63+
"explanations":
64+
{"a": "Extrinsic semiconductors are doped with impurities to increase their conductivity.In n-type semiconductors, donor atoms provide extra electrons, making electrons the majority charge carriers.In p-type semiconductors, acceptor atoms create holes, making holes the majority charge carriers.These charge carriers (electrons or holes) move under the influence of an electric field, enabling electrical conduction.",
65+
"b": "Extrinsic semiconductors are doped with impurities to increase their conductivity.In n-type semiconductors, donor atoms provide extra electrons, making electrons the majority charge carriers.In p-type semiconductors, acceptor atoms create holes, making holes the majority charge carriers.These charge carriers (electrons or holes) move under the influence of an electric field, enabling electrical conduction.",
66+
"c": "Extrinsic semiconductors are doped with impurities to increase their conductivity.In n-type semiconductors, donor atoms provide extra electrons, making electrons the majority charge carriers.In p-type semiconductors, acceptor atoms create holes, making holes the majority charge carriers.These charge carriers (electrons or holes) move under the influence of an electric field, enabling electrical conduction.",
67+
"d": "Extrinsic semiconductors are doped with impurities to increase their conductivity.In n-type semiconductors, donor atoms provide extra electrons, making electrons the majority charge carriers.In p-type semiconductors, acceptor atoms create holes, making holes the majority charge carriers.These charge carriers (electrons or holes) move under the influence of an electric field, enabling electrical conduction."},
68+
"correctAnswer": "c",
69+
"difficulty": "beginner"
70+
}
71+
]
72+
}

experiment/procedure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
### Procedure

experiment/references.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
### Link your references in here

experiment/simulation/css/em.css

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
text-align: center;
4+
background-color: #f4f4f9;
5+
color: #333;
6+
}
7+
8+
.container {
9+
margin: 20px auto;
10+
max-width: 600px;
11+
}
12+
13+
ul {
14+
list-style: none;
15+
padding: 0;
16+
}
17+
18+
button {
19+
padding: 10px 20px;
20+
font-size: 16px;
21+
cursor: pointer;
22+
background-color: #4caf50;
23+
color: #fff;
24+
border: none;
25+
border-radius: 5px;
26+
}
27+
28+
button:hover {
29+
background-color: #45a049;
30+
}
31+
32+
#result {
33+
margin-top: 20px;
34+
font-size: 18px;
35+
}
36+
37+
38+
.column1 {
39+
display: flex;
40+
justify-content: space-between;
41+
position: relative;
42+
43+
}
44+
45+
.left-column{
46+
margin-top: 10px;
47+
margin-right: 10px;
48+
position: relative;
49+
}
50+
51+
.right-column {
52+
flex: 1;
53+
margin-top: 30%;
54+
align-items: flex-start; /* Align to the top-left */
55+
position: relative; /* Allow finer control of placement */
56+
padding:20px;
57+
}
58+
.right-column li {
59+
width: 180px; /* Fixed width for each list item */
60+
margin: 10px auto; /* Center the items inside the column */
61+
padding: 10px;
62+
border: 1px solid #ddd;
63+
background-color: #fff;
64+
text-align: center;
65+
cursor: pointer;
66+
box-sizing: border-box; /* Ensures padding doesn't increase width */
67+
}
68+
69+
canvas {
70+
margin: 10px;
71+
border: 1px solid #ddd;
72+
background-color: #fff;
73+
cursor: pointer;
74+
}
75+
76+
ul {
77+
list-style: none;
78+
padding: 0;
79+
}
80+
81+
li {
82+
margin: 10px;
83+
padding: 50px;
84+
border: 1px solid #ddd;
85+
background-color: #fff;
86+
cursor: pointer;
87+
}
88+
89+
li.selected {
90+
background-color: #d0f0c0;
91+
border-color: #4caf50;
92+
}
93+
94+
li.matched {
95+
background-color: #e0e0e0;
96+
border-color: #aaa;
97+
pointer-events: none;
98+
cursor: not-allowed;
99+
}
100+
101+
svg#lines {
102+
position: absolute;
103+
top: 0;
104+
left: 0;
105+
width: 100%;
106+
height: 100%;
107+
pointer-events: none; /* Ignore pointer events for lines */
108+
}
109+
.v-collapsible {
110+
cursor: pointer;
111+
font-weight: bold;
112+
}
113+
.instruction-list{
114+
text-align: left;
115+
padding-left: 10%;
116+
padding-right: 10%;
117+
}

0 commit comments

Comments
 (0)