groio:一个非常简单的gro文件库

时间:2024-05-26 05:05:05
【文件属性】:

文件名称:groio:一个非常简单的gro文件库

文件大小:214KB

文件格式:ZIP

更新时间:2024-05-26 05:05:05

Python

groIO 一个用于处理gro文件读取和写入的库。 安装 点安装groio 用法 import groio #Read a gro file title , atoms , box = groio . parse_file ( "filin.gro" ) #Write a gro file with open ( "filout.gro" , "w" ) as f : for line in groio . write_gro ( title , output_atoms , box ): print ( line , end = '' , file = f ) #Renumber the atoms to avoid number above 100 000 atoms = groio . renumber ( atoms ) 函数parse_file返回:


【文件预览】:
groio-master
----MANIFEST.in(96B)
----README.rst(1KB)
----.travis.yml(273B)
----LICENSE(1KB)
----setup.cfg(141B)
----setup.py(1KB)
----groio()
--------groio.py(5KB)
--------__init__.py(111B)
----tests()
--------__init__.py(0B)
--------test_groio.py(7KB)
--------test_resources()
----.gitignore(185B)

网友评论