User Tools

Site Tools


quantumespresso:インストール方法_7.3

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:インストール方法_7.3 [2024/02/04 23:09]
koudai [Wannier90のインストールに失敗する]
quantumespresso:インストール方法_7.3 [2024/02/05 00:00] (current)
koudai [Wannier90のインストールに失敗する]
Line 53: Line 53:
 でファイルを開き、ファイルの一番最後の行に次の一文を書き加えます。 でファイルを開き、ファイルの一番最後の行に次の一文を書き加えます。
 <file> <file>
-export PATH=$PATH:/home/username/qe-6.7/bin/+export PATH=$PATH:/home/username/qe-7.3/bin/
 </file> </file>
  
Line 108: Line 108:
 </code> </code>
  
-Wannier90のディレクトリに入って、Wannier90を直接インストールします。+Wannier90のディレクトリに入って、Wannier90を自らとってきます。
  
 <code> <code>
-$ cd external/wannier90+$ cd external/ 
-$ rm -r .git+$ rm -rf wannier90
-$ git clone https://github.com/wannier-developers/wannier90.git +$ git clone https://github.com/wannier-developers/wannier90.git wannier90
-$ make+
 </code> </code>
  
Line 120: Line 119:
  
 <code> <code>
-$ cd ~/qe-7.3+$ cd ..
 $ make all $ make all
 </code> </code>
  
 +最後にWannier90のコンパイルを完了させます(QEのインストール完了よりも先にしても失敗する)。
  
 +<code>
 +$ cd external/wannier90
 +$ make
 +</code>
 ====== XCrySDenのインストール ====== ====== XCrySDenのインストール ======
  
quantumespresso/インストール方法_7.3.1707055783.txt.gz · Last modified: 2024/02/04 23:09 by koudai