device_builder.models.chebyshev

Pydantic models for Chebyshev moments computed by the device_builder.

This Python module provides the definition of pydantic models encapsulating Chebyshev moments and supporting information.

Copyright © 2023-2025 HQS Quantum Simulations GmbH. All Rights Reserved.

class ChebyshevMoments(pydantic.main.BaseModel):

Model representing Chebyshev moments.

model_config: ClassVar[pydantic.config.ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].