Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • applications-of-quantum-mechanics/lectures
  • jdtorres/lectures
  • mdemarets/lectures
  • fernandodfufrpe/lectures
4 results
Show changes
Commits on Source (6)
scipy
matplotlib
pandas
numpy
python-dateutil==2.8.2
\ No newline at end of file
#!/bin/bash
set -e
cd /home/jovyan/src/code
exec "$@"
\ No newline at end of file
...@@ -25,28 +25,26 @@ nav: ...@@ -25,28 +25,26 @@ nav:
- 3.4. Summary: 'ch34.md' - 3.4. Summary: 'ch34.md'
- 3.5. Problems: 'ch35.md' - 3.5. Problems: 'ch35.md'
- 3.6. Solutions: 'ch36.md' - 3.6. Solutions: 'ch36.md'
- 4. Approximations: - 4. WKB approximation:
- WKB approximation: - 4.1. QM in a smooth potential: 'wkb_smooth.md'
- 4.1. QM in a smooth potential: 'wkb_smooth.md' - 4.2. WKB wave function: 'wkb_wf.md'
- 4.2. WKB wave function: 'wkb_wf.md' - 4.3. Connection formulas: 'wkb_connection.md'
- 4.3. Connection formulas: 'wkb_connection.md' - 4.4. Bound states: 'wkb_bound.md'
- 4.4. Bound states: 'wkb_bound.md' - 4.5. Transport: 'wkb_tunnel.md'
- 4.5. Transport: 'wkb_tunnel.md' - 5. Adiabatic approximation:
- Adiabatic approximation: - 5.1. Adiabatic theorem: 'adiabatic_theorem.md'
- 4.6. Adiabatic theorem: 'adiabatic_theorem.md' - 5.2. Proof of the theorem: 'adiabatic_proof.md'
- 4.7. Proof of the theorem: 'adiabatic_proof.md' - 5.3. Landau-Zener effect: 'adiabatic_landau_zener.md'
- 4.8. Landau-Zener effect: 'adiabatic_landau_zener.md' - 5.4. Berry phase: 'adiabatic_berry.md'
- 4.9. Berry phase: 'adiabatic_berry.md' - 5.5. Exercises: 'adiabatic_exercises.md'
- 4.10. Exercises: 'adiabatic_exercises.md' - 6. Scattering:
- Extra exercises: 'extra_exercise.md' - 6.1. Classical analysis of scattering: 'ch51.md'
- 5. Scattering: - 6.2. Quantum scattering: 'ch52.md'
- 5.1. Classical analysis of scattering: 'ch51.md' - 6.3. The optical theorem: 'ch53.md'
- 5.2. Quantum scattering: 'ch52.md' - 6.4. Partial wave analysis: 'ch54.md'
- 5.3. The optical theorem: 'ch53.md' - 6.5. Calculation of scattering cross sections with partial waves: 'ch55.md'
- 5.4. Partial wave analysis: 'ch54.md' - 6.6. Summary: 'ch56.md'
- 5.5. Calculation of scattering cross sections with partial waves: 'ch55.md' - 6.7. Problems: 'ch57.md'
- 5.6. Summary: 'ch56.md'
- 5.7. Problems: 'ch57.md'
- Appendices: - Appendices:
- Appendix A - Complex function theory survival guide: 'appA.md' - Appendix A - Complex function theory survival guide: 'appA.md'
- Appendix B - Green's functions in QM: 'appB.md' - Appendix B - Green's functions in QM: 'appB.md'
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
binderOptions: { binderOptions: {
repoProvider: "git", repoProvider: "git",
repo: "{{config.repo_url}}", repo: "{{config.repo_url}}",
ref: "thebe-test", ref: "master",
}, },
kernelOptions: { kernelOptions: {
name: "python3", name: "python3",
......