文件名称:DFT的matlab源代码-dft-input-gen:Python库为DFT代码生成输入文件
文件大小:49KB
文件格式:ZIP
更新时间:2024-06-14 22:34:19
系统开源
DFT的matlab源代码dftinputgen 用于DFT代码的非标准输入文件生成器。 要求 Python> = 2.7或> = 3.8,其依赖项在中列出。 安装 dftinputgen可以通过pip安装: $ pip install dftinputgen 用法 要生成输入文件以使用pw.x对my_crystal_structure.cif的输入晶体结构运行scf计算,请执行以下操作: 选项1.使用Python API from dftinputgen . utils import read_crystal_structure from dftinputgen . qe . pwx import PwxInputGenerator # read the input crystal into an `ase.Atoms` object crystal_structure = read_crystal_structure ( "/path/to/my_crystal_structure.cif" ) # print formatted pw.x input to standard ou
【文件预览】:
dft-input-gen-master
----setup.py(845B)
----.gitignore(1KB)
----requirements.txt(38B)
----pyproject.toml(200B)
----src()
--------dftinputgen()
----.travis.yml(1KB)
----MANIFEST.in(172B)
----.pre-commit-config.yaml(111B)
----CONTRIBUTING.md(2KB)
----LICENSE(11KB)
----README.md(2KB)
----tests()
--------test_cli.py(1KB)
--------demo()
--------test_utils.py(1KB)
--------test_base.py(2KB)
--------files()
--------qe()
----test_requirements.txt(111B)
----docs()
--------Makefile(636B)
--------src()
----tox.ini(438B)