Digital downloads for education & research
Calculated with molecular force fields
Molecular geometries were obtained through a two-stage optimization pipeline implemented in a custom Python script. Starting from SMILES notation, the script generates ~2,000 conformers using the Merck Molecular Force Field (MMFF94) [1] to broadly sample the conformational space. The top 10 lowest-energy conformers from this classical screening are then refined using density functional theory (DFT) at the ωB97X-D/def2-SVP level [2]. The lowest-energy DFT-optimized structure is selected as the final geometry. Atoms are rendered as spheres scaled to van der Waals radii [3], and bond orders correspond to the dominant resonance contributor as encoded in the input SMILES. Each model is visually verified against PubChem [4], exported as STL, and manually colored with the CPK convention in a slicer. Running on an Intel Core i7-14700T using all 20 cores, the pipeline averaged approximately 10 minutes per molecule.
The initial conformational search relies on MMFF94, a well-established classical force field parameterized against high-level ab initio data for a broad range of organic and drug-like molecules [1]. MMFF94 describes the potential energy surface through analytical terms for bond stretching, angle bending, torsional rotation, van der Waals interactions, and electrostatics. Its parameters were derived by fitting to HF/6-31G* geometries and MP2-level energetics, which gives it reliable accuracy for conformer ranking at a fraction of the cost of quantum mechanical methods [5]. This makes it well suited for rapidly screening thousands of candidate geometries before passing a small subset to DFT refinement.
Final geometry optimizations are performed with the ωB97X-D functional [6] paired with the def2-SVP basis set [7], executed through the Psi4 electronic structure package [2]. ωB97X-D is a range-separated hybrid functional that includes an empirical dispersion correction, making it particularly effective for capturing both covalent bonding and non-covalent intramolecular interactions that influence molecular conformation. The def2-SVP basis set provides a balanced trade-off between computational cost and accuracy for geometry optimizations of this kind. This level of theory has been widely benchmarked and shown to produce reliable equilibrium geometries for organic molecules [8].