Method
- class 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, optional) – 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, optional) – Options for the convex optimization algorithm. Pass this field to use this algorithm for the reconstruction.