opencadd.structure.superposition.engines.base.BaseAligner.calculate

BaseAligner.calculate(structures, *args, **kwargs)[source]

Compute superposition for given structures

Parameters

structures (list of opencadd.core.Structure)

Returns

Results with following keys

  • superposed: Structure objects, aligned in place

  • scores: Dictionary of relevant metrics. Usually includes rmsd.

  • metadata: Contextual information provided by the method

Return type

dict