SingularValueDecomposition

class SingularValueDecomposition(*, truncation=None)

Configuration for performing noise reconstruction with singular value decomposition.

Variables:

truncation (qctrl.dynamic.types.noise_reconstruction.SingularValueTruncation, optional) – The truncation method to use. Truncation method returns the length \(n_\mathrm{sv}\) of truncated singular values. If omitted then entropy truncation is used.