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
Last revision Both sides next revision
quantumespresso:フェルミ面 [2018/02/25 23:10]
koudai [固有エネルギーの計算]
quantumespresso:フェルミ面 [2021/07/12 23:39]
koudai
Line 1: Line 1:
 ====== 概要 ====== ====== 概要 ======
  
-アルミニウムのフェルミ面の計算を行う。+アルミニウムを例に金属のフェルミ面の計算を行う。
 表示にはXCrySDenを使うので、事前にインストールすること。 表示にはXCrySDenを使うので、事前にインストールすること。
  
Line 11: Line 11:
    prefix = 'Al'    prefix = 'Al'
    calculation = 'scf'    calculation = 'scf'
-   outdir = './'+   outdir = './tmp/'
    pseudo_dir = './'    pseudo_dir = './'
 / /
Line 20: Line 20:
    ntyp = 1    ntyp = 1
    ecutwfc = 12.0    ecutwfc = 12.0
-   occupations = 'smearing' +   occupations = 'tetrahedra_opt'
-   smearing = 'mp' +
-   degauss = 0.03+
 / /
 &electrons &electrons
Line 38: Line 36:
 ====== 固有エネルギーの計算 ====== ====== 固有エネルギーの計算 ======
  
-Al.scf.inをコピーしてAl.fs.inとし、以下のようにcalculation, occupations, K_POINTSを書き換える。 +Al.scf.inをコピーしてAl.nscf.inとし、以下のようにcalculationK_POINTSを書き換える。 
-k点のはなるべく多い方が正確なフェルミ面が描けるが増やしすぎると時間が非常にかかる。 +対称におけるエネルギー重要のでK_POINTSはシしていものを使うこと
-できあがったェルミ面を見ながらk点数を徐々に増やしていくとよい。+
  
-<file - Al.fs.in>+  * calculation = 'nscf'に変更 
 +  * K_POINTSの数を増やす 
 + 
 +<file - Al.nscf.in>
 &control &control
    prefix = 'Al'    prefix = 'Al'
    calculation = 'nscf'    calculation = 'nscf'
-   outdir = './'+   outdir = './tmp/'
    pseudo_dir = './'    pseudo_dir = './'
 / /
Line 67: Line 67:
 </file> </file>
  
-  $ pw.x < Al.fs.in > Al.fs.out+k点の数はなるべく多い方が正確なフェルミ面が描けるが、増やしすぎると計算時間が非常にかかる。 
 +できあがったフェルミ面を見ながらk点数を徐々に増やしていくとよい。 
 + 
 +  $ pw.x < Al.nscf.in > Al.nscf.out
    
  
Line 74: Line 77:
  
  
-FS.inというファイルを新規に作成する+Al.fs.inというファイルを新規に作成する
  
-<file - FS.in>+<file - Al.fs.in>
 &fermi &fermi
-  outdir = './'+  outdir = './tmp/'
   prefix = 'Al'   prefix = 'Al'
 / /
 </file> </file>
  
-  $ fs.x < FS.in > FS.out+  $ fs.x < Al.fs.in > Al.fs.out
  
  
quantumespresso/フェルミ面.txt · Last modified: 2021/07/12 23:39 by koudai