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 revisionPrevious revision
Next revision
Previous revision
quantumespresso:よくあるエラー [2019/03/06 23:27] – [Error in routine cdiaghg (あるいはrdiaghg)] koudaiquantumespresso:よくあるエラー [2021/06/27 22:04] (current) – external edit 127.0.0.1
Line 4: Line 4:
 入力ファイルに誤りがないことをしっかりと確認してもエラーが出る場合は、次のように対処する。 入力ファイルに誤りがないことをしっかりと確認してもエラーが出る場合は、次のように対処する。
  
 +もしそれでも解決しない場合は、がんばって解決しようとするより別の第一原理計算ソフトの使用をした方が早い。
  
-====== エラーの種類 ======+ 
 +====== pw.x ======
  
 ===== Error in routine cdiaghg (あるいはrdiaghg) ===== ===== Error in routine cdiaghg (あるいはrdiaghg) =====
Line 24: Line 26:
  
 以上のようにしても解決しない場合は、複数の対処法を組み合わせる。 以上のようにしても解決しない場合は、複数の対処法を組み合わせる。
-もしそれでも解決しない場合は、このエラーはかなり致命的であるため、別の第一原理計算ソフトの使用を推奨する。+
  
  
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-       Error in routine  cdiaghg (218): +       Error in routine cdiaghg (460): 
-        S matrix not positive definite+       S matrix not positive definite
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 +
 +
 +
  
 次のときに起こりやすいエラーです 次のときに起こりやすいエラーです
Line 41: Line 46:
   * relaxやvc-relaxで得られた構造を使う   * relaxやvc-relaxで得られた構造を使う
   * nbndを減らす   * nbndを減らす
-  * (ウルトラソフト型、PAW型の擬ポテンシャルの場合)ecutrhoを増やす+  * ecutwfcとecutrhoを増やす
            
 ==== 参考 ==== ==== 参考 ====
Line 65: Line 70:
 対策方法 対策方法
  
-  * ecutwfcを増やす +  * ecutwfcとecutrhoを増やす 
-  * conv_thrを大きくする(1d-8程度で十分)+  * conv_thrをゆるくする
  
 ==== 参考 ==== ==== 参考 ====
  
   - http://www.democritos.it/pipermail/pw_forum/2011-September/022066.html   - http://www.democritos.it/pipermail/pw_forum/2011-September/022066.html
 +
 +
 +
 +
 +
 +====== ph.x ======
 +
 +===== DFPT with the Blochl correction is not implemented =====
 +
 +    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 +       task #        18
 +       from phq_readin : error #         1
 +       DFPT with the Blochl correction is not implemented
 +   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 +
 +テトラヘドロン法でSCF計算をしたあと、フォノン計算をしたときに発生する。
 +フォノン計算で使うテトラヘドロン法のプログラムがXML形式にしか対応していないためである。
 +
 +対策方法
 +
 +プログラムをコンパイルしなおしてXMLを使えるようにする。
 +
 +  $ ./configure --enable-xml
 +  $ make pw ph
 +
 +参考
 +
 +https://lists.quantum-espresso.org/pipermail/developers/2017-October/001760.html
  
quantumespresso/よくあるエラー.1551882450.txt.gz · Last modified: 2021/06/27 22:00 (external edit)