一键导入
chem-react-ot
Generate transition state structures for chemical reactions using React-OT.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate transition state structures for chemical reactions using React-OT.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | chem-react-ot |
| description | Generate transition state structures for chemical reactions using React-OT. |
| category | ["chemistry"] |
chem-react-ot — React-OT Transition State GenerationGenerate transition state (TS) structures given reactant and product structures using the React-OT model (Optimal Transport). React-OT is a generative model that predicts TS geometries directly without requiring an initial guess path (like NEB).
Category: chemistry
Environment: react-ot-agent
This skill requires the react-ot-agent conda environment. Ensure it is installed:
# Env: react-ot-agent
cd conda-envs/react-ot-agent
bash install.sh
Before running the skill for the first time, download the pre-trained model weights:
# activate react-ot-agent first
conda activate react-ot-agent
python conda-envs/react-ot-agent/download_models.py
The checkpoint is saved to ~/.cache/react-ot/checkpoints/sb-pretrained.ckpt.
Run the generation script with reactant and product files (xyz, cif, pdb, etc. - anything ASE reads).
# Env: react-ot-agent
python .agents/skills/chem-react-ot/scripts/generate_ts.py \
--reactants reactant.xyz \
--products product.xyz \
--output_dir results/ts_search
Arguments:
--reactants: Path to reactant structure file(s). Can be a single file with multiple molecules or a list of files.--products: Path to product structure file(s).--output_dir: Directory to save the generated TS structure (ts_generated.xyz) and trajectory (generation_traj.xyz).--nfe: Number of function evaluations for the ODE solver (default: 10). Higher values might be more accurate but slower.--checkpoint: Path to custom model checkpoint (optional, defaults to downloaded one).# Env: react-ot-agent
python .agents/skills/chem-react-ot/scripts/generate_ts.py \
--reactants .agents/skills/chem-react-ot/examples/oxadiazole_isomerization/reactant.xyz \
--products .agents/skills/chem-react-ot/examples/oxadiazole_isomerization/product.xyz \
--output_dir .agents/skills/chem-react-ot/examples/oxadiazole_isomerization/output
react-ot-agent conda environment.Author: Bowen Deng Contact: GitHub @learningmatter-mit
Quantify prediction uncertainty of MACE MLIPs using committee (ensemble) models; flag high-uncertainty structures for DFT verification.
Compute phonon-limited carrier mobility and mode-resolved electron-phonon coupling in 2D materials from first principles with Quantum ESPRESSO and EPW.
GPU-accelerated batched inference for MACE, MatGL (TensorNet/M3GNet/CHGNet), and FairChem MLIPs using NValchemi, enabling parallel static, relax, and MD workflows across multiple structures simultaneously.
Extract structured synthesis procedures from a folder of PDFs using the LeMat-Synth GeneralSynthesisOntology schema, producing one JSON file per paper with per-material synthesis records.
Predict LC-MS/MS (MS2, tandem mass spectra) from SMILES via ICEBERG, a two-stage deep neural network. Outputs predicted m/z vs intensity spectrum, fragment ion SMILES, and a spectrum plot.
Match an experimental spectrum (1H NMR, 13C NMR, IR) against predicted or database reference spectra for candidate ranking and structure confirmation. Supports local catalog lookup, public database fallback, and pluggable similarity metrics.