Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
lectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Solid state physics
lectures
Merge requests
!4
Learning goals
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Learning goals
learning_goals
into
master
Overview
25
Commits
21
Pipelines
19
Changes
8
Merged
Anton Akhmerov
requested to merge
learning_goals
into
master
6 years ago
Overview
7
Commits
21
Pipelines
19
Changes
1
Expand
0
0
Merge request reports
Compare
version 10
version 19
a76cf05a
6 years ago
version 18
984eb60e
6 years ago
version 17
3ecd0232
6 years ago
version 16
eb9c2ad0
6 years ago
version 15
4be3d324
6 years ago
version 14
a7e01f18
6 years ago
version 13
b8dc0f63
6 years ago
version 12
fe36002b
6 years ago
version 11
40b9603a
6 years ago
version 10
a3b8fb60
6 years ago
version 9
ebcbfadb
6 years ago
version 8
f66d0b52
6 years ago
version 7
f1370996
6 years ago
version 6
06d224dd
6 years ago
version 5
33e57a0c
6 years ago
version 4
c6cfa854
6 years ago
version 3
3fe93b89
6 years ago
version 2
71fd3ed0
6 years ago
version 1
869bc7ee
6 years ago
master (base)
and
version 11
latest version
3c75abba
21 commits,
6 years ago
version 19
a76cf05a
20 commits,
6 years ago
version 18
984eb60e
19 commits,
6 years ago
version 17
3ecd0232
18 commits,
6 years ago
version 16
eb9c2ad0
17 commits,
6 years ago
version 15
4be3d324
16 commits,
6 years ago
version 14
a7e01f18
15 commits,
6 years ago
version 13
b8dc0f63
14 commits,
6 years ago
version 12
fe36002b
13 commits,
6 years ago
version 11
40b9603a
12 commits,
6 years ago
version 10
a3b8fb60
11 commits,
6 years ago
version 9
ebcbfadb
10 commits,
6 years ago
version 8
f66d0b52
9 commits,
6 years ago
version 7
f1370996
8 commits,
6 years ago
version 6
06d224dd
7 commits,
6 years ago
version 5
33e57a0c
6 commits,
6 years ago
version 4
c6cfa854
5 commits,
6 years ago
version 3
3fe93b89
4 commits,
6 years ago
version 2
71fd3ed0
3 commits,
6 years ago
version 1
869bc7ee
3 commits,
6 years ago
Show latest version
1 file
+
14
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/lecture_4.md
+
14
−
0
Options
@@ -15,6 +15,14 @@ pi = np.pi
_(based on chapters 9–11 of the book)_
Exercises 9.2, 9.4, 10.1, 10.2, 11.2, 11.5
!!! summary "Learning goals"
After this lecture you will be able to:
- formulate equations of motion describing electrons and phonons in 1D.
- solve these equations to arrive at the corresponding dispersion relations.
- derive the group velocity, effective mass, and density of states from a dispersion relation.
Last lecture:
*
Movement of a few atoms (Newton's equations)
@@ -245,6 +253,12 @@ Also a sanity check: when the energy is close to the bottom of the band, $E = E_
## More complex systems
!!! summary "Learning goals"
After this lecture you will be able to:
- formulate equations of motion describing electrons and phonons in 1D when there is more than one degree of freedom per unit cell
### More hoppings in LCAO
Consider electrons in a 1D atomic chain again
Loading