SingularValueTruncation
- class 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, optional) – Options for entropy-based truncation. Pass this field to use this form of truncation.
fixed_length (qctrl.dynamic.types.noise_reconstruction.FixedLengthTruncation, optional) – Options for fixed length truncation. Pass this field to use this form of truncation.