Distance Matrix Units

Issue #321 resolved
Alexander Fokas created an issue

Hello,

What are the units for the distance matrix. Is it possible to retrieve distances in Angstroms?

Thanks,

Alexander

Comments (7)

  1. Alexander Fokas reporter

    When I run the attached script I seem to be getting units in the thousands. Is there an obvious reason for this in the script?

    Thanks, Alexander

  2. Xinqiu Yao

    Hi,

    Change the line dm <- dm.xyz(in.inds$xyz) to dm <- dm.xyz(pdb$xyz[in.inds$xyz]). Note the former is xyz Index NOT xyz Coordinate.

  3. Log in to comment