Use this skill for one molecular conformer-search episode that starts from a SMILES string or one seed structure, expands into a conformer ensemble, prunes it, and produces xTB-optimized candidates for downstream ORCA work.
Use this skill when the task is a bounded molecular preoptimization episode before higher-level ORCA work.
create_molecule_from_smiles.enumerate_molecular_conformers for an RDKit ETKDG seed ensemble.crest_conformer_search when broad conformer-rotamer exploration is needed.filter_conformer_ensemble to enforce one explicit energy/RMSD pruning policy.xtb_run_batch(mode="opt") on the accepted ensemble and summarize it with analyze_xtb_results.extract_optimized_molecules when the next stage needs a clean set of optimized XYZ files.create_molecule_from_smilesenumerate_molecular_conformersfilter_conformer_ensemblecrest_conformer_searchxtb_run_batchanalyze_xtb_resultsextract_optimized_moleculesReturn: