用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cas-bigdatalab/piflow --skill gaussian-chk-to-fchk命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Dataspace 文件输入源算子。用于根据 Dataspace 数据源实例 ID 和空间内文件路径下载单个文件,并将该文件作为工作流输入提供给下游算子。该算子没有上游输入,必须作为 DAG 的起始节点使用。
Dataspace 文件输出终止算子。用于接收上游算子的单个文件输出,按指定相对目录上传到 Dataspace 空间目录中,实际文件名自动沿用输入文件名。该算子必须作为 DAG 的终止节点使用。
用于编辑或创建 Gaussian 输入文件(.gjf),支持添加 Link 0 指令(%chk、%oldchk、%nprocshared、%mem)、Route 行关键词、电荷和多重度。可对已有 gjf 文件进行参数填充,也可从零创建新的 gjf 文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | gaussian_chk_to_fchk |
| description | 使用 Gaussian 的 formchk 工具将 chk 检查点文件转换为 fchk 波函数文本文件。 |
| name_zh | Gaussian检查点转换算子 |
| version | 1.0.0 |
| tag | 科学计算 |
| input_params | [{"name":"input_path","type":"string","required":true,"description":"输入 chk 文件路径"},{"name":"other_param","type":"string","required":false,"description":"额外参数"},{"name":"fchk_output_path","type":"string","required":true,"description":"转换后的 fchk 文件路径"},{"name":"compressed_output_path","type":"string","required":true,"description":"输出文件压缩包路径"}] |
| output_params | [{"name":"fchk_output_path","type":"string","description":"转换后的 fchk 文件路径"},{"name":"compressed_output_path","type":"string","description":"输出文件压缩包路径"}] |
| disciplinary_field | 化工 |
使用 Gaussian 的 formchk 工具将 chk 检查点文件转换为 fchk 波函数文本文件。支持 Windows 和 Linux 系统。
当需要将 Gaussian 计算生成的 chk 文件转换为 fchk 文本格式时触发。
python scripts/run_gaussian_chk_to_fchk.py \
--input_path input.chk \
--fchk_output_path output.fchk \
--compressed_output_path output.zip
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| input_path | string | 是 | 输入 chk 文件路径 |
| other_param | string | 否 | 额外参数 |
| fchk_output_path | string | 是 | 转换后的 fchk 文件路径 |
| compressed_output_path | string | 是 | 输出文件压缩包路径 |
| 参数 | 类型 | 说明 |
|---|---|---|
| fchk_output_path | string | 转换后的 fchk 文件路径 |
| compressed_output_path | string | 输出文件压缩包路径 |
输出目录包含:
*.fchk - 转换后的波函数文本文件stderr.log - 错误日志(如有)output.zip - 包含所有输出文件的压缩包~/.bashrc 中读取g16root 环境变量或确保 Gaussian 安装在默认路径