require_mols_with_conf_ids#

skfp.utils.require_mols_with_conf_ids(X: Sequence[Any]) Sequence[Mol]#

Check that all inputs are RDKit Mol objects with "conf_id" property set, i.e. with conformers computed and properly identified. Raises ValueError otherwise.