What problem does it solve?
This Skill calculates homolytic and heterolytic bond dissociation energies for every eligible single bond in a molecule, turning structural inputs into actionable energetic rankings.
Core Features & Use Cases
- Homolytic BDEs from MLIP relaxations: Relaxes the intact molecule and both radical fragments, then computes BDEs from relaxed energies.
- Heterolytic BDEs with charge/spin-aware MLIPs: Evaluates both ionic polarity variants (minimum reported) for heavy-atom bonds when the selected model supports charge and spin.
- Bond-level outputs for screening: Produces per-bond JSON results plus relaxed geometries for intact and fragment structures, enabling weakest-bond identification and comparison across models.
Quick Start
Provide a SMILES string and run a BDE calculation for all single bonds (including heterolytic energies) with a charge/spin-capable model by executing one command like: run python .agents/skills/chem-bond-dissociation/scripts/calculate_bde.py with --smiles "CO", --all_bonds, --include_h_bonds, --cleavage both, --model_type mace, --model_name "MACE-OMOL-extra-large", and an --output_dir path.