$npx -y skills add jinzhezenggroup/computational-chemistry-agent-skills --skill gpawConfigure ASE GPAW calculator adapter settings for ASE workflows. Use when ASE workflow tasks require GPAW backend setup including mode, k-point, convergence, and restart policies.
| 1 | # ASE GPAW Adapter (Subskill) |
| 2 | |
| 3 | ## Scope |
| 4 | |
| 5 | This adapter configures GPAW backend parameters for ASE workflows. |
| 6 | |
| 7 | It should return calculator configuration, not workflow logic. |
| 8 | |
| 9 | ## Must provide |
| 10 | |
| 11 | - GPAW mode (`PW` / `LCAO` / `FD`) |
| 12 | - XC choice |
| 13 | - k-point policy |
| 14 | - convergence controls |
| 15 | |
| 16 | ## Usually should be explicit |
| 17 | |
| 18 | - occupation/smearing policy |
| 19 | - spin setup |
| 20 | - restart/checkpoint policy |
| 21 | |
| 22 | ## Expected output |
| 23 | |
| 24 | 1. calculator configuration payload |
| 25 | 1. backend assumptions and prerequisites |
| 26 | 1. unresolved backend choices |