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
quantumespresso:フェルミ面 [2018/11/03 15:06]
koudai [pw.xによるSCF計算]
quantumespresso:フェルミ面 [2021/07/12 23:39] (current)
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 = 'tetrahedra_opt'+
 / /
 &electrons &electrons
Line 37: Line 36:
 ====== 固有エネルギーの計算 ====== ====== 固有エネルギーの計算 ======
  
-Al.scf.inをコピーしてAl.fs.inとし、以下のようにcalculation, occupations, K_POINTSを書き換える。 +Al.scf.inをコピーしてAl.nscf.inとし、以下のように編集する。 
-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 66: Line 67:
 </file> </file>
  
-  $ pw.x < Al.fs.in > Al.fs.out+k点の数はなるべく多い方が正確なフェルミ面が描けるが、増やしすぎると計算時間が非常にかかる。 
 +できあがったフェルミ面を見ながらk点数を徐々に増やしていくとよい。 
 + 
 +  $ pw.x < Al.nscf.in > Al.nscf.out
    
  
Line 73: 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/フェルミ面.1541225200.txt.gz · Last modified: 2021/06/27 22:00 (external edit)