Method¶
-
class
qctrl.dynamic.types.noise_reconstruction.
Method
(*, singular_value_decomposition=None, convex_optimization=None)¶ The method used to perform a noise reconstruction. Exactly one field must be non-null.
- Variables
singular_value_decomposition (qctrl.dynamic.types.noise_reconstruction.SingularValueDecomposition) – Options for the singular value decomposition algorithm. Pass this field to use this algorithm for the reconstruction.
convex_optimization (qctrl.dynamic.types.noise_reconstruction.ConvexOptimization) – Options for the convex optimization algorithm. Pass this field to use this algorithm for the reconstruction.