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:
|
reference
|
Reference ligand(s) in a Ligand object that will be used for comparison.
TYPE:
|