Quick Start¶
This guide walks you through running moTSart on a single reaction using the built-in env=test configuration.
Input Format¶
moTSart reads CSV files with no header row and two columns:
rxn_idrxn_smiles
Example:
Test data is provided in data/test_rxns.csv.
Running Individual Steps¶
Step 1: Complex Finder¶
Tip
For fast runs, keep env=test and explicit test configs:
afir_cfg=test optim_cfg=test.
Step 2: Path Guessers¶
Run path guessers in this order:
- RMSD-PP to generate initial TS guesses.
- RacerTS to refine those RMSD-PP guesses.
Step 3: Validator¶
Validate TS guesses with xTB:
Optional: Reproduction Workflow¶
For model-generated TS evaluation and paper-style comparison workflow, see Paper Reproduction Workflow.
Running the Full Pipeline¶
complex_and_ts_search_local.sh is a local template script. Adjust RXN_NUM, env, and config names for your run.
Parallel Execution¶
Use Hydra joblib launcher:
python -m motsart.complex_finder.complex_finder -m \
hydra/launcher=joblib \
hydra.launcher.n_jobs=2 \
env=test \
"env.rxn_num=range(0,2)"
Results¶
Results are saved under the configured results directory (for env=test, default is results_test/):