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/11/03 15:08]
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点の数はなるべく多い方が正確なフェルミ面が描けるが、増やしすぎると時間が非常にかかる。 
-経験的には16*16*16くらい必要だが、物質によってはかなり時間がかかることも+できあがったフェルミ面を見ながらk点数を徐々に増やしていくとよい。
  
 <file - Al.fs.in> <file - Al.fs.in>
- +&control 
-(略) +   prefix = 'Al' 
-calculation = 'nscf' +   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 51: Line 66:
  
   $ pw.x < Al.fs.in > Al.fs.out   $ pw.x < Al.fs.in > Al.fs.out
 + 
  
  
Line 60: Line 76:
 <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