一键导入
hamgnn-training
Prepare HamGNN training configs and run locally or submit through the canonical HamGNN Inspire flow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepare HamGNN training configs and run locally or submit through the canonical HamGNN Inspire flow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Prepare ABACUS calculation inputs from CIF/POSCAR with default settings and generate per-structure INPUT/KPT/STRU run directories.
Prepare and submit HamGNN inference jobs through the canonical HamGNN Inspire submit flow.
Prepare split-local OpenMX preprocessing inputs and submit recognized OpenMX processing jobs through `inspire-openmx-submit`.
Legacy compatibility wrapper for Inspire remote job submission. Redirect to `inspire-cli-training-submit` for the canonical generic submission flow.
Structure-file-driven OpenMX/ABACUS-to-HamGNN training pipeline. Use when users provide a crystal structure file such as CIF or POSCAR and want to build a perturbed CIF dataset, run DFT preprocessing (OpenMX by default, ABACUS when explicitly requested), and train a HamGNN model, stopping at the trained checkpoint.
| name | hamgnn-training |
| description | Prepare HamGNN training configs and run locally or submit through the canonical HamGNN Inspire flow. |
<skill_root>/templates/HamGNN/train_config.yaml.template, then render a run-local config under <target_dir>/HamGNN/.inspire-hamgnn-submit for the actual remote submission. inspire-hamgnn-submit is the sole authority for HamGNN workspace, GPU resource, image, and helper selection.<skill_root>/scripts/train.sh --workdir <hamgnn_workdir> --config <rendered_train_config> as the required runnable entrypoint for this stage.HamGNN/train_config.yaml in place..npz, render the config so it only creates an internal train/validation split inside that training dataset. Do not allocate an extra internal test split from the training .npz..npz generated from the selected Stage 2 DFT route (OpenMX or ABACUS).__HAM_TYPE__ from the upstream route:openmxabacus__HAM_TYPE__ value to both output_nets.HamGNN_out.ham_type and representation_nets.HamGNN_pre.radius_type.HamGNN; if it is unavailable, fall back to base. Do not create new envs unless explicitly requested.uni_model_pkl_path: null by default. Only populate uni_model_pkl_path when the user explicitly asks to load a Uni model.