User Tools

Site Tools


quantumespresso:フェルミ面

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
quantumespresso:フェルミ面 [2018/02/25 22:47]
koudai [固有エネルギーの計算]
quantumespresso:フェルミ面 [2019/02/01 14:09]
koudai [固有エネルギーの計算]
Line 11: Line 11:
    prefix = 'Al'    prefix = 'Al'
    calculation = 'scf'    calculation = 'scf'
-   outdir = './'+   outdir = './tmp/'
    pseudo_dir = './'    pseudo_dir = './'
 / /
Line 33: Line 33:
  
   $ 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とK_POINTSを書き換える。 
-k点の数はなるべく多い方が正確なフェルミ面が描けるが、増やしすぎると時間がかなりかかるので、最初は4*4*4くらいから始めて、できあがったフェルミ面を見ながら徐々に増やしていくとよい。+K_POINTSはシフトしていないものを使うこと。 
 + 
 +k点の数はなるべく多い方が正確なフェルミ面が描けるが、増やしすぎると時間が非常にかかる。 
 +できあがったフェルミ面を見ながらk点数を徐々に増やしていくとよい。
  
 <file - Al.fs.in> <file - Al.fs.in>
-(略) +&control 
-calculation = 'nscf' +   prefix = 'Al' 
-(略)+   calculation = 'nscf' 
 +   outdir = './tmp/' 
 +   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 49: Line 68:
  
   $ pw.x < Al.fs.in > Al.fs.out   $ pw.x < Al.fs.in > Al.fs.out
 + 
  
  
Line 58: Line 78:
 <file - FS.in> <file - FS.in>
 &fermi &fermi
-  outdir = './'+  outdir = './tmp/'
   prefix = 'Al'   prefix = 'Al'
 / /
quantumespresso/フェルミ面.txt · Last modified: 2021/07/12 23:39 by koudai