Fix: Unitary Decomposition -> Conj inplace not handled correct
This commit is contained in:
@@ -172,7 +172,6 @@ public static class ComplexMatrixExtension
|
||||
{
|
||||
for (int i = 1; i <= a.Dim; i++)
|
||||
a[i, i] /= (a[i, i] * Complex.Conjugate(a[i, i]));
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -186,7 +185,5 @@ public static class ComplexMatrixExtension
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user