On Nov 15, 2019, at 11:09 AM, Eric Pettersen <pett@cgl.ucsf.edu> wrote:

match_atoms, ref_atoms, iteration_rmsd, full_rmsd = m

Should be:

match_atoms, ref_atoms, iteration_rmsd, full_rmsd = m[0]

—Eric