open_metal_detector

时间:2021-05-09 12:08:25
【文件属性】:
文件名称:open_metal_detector
文件大小:83KB
文件格式:ZIP
更新时间:2021-05-09 12:08:25
Python 一个Python程序,用于分析开放金属场所的金属有机框架(MOF)集合。 作者:Emmanuel Haldoupis 2018年3月12日 描述 给定一组CIF文件,该程序可以读取文件,分析结构并检测每个结构中存在的所有唯一的开放金属部位。 第一步是创建一个包含所有所需CIF文件的集合。 我们可以通过指向包含CIF文件的文件夹来完成此操作。 from omsdetector import MofCollection mof_coll = MofCollection.from_folder(collection_folder="path to cif folder", analysis_folder="path to analysis folder") 其中collection_folder是CIF文件所
【文件预览】:
open_metal_detector-master
----requirements.txt(67B)
----examples()
--------example.ipynb(10KB)
--------cif_files_example()
----LICENSE(1KB)
----setup.py(499B)
----README.md(3KB)
----omsdetector()
--------mof.py(28KB)
--------__init__.py(53B)
--------mof_collection.py(35KB)
--------atomic_parameters.py(7KB)
----.gitignore(62B)

网友评论