Skip to content

Commit

Permalink
add more day1 tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
jryates committed May 15, 2022
1 parent 6d8685f commit e7ddd9c
Show file tree
Hide file tree
Showing 20 changed files with 64,448 additions and 4 deletions.
3 changes: 3 additions & 0 deletions 2022_05_Trieste/DAY1_W90/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ You will find a [PDF document](day1-wannier-tutorial.pdf) for the session and su
- Exercise 2: [Silicon valence and conduction bands](ex2/)
- Exercise 3: [Lead Fermi surface and band structure](ex3/)
- Exercise 4: [BaTiO3 ferroelectricity](ex4/)
- Exercise 5: [Iron - spin polarised]
- Exercise 6: [Iron - spinors]
- Exercise 7: [FeSe - A challenge!]
Binary file not shown.
2 changes: 0 additions & 2 deletions 2022_05_Trieste/DAY1_W90/ex1/ex1.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use_ws_distance = .true.

num_bands = XXX
num_wann = XXX
num_iter = 100
Expand Down
2 changes: 0 additions & 2 deletions 2022_05_Trieste/DAY1_W90/ex3/ex3.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use_ws_distance = .true.

num_bands = 13
num_wann = 9
num_iter = 200
Expand Down
39,233 changes: 39,233 additions & 0 deletions 2022_05_Trieste/DAY1_W90/ex3/pseudo/Pb.rel-pbe-dn-rrkjus_psl.1.0.0.UPF

Large diffs are not rendered by default.

534 changes: 534 additions & 0 deletions 2022_05_Trieste/DAY1_W90/ex5/iron.nscf

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions 2022_05_Trieste/DAY1_W90/ex5/iron.scf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
&control
calculation='scf'
restart_mode='from_scratch',
pseudo_dir = 'pseudo/',
outdir='./'
prefix='Fe'
/
&system
ibrav = 3, celldm(1) =5.4235, nat= 1, ntyp= 1,
ecutwfc =120.0, nspin = 2, ecutrho=800.0
starting_magnetization = -1
occupations='smearing', smearing='cold', degauss=0.02
/
&electrons
conv_thr = 1.0e-8
/
ATOMIC_SPECIES
Fe 55.85 Fe.jry.pbe.UPF
ATOMIC_POSITIONS
Fe 0.0 0.0 0.0
K_POINTS (automatic)
16 16 16 0 0 0

9 changes: 9 additions & 0 deletions 2022_05_Trieste/DAY1_W90/ex5/iron_dn.pw2wan
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
&inputpp
outdir = './'
prefix = 'Fe'
seedname = 'iron_dn'
spin_component = 'down'
write_mmn = .true.
write_amn = .true.
write_unk = .false.
/
Loading

0 comments on commit e7ddd9c

Please sign in to comment.