theochem / procrustes

Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
https://procrustes.qcdevs.org/
GNU General Public License v3.0
109 stars 20 forks source link

Add information about translation and scaling #185

Closed FanwangM closed 2 years ago

FanwangM commented 2 years ago

This PR fixes the question mentioned in https://github.com/theochem/procrustes/issues/166 , which showed examples on how to access the scaling factor and translation matrix.

codecov[bot] commented 2 years ago

Codecov Report

Merging #185 (48edbdc) into master (6d287bc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #185   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          11       11           
  Lines         671      671           
=======================================
  Hits          634      634           
  Misses         37       37