Interface UAdjustment
- All Known Implementing Classes:
AdjustedStateToUnitaryWithEV
,AdjustedStateToUnitaryWithSVD
,AdjustToOrthogonalKraus.UAdjustmentJJ
,AdjustToTracePreservingKraus.UAdjustmentKK
,AdjustToTracePreservingM.UAdjustmentM
,AdjustToUnitaryWithEV_SubjectToLinearConstraints.UAdjustmentJJLin
,TransformToCanonicalFormKraus.UAdjustmentSS
public interface UAdjustment
A interface to access original and constraint-adjusted solutions.
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
getUAdj()
double[]
getUOrig()
static UAdjustment
of
(double[] u_orig, double[] u_adj)
-
Method Details
-
getUOrig
double[] getUOrig() -
getUAdj
double[] getUAdj() -
of
-