Fix: Unitary Decomposition -> Conj inplace not handled correct
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user