ワンクリックで
molecular-qchem
Molecular Quantum Chemistry (1 sub-skills: gaussian-qchem-workflow)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Molecular Quantum Chemistry (1 sub-skills: gaussian-qchem-workflow)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
General-purpose research tools index: literature search, plotting, document creation, data analysis, symbolic math. READ THIS when performing non-computation tasks.
Electronic Structure Calculations (8 sub-skills: band-structure, convergence-testing, density-of-states, inverse-participation-ratio, projected-dos, scf-relax, spatially-resolved-dos, vasp-bands)
Structure Tools Skills (8 sub-skills: advanced-optimization, format-conversion, input-generation, pdf-analysis, structure-editing, structure-matching, symmetry-analysis, xrd-pattern)
Alloy Disorder Modeling (2 sub-skills: cluster-expansion, sqs-generation)
Catalysis and Electrochemistry Toolkit (6 sub-skills: band-center, imaginary-freq-correction, implicit-solvation, neb-analysis, reaction-kinetics, thermal-corrections)
Defects and Reactions (13 sub-skills: activation-relaxation-technique, adsorption-energy, configuration-coordinate, defect-thermodynamics, interstitial-defect, migration-barrier, neb-transition-state, point-defect, reaction-pathway,
SOC 職業分類に基づく
| name | molecular-qchem |
| description | Molecular Quantum Chemistry (1 sub-skills: gaussian-qchem-workflow) |
Quantum chemistry calculations for molecules and molecular clusters (non-periodic systems). This skill group covers geometry optimization, vibrational analysis, thermochemistry, solvation, excited states, and reaction energetics using open-source quantum chemistry engines (PySCF, Psi4) that can be installed via pip/conda. Inspired by the atomate2 Q-Chem module but adapted for the open-source tools available in MatClaw's container environment.
Unlike the periodic electronic-structure skills (which target crystals with Quantum ESPRESSO), this group targets isolated molecules, molecular complexes, and cluster models where Gaussian-type orbital (GTO) basis sets are natural and efficient.
| Sub-Skill | Directory | Description |
|---|---|---|
| Molecular QChem Workflows | gaussian-qchem-workflow/ | Complete workflows for geometry optimization + frequency, solvation energy, reaction profiles, and excited-state (TD-DFT) calculations using PySCF |
What kind of system are you studying?
Periodic crystal or slab?
--> Use electronic-structure/ skills (Quantum ESPRESSO / MACE)
Isolated molecule, molecular cluster, or reaction?
--> This skill group (molecular-qchem/)
What property do you need?
Optimized geometry + thermochemistry (ZPE, H, G)?
--> gaussian-qchem-workflow/ : Workflow 1
Solvation free energy (gas vs solution)?
--> gaussian-qchem-workflow/ : Workflow 2
Reaction energy or barrier (A + B -> C)?
--> gaussian-qchem-workflow/ : Workflow 3
UV-Vis absorption spectrum / excited states?
--> gaussian-qchem-workflow/ : Workflow 4
What level of theory?
Quick screening or large molecule (> 50 atoms)?
--> DFT: B3LYP/def2-SVP or PBE0/def2-SVP
Accurate thermochemistry (small molecule, < 20 atoms)?
--> MP2/cc-pVTZ or CCSD(T)/cc-pVTZ (single-point on DFT geometry)
Organic reaction energetics?
--> B3LYP-D3/def2-TZVP (DFT with dispersion)
Transition metal complex?
--> PBE0/def2-SVP or B3LYP/def2-SVP with ECPs (automatic in def2 basis)
pip install pyscf -- the primary quantum chemistry engine used in all workflows.pip install geometric -- geometry optimizer that interfaces with PySCF.pip install rdkit -- for building molecules from SMILES strings.