gaussian-executor
使用 Gaussian 软件执行量子化学计算,包括 DFT 结构优化、频率分析和单点能计算。生成 .log 和 .chk 文件,并将所有输出打包为 zip 压缩包。
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=cas-bigdatalab-piflow-workspace-skills-gaussian-executor-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name gaussian_executor description 使用 Gaussian 软件执行量子化学计算,包括 DFT 结构优化、频率分析和单点能计算。生成 .log 和 .chk 文件,并将所有输出打包为 zip 压缩包。 name_zh 量子化学计算算子 version 1.0.0 tag 科学计算 input_params [{"name":"input_path","type":"string","required":true,"description":"输入 .gjf 文件路径"},{"name":"output_dir","type":"string","required":true,"description":"输出工作目录(输出文件都生成在此路径下)"},{"name":"log_output_path","type":"string","required":true,"description":"log 文件输出路径"},{"name":"chk_output_path","type":"string","required":true,"description":"chk 文件输出路径"},{"name":"compressed_output_path","type":"string","required":true,"description":"输出文件压缩包路径"},{"name":"other_param","type":"string","required":false,"default":"","description":"额外参数"}] output_params [{"name":"output_dir","type":"string","description":"输出工作目录(输出文件都生成在此路径下)"},{"name":"log_output_path","type":"string","description":"log 文件输出路径"},{"name":"chk_output_path","type":"string","description":"chk 文件输出路径"},{"name":"compressed_output_path","type":"string","description":"输出文件压缩包路径"}] disciplinary_field 化工 Gaussian Executor 技能 功能说明 使用 Gaussian 软件执行量子化学计算,包括 DFT 结构优化、频率分析和单点能计算。生成 .log 和 .chk 文件,并将所有输出打包为 zip 压缩包。 触发条件 DAG 类型:量子化学计算 核心功能 DFT 结构优化和频率分析 DFT 单点能计算 生成 .log 和 .chk 文件 打包输出文件为 zip 压缩包 兼容 Windows 和 Linux 系统 自动检测环境变量,未设置时使用默认值 使用方法 python scripts/run_gaussian_executor.py --input_path <input_path> --output_dir <output_dir> --log_output_path <log_output_path> --chk_output_path <chk_output_path> --compressed_output_path <compressed_output_path> [--other_param <other_param>] 参数说明 参数 类型 必填 默认值 说明 input_path string 是 - 输入 .gjf 文件路径 output_dir string 是 - 输出工作目录 log_output_path string 是 - log 文件输出路径 chk_output_path string 是 - chk 文件输出路径 compressed_output_path string 是 - 输出文件压缩包路径 other_param string 否 额外参数 输出参数 参数 类型 默认值 说明 log_output_path string - log 文件输出路径 chk_output_path string - chk 文件输出路径 compressed_output_path string - 输出文件压缩包路径 示例 基本调用 python scripts/run_gaussian_executor.py --input_path input.gjf --output_dir outputs --log_output_path outputs/output.log --chk_output_path outputs/output.chk --compressed_output_path outputs/output.zip 依赖 Python 3.x Gaussian 16 注意事项 所有中文内容按 UTF-8 处理。 调用脚本时只传入用户明确提供或有默认值的参数。 输出文件路径应写入 PiFlow 工作区可访问的位置。
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |