Spaces:
Sleeping
Sleeping
Update pages/50_PHY_615_Quantum_Mechanics_II.py
Browse files
pages/50_PHY_615_Quantum_Mechanics_II.py
CHANGED
@@ -214,4 +214,25 @@ with st.expander("**Week 14: Open Quantum Systems and Decoherence**"):
|
|
214 |
""")
|
215 |
|
216 |
# Week 15: Review and Final Exam Preparation
|
217 |
-
with st.expander("**Week 15: Review and Final Exam Preparation**"):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
""")
|
215 |
|
216 |
# Week 15: Review and Final Exam Preparation
|
217 |
+
with st.expander("**Week 15: Review and Final Exam Preparation**"):
|
218 |
+
st.markdown("""
|
219 |
+
### Topics Covered
|
220 |
+
- Comprehensive review of time-dependent perturbation theory, scattering, and symmetry.
|
221 |
+
- Applications to atomic, molecular, and quantum field systems.
|
222 |
+
- Problem-solving sessions and final exam preparation.
|
223 |
+
|
224 |
+
### Problems
|
225 |
+
85. Solve for the scattering cross-section of a particle in a central potential using the Born approximation and partial waves.
|
226 |
+
86. Compute the transition rate for a quantum system undergoing spontaneous emission using Fermi’s Golden Rule.
|
227 |
+
87. Apply time-dependent perturbation theory to solve for the transition probability of a quantum system in an oscillating field.
|
228 |
+
88. Solve for the energy levels of a multi-electron atom using the Pauli exclusion principle and perturbation theory.
|
229 |
+
89. Analyze the quantum behavior of identical particles in a potential well and compute the exchange interaction energy.
|
230 |
+
90. Use the second quantization formalism to compute the energy levels of a quantum field.
|
231 |
+
""")
|
232 |
+
|
233 |
+
# Textbooks Section
|
234 |
+
st.markdown("""
|
235 |
+
## Textbooks
|
236 |
+
- **"Modern Quantum Mechanics"** by J. J. Sakurai and Jim Napolitano
|
237 |
+
- **"Quantum Mechanics: Concepts and Applications"** by Nouredine Zettili
|
238 |
+
""")
|