CalcRMSPDB.c



REAL CalcRMSPDB(PDB *pdb1, PDB *pdb2)

Inputs

PDB *pdb1 First PDB linked list
PDB *pdb2 Second PDB linked list

Returns

REAL RMS deviation

Description

Calculate the RMS deviation between two fitted PDB linked lists. The two lists must contain equivalent structures (same atom types in same order). No checks are made on this.

Created: 11.03.94 Last Modified: 11.03.94