文件名称:mmic_ffpa_gmx:使用gmx进行力场参数分配的MMIC
文件大小:54KB
文件格式:ZIP
更新时间:2024-04-27 23:29:33
Python
mmic_ffpa_gmx MMIC与GMX进行力场参数关联 片段 # Import MMIC schema for FFPA from mmic_ffpa . models import AssignInput # Import MMSchema Molecule from mmelemental . models import Molecule # Import FFPA component with GMX from mmic_ffpa_gmx . components import AssignGmxComponent # Prepare input model mol = Molecule . from_file ( path_to_file ) inputs = AssignInput ( molecule = { "mol" : mol }, forcefield
【文件预览】:
mmic_ffpa_gmx-main
----.gitignore(1KB)
----setup.cfg(598B)
----README.md(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(224B)
--------workflows()
--------CONTRIBUTING.md(2KB)
----docs()
--------README.md(1KB)
--------make.bat(781B)
--------conf.py(5KB)
--------index.rst(498B)
--------api.rst(104B)
--------requirements.yaml(111B)
--------getting_started.rst(91B)
--------_static()
--------_templates()
--------Makefile(610B)
----LICENSE(1KB)
----devtools()
--------README.md(3KB)
--------legacy-miniconda-setup()
--------conda-envs()
--------scripts()
----readthedocs.yml(166B)
----CODE_OF_CONDUCT.md(3KB)
----mmic_ffpa_gmx()
--------components()
--------mmic_ffpa_gmx.py(803B)
--------tests()
--------models()
--------_version.py(18KB)
--------__init__.py(503B)
--------data()
----MANIFEST.in(147B)
----setup.py(2KB)
----.codecov.yml(257B)
----.lgtm.yml(458B)
----versioneer.py(67KB)