Conformational Search (CREST)

This page covers conformational sampling workflows using CREST (Conformer-Rotamer Ensemble Sampling Tool).

For a complete list of CLI options, see CREST CLI Options.

Output Layout

After a successful CREST run, the output directory typically includes:

File

Description

crest_conformers.xyz

Conformer ensemble, sorted by energy

crest_best.xyz

Lowest-energy conformer, typically used for subsequent calculations.

crest_rotamers.xyz

Rotamer ensemble

crest.energies

Relative energy values for all conformers (in kcal/mol)

{label}.out

Main CREST log output with sampling details

constraints.inp

Constraint file (only for constrained searches)

The generated conformers can be visualized or reused as input for subsequent calculations (e.g. -f path/to/crest_conformers.xyz).

Next Steps