SingularValueTruncation¶
-
class
qctrl.dynamic.types.noise_reconstruction.
SingularValueTruncation
(*, entropy=None, fixed_length=None)¶ Configuration for truncating singular values. Exactly one field must be non-null.
- Variables
entropy (qctrl.dynamic.types.noise_reconstruction.EntropyTruncation) – Options for entropy-based truncation. Pass this field to use this form of truncation.
fixed_length (qctrl.dynamic.types.noise_reconstruction.FixedLengthTruncation) – Options for fixed length truncation. Pass this field to use this form of truncation.