在结构导入模块中,已支持导入POSCAR,CIF文件以及根据空间群号和Wyckoff位置建立晶体结构。 在能带路径模块中,已支持以下格式输出: - 301) K-Path for ABACUS Code
- 302) K-Path for ABINIT Code
- 312) K-Path for CASTEP Code
- 314) K-Path for CP2K Code
- 323) K-Path for ELK Code
- 329) K-Path for FHI-aims Code
- 351) K-Path for Phonopy Code
- 356) K-Path for Quantum-Espresso Code
- 368) K-Path for SIESTA Code
- 375) K-Path for VASP Code
- 380) K-Path for Wannier90 Code
复制代码
在结构导出模块中,已支持以下格式输出:- 101) ABACUS (*.stru)
- 102) ABINIT (*.in)
- 103) CASTEP (*.cell)
- 104) CIF Format (*.cif)
- 105) CP2K (*.inp)
- 106) CPMD (*.inp)
- 107) Elk (*.in)
- 108) FHI-aims (*.in)
- 109) FLEUR (*.inp)
- 110) Gaussian (*.gjf)
- 111) JDFTx (*.in)
- 112) ORCA (*.in)
- 113) PDB Format (*.pdb)
- 114) Quantum-Espresso (*.in)
- 115) RSPt (*.inp)
- 116) Siesta (*.fdf)
- 117) VASP (*.vasp)
- 118) Wannier90 (*.win)
- 119) XCrySDen (*.xsf)
- 120) XYZ Format (*.xyz)
复制代码
在后续版本中,我们将不断完善并增加更多的导入和导出结构格式。与此同时,我们非常欢迎您提出宝贵的反馈、改进建议和为我们提供更多的计算模拟软件输入结构格式模板以及详细说明。ATOMKIT软件的安装和使用与其姊妹软件VASPKIT极为相似,二者之间的使用习惯可无缝衔接。未来我们致力于将ATOMKIT打造成一款通用性的晶体结构建模工具箱。需要强调的是,在新版本中导入结构文件时,要求软件对应的ID和读入文件名信息。例如我们想把BiTe.cif文件转化成POSCAR格式,在终端运行atomkit,
- ===================== Structural Utilities ======================
-
- 1) Export Structures 2) Symmetry Analysis
- 2) K-Path for Band-Structure 4) Structure Editor
- 3) Advanced Structure Models 6) 2D-Material Kit
- 4) Quit
- ------------>>
- 1
- ===================== Import Format Options =====================
- 13) CIF Format (*.cif)
- 75) VASP (*.vasp)
- 99) Build Crystal from Wyckoff Positions
-
- +---------------------------- Tip ------------------------------+
- | Examples of Usage: |
- | 13 Si.cif: Read Structure from Si.cif file with cif format |
- | 75 POSCAR: Read Structure from POSCAR file with VASP format |
- | 99 INPUT: Build Crystal From Wyckoff positions in INPUT file |
- +---------------------------------------------------------------+
- Please Input the code-ID listed above and the filename to Read:
- ------------>>
- 13 BiTe.cif
复制代码
输入13 BiTe.cif, 其中13表示要告诉atomkit读入cif格式,文件名为BiTe.cif。回车后生成BiTe.vasp文件。- +---------------------------------------------------------------+
- | This utility is in experimental stage & needs to be improved. |
- +---------------------------------------------------------------+
- +-------------------------- Summary ----------------------------+
- Space Group: 225
- Crystal System: Cubic
- Lattice Constants: 6.470 6.470 6.470
- Lattice Angles: 90.000 90.000 90.000
- Total Atoms: 8
- Species & Wyckoff Site: [Bi] 0.000 0.000 0.000
- Species & Wyckoff Site: [Te] 0.500 0.500 0.500
- +---------------------------------------------------------------+
- ===================== Export Format Options =====================
-
- 101) ABACUS (*.stru)
- 102) ABINIT (*.in)
- 103) CASTEP (*.cell)
- 104) CIF Format (*.cif)
- 105) CP2K (*.inp)
- 106) CPMD (*.inp)
- 107) Elk (*.in)
- 108) FHI-aims (*.in)
- 109) FLEUR (*.inp)
- 110) Gaussian (*.gjf)
- 111) JDFTx (*.in)
- 112) ORCA (*.in)
- 113) PDB Format (*.pdb)
- 114) Quantum-Espresso (*.in)
- 115) RSPt (*.inp)
- 116) Siesta (*.fdf)
- 117) VASP (*.vasp)
- 118) Wannier90 (*.win)
- 119) XCrySDen (*.xsf)
- 120) XYZ Format (*.xyz)
-
- 0) Quit
- 9) Back
- ------------>>
- 175
-
- -->> (01) Written BiTe.vasp File!
复制代码 ATOMKIT软件目前仍处于内测阶段,其0.2.0.Linux版本可通过百度网盘下载:https://pan.baidu.com/s/1MCfYAB5IQbrVhEPXvlHXig?pwd=vuuu。
|