ワンクリックで
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 職業分類に基づく
| 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.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.