Skip to content

Base

Base class for RMSD calculators.

RMSDBase(target, reference)

Bases: ABC

Base class for RMSD calculators.

Initialize RMSD class.

PARAMETER DESCRIPTION
target

Docked ligand(s) Object that will be analyzed.

TYPE: DockedLigand

reference

Reference ligand(s) in a Ligand object that will be used for comparison.

TYPE: Ligand

reference = reference

target = target

calculate()

Calculate RMSD.