conformer generation
Conformer generation is computing the different three-dimensional shapes a flexible molecule can fold into, since a molecule with rotatable bonds is not rigid but bends and twists like a length of wire. A single chemical structure can adopt many distinct shapes, and the software enumerates a representative set of them.
Each shape, or conformer, comes from rotating bonds and adjusting geometry to a physically reasonable arrangement, usually one near a local energy minimum. Algorithms sample the space of rotatable bonds, generate candidate three-dimensional structures, optimize their geometry, and discard duplicates, aiming to cover the low-energy shapes the molecule realistically visits. The output is a set of conformers, often ranked by estimated energy.
This step is quietly essential because so many downstream methods need a molecule's plausible shapes: docking, pharmacophore searching, three-dimensional similarity, and shape-based screening all start from conformers. The crucial caveat is the bioactive conformation, the shape the molecule actually takes when bound to its target, which is frequently not the lowest-energy free-state conformer. Good conformer ensembles must therefore sample broadly enough to include this binding-competent shape even if it costs some internal energy.
The number of possible conformers explodes with rotatable bonds, so very flexible molecules are both harder to sample fully and harder to design around.