quantumespresso:cif2cell
概要
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(基本並進ベクトル)と ATOMIC_POSITIONS の種類を指定できます。
オプション | CELL_PARAMETERS | ATOMIC_POSITIONS |
---|---|---|
なし | alat | crystal |
--pwscf-atomic-units | alat | crystal |
--pwscf-alat-units | alat | alat |
--pwscf-cartesian | angstrom | angstrom |
--pwscf-cartesian-latticevectors | angstrom | crystal |
--pwscf-cartesian-positions | alat | angstrom |
quantumespresso/cif2cell.txt · Last modified: 2021/10/05 20:08 by koudai