read_structure_step

时间:2024-03-04 13:47:32
【文件属性】:

文件名称:read_structure_step

文件大小:89KB

文件格式:ZIP

更新时间:2024-03-04 13:47:32

Python

SEAMM读取结构插件 一个SEAMM插件,可读取计算化学中的常用格式 当前版本使用Open Babel作为引擎来解析各种格式(例如PDB,Mol2或XYZ),并将其转换为SEAMM结构格式,以便在SEAMM流程图中进一步使用。 免费软件:BSD许可证 文档: : 代码: : 产品特点 强调易用性和简单性。 公共接口包含一个功能。 自动文件类型识别。 OpenBabel作为解析格式的引擎,但是其他引擎也可以轻松实现。 轻松扩展为新格式。 当前对PDB,Mol2和XYZ文件的支持。 例子 import read_structure_step seamm_structure = read_structure_step . read ( "spc.xyz" ) 致谢 该程序包是使用和项目模板创建的。 由分子科学软件研究所( )开发,该研究所获得了,获得了ACI-1547


【文件预览】:
read_structure_step-main
----MANIFEST.in(262B)
----.travis.yml(3KB)
----README.rst(3KB)
----.readthedocs.yml(528B)
----.coveragerc(91B)
----docs()
--------history.rst(28B)
--------conf.py(9KB)
--------make.bat(6KB)
--------_templates()
--------user()
--------buildDocs.sh(7KB)
--------developer()
--------authors.rst(28B)
--------.gitignore(65B)
--------Makefile(7KB)
--------index.rst(547B)
--------_static()
----AUTHORS.rst(166B)
----requirements_dev.txt(88B)
----travis_pypi_setup.py(4KB)
----.github()
--------ISSUE_TEMPLATE.md(330B)
--------workflows()
----.pyup.yml(1KB)
----requirements_install.txt(6B)
----CONTRIBUTING.rst(3KB)
----tests()
--------test_utils.py(2KB)
--------mopac_exists.py(500B)
--------build_filenames.py(513B)
--------data()
--------test_read_structure_step.py(1KB)
--------test_formats.py(3KB)
--------__init__.py(74B)
----tox.ini(589B)
----LICENSE(1KB)
----.lgtm.yml(325B)
----.yapfignore(68B)
----HISTORY.rst(945B)
----devtools()
--------travis-ci()
--------conda-envs()
--------README.md(3KB)
--------scripts()
----setup.cfg(683B)
----read_structure_step()
--------read_structure.py(4KB)
--------formats()
--------read_structure_parameters.py(2KB)
--------utils.py(2KB)
--------errors.py(741B)
--------read.py(2KB)
--------__init__.py(859B)
--------_version.py(18KB)
--------tk_read_structure.py(5KB)
--------read_structure_step.py(2KB)
----requirements.txt(16B)
----setup.py(2KB)
----.gitignore(2KB)
----.codecov.yml(257B)
----Makefile(3KB)
----versioneer.py(67KB)
----.editorconfig(292B)

网友评论