DFT的matlab源代码-pygamess:适用于Python的GAMESS包装器

时间:2024-06-14 21:25:33
【文件属性】:

文件名称:DFT的matlab源代码-pygamess:适用于Python的GAMESS包装器

文件大小:29KB

文件格式:ZIP

更新时间:2024-06-14 21:25:33

系统开源

DFT的matlab源代码pygamess pygamess是适用于Python的GAMESS包装器 要求 Python 3.7或更高版本(pygamess <0> = 2020.03.5 GAMESS> Jun2020R1 ruamel.YAML 设置 $ pip install pygamess 在.bashrc或.zshrc中设置GAMESS_HOME环境: $ export GAMESS_HOME=/usr/local/gamess *** Mac用户可以从下载预编译的二进制可执行文件。 但是Linux用户将需要编译源代码。 *** 测试 $ pytest 基本用法 单点计算 >>> from pygamess import Gamess >>> from pygamess.utils import rdkit_optimize >>> m = rdkit_optimize("CCO") >>> g = Gamess() >>> r = g.run(m) >>> r.total_energy -152.127991054 或直接使用rdki


【文件预览】:
pygamess-master
----setup.py(943B)
----.gitignore(20B)
----pygamess()
--------gamess.py(22KB)
--------__init__.py(154B)
--------email.py(1KB)
--------emails_example.yml(564B)
--------utils.py(277B)
--------gamout_parser.py(6KB)
--------__main__.py(2KB)
----MANIFEST.in(56B)
----setup.cfg(0B)
----examples()
--------CID_674.sdf(2KB)
--------methyl_yellow.mol(3KB)
--------C=CCBr.mol(806B)
--------ethane.mol(2KB)
----README.md(13KB)
----tests()
--------test_basissets.py(414B)
--------test_gamess.py(1KB)
----pygamess.egg-info()
--------top_level.txt(9B)
--------SOURCES.txt(390B)
--------not-zip-safe(1B)
--------dependency_links.txt(1B)
----docs()
--------Makefile(4KB)
--------index.rst(4KB)
--------conf.py(7KB)
--------make.bat(4KB)

网友评论