lmoffatt / macro_dr

GNU General Public License v3.0
1 stars 1 forks source link

sort_by_eigenvalue was giving wrong results #186

Closed lmoffatt closed 6 months ago

lmoffatt commented 6 months ago

I tested sort_by_eigenvalues and with its current implementation the eigendecomposition was broken.

lmoffatt commented 6 months ago

I re-implemented sort_by_eigenvalues using Permutation matrices.