User Tools

Site Tools


Sidebar

quantumespresso:cif2cell

This is an old revision of the document!


概要

CIFファイルから、QuantumESPRESSOを含む各種第一原理計算ソフトの入力ファイルのひな形を作ることができます。

インストールにはPythonが必要です。

対応しているソフト

  • ABINIT
  • ASE
  • CASTEP
  • CP2K
  • CPMD
  • CRYSTAL09
  • Elk
  • EMTO
  • Exciting
  • Fleur
  • FHI-aims
  • Hutsepot
  • MOPAC
  • Quantum Espresso
  • RSPt
  • Siesta
  • SPR-KKR
  • VASP

インストール

以下のサイトからダウンロード。

ホーム・ディレクトリにおいて展開し、展開先のディレクトリに入って次のコマンドを実行。

$ sudo python setup.py install

インストールは一瞬で終わります。

使い方

基本的な使い方は

$ cif2cell -h

で確認することができます。 例えばmaterial.cifからPWscfの入力ファイルのひな形を作りたければ

$ cif2cell -p pwscf -f material.cif -o material.scf.in

などとします。

  • オプションなし … CELL_PARAMETERS {alat}, ATOMIC_POSITIONS {crystal}
  • –pwscf-atomic-units … 同上
  • –pwscf-alat-units … CELL_PARAMETERS {alat}, ATOMIC_POSITIONS {alat}
  • –pwscf-cartesian … CELL_PARAMETERS {angstrom}, ATOMIC_POSITIONS {angstrom}
  • –pwscf-cartesian-latticevectors … CELL_PARAMETERS {angstrom}, ATOMIC_POSITIONS {crystal}
  • –pwscf-cartesian-positions … CELL_PARAMETERS {alat}, ATOMIC_POSITIONS {angstrom}
quantumespresso/cif2cell.1593239765.txt.gz · Last modified: 2021/06/27 22:00 (external edit)