User Tools

Site Tools


quantumespresso:フェルミ面

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
quantumespresso:フェルミ面 [2018/02/25 22:44]
koudai 作成
quantumespresso:フェルミ面 [2018/02/25 23:06]
koudai [固有エネルギーの計算]
Line 20: Line 20:
    ntyp = 1    ntyp = 1
    ecutwfc = 12.0    ecutwfc = 12.0
-   occupations = 'tetrahedra_opt'+   occupations = 'smearing' 
 +   smearing = 'mv' 
 +   degauss = 0.03
 / /
 &electrons &electrons
Line 33: Line 35:
  
   $ pw.x < Al.scf.in > Al.scf.out   $ pw.x < Al.scf.in > Al.scf.out
- 
  
 ====== 固有エネルギーの計算 ====== ====== 固有エネルギーの計算 ======
  
-Al.scf.inをコピーしてAl.fs.inとし、、以下の部分だけ書き換える。 +Al.scf.inをコピーしてAl.fs.inとし、、以下のようにcalculation, occupations, K_POINTSを書き換える。 
-k点の数はなるべく多い方が正確なフェルミ面が描けるが、増やしすぎると時間がかなりかかるので、最初は4*4*4くらいから始めて、できあがったフェルミ面を見ながら徐々に増やしていくとよい。 +k点の数はなるべく多い方が正確なフェルミ面が描けるが、増やしすぎると時間が非常にかかる。 
-経験的には16*16*16くらい必要だが、物質によってはかなり時間がかかることも+できあがったフェルミ面を見ながらk点数を徐々に増やしていくとよい。
  
 <file - Al.fs.in> <file - Al.fs.in>
- +&control 
-(略) +   prefix = 'Al' 
-calculation = 'nscf' +   calculation = 'nscf' 
-(略)+   outdir = './' 
 +   pseudo_dir = './' 
 +
 +&system 
 +   ibrav = 2 
 +   celldm(1) = 7.50 
 +   nat = 1 
 +   ntyp = 1 
 +   ecutwfc = 12.0 
 +   occupations = 'tetrahedra_opt' 
 +
 +&electrons 
 +
 +ATOMIC_SPECIES 
 + Al  26.98  Al.pz-vbc.UPF 
 +ATOMIC_POSITIONS crystal 
 + Al  0.0  0.0  0.0
 K_POINTS automatic K_POINTS automatic
  16 16 16 0 0 0  16 16 16 0 0 0
Line 51: Line 68:
  
   $ pw.x < Al.fs.in > Al.fs.out   $ pw.x < Al.fs.in > Al.fs.out
 +  
 +SCF計算の段階でk点数が十分取れるなら、SCF計算もoccupations = 'tetrahedra_opt'を使っても良い(k点数に対するFermi energyの収束を必ず確認)。
  
  
quantumespresso/フェルミ面.txt · Last modified: 2021/07/12 23:39 by koudai