원클릭으로
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.