hybridization_score#

openfe.setup.atom_mapping.lomap_scorers.hybridization_score(mapping: LigandAtomMapping, beta=0.15) float#

Score an atom mapping by how much each atom’s orbital hybridization changes.

Score calculated as:

math.exp(-beta * nmismatch)

Parameters:
Returns:

score

Return type:

float