Fix: Unitary Decomposition -> Conj inplace not handled correct

This commit is contained in:
h z
2024-12-15 01:21:59 +00:00
parent d890865c26
commit 8d378c0fbf
8 changed files with 147 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ namespace Skeleton.Test;
public class CayleySU4Test : BaseTest
{
[DatapointSource]
private static readonly LieSU4[] Data = 40
private static readonly LieSU4[] Data = 80
.WithSeed(Seed)
.ScaleSamples(-1, 1)
.LieSU4LogSU4Samples()