device_builder.models.devices
Device models.
This Python module provides definitions of pydantic models for various device types. These include:
- PureCrystal: crystal with a single atomic species.
- IonicCrystal: crystal with two atomic species.
- ProfileAlloyConfiguration: random (binary) alloy with a 1D distribution profile..
Copyright © 2023-2025 HQS Quantum Simulations GmbH. All Rights Reserved.
class
Device(pydantic.main.BaseModel):
Basic device model.
Model of a single atomic crystal.
Model of a (binary) ionic crystal.
Model of the configuration characterizing a random alloy.
class
ProfileDistribution(pydantic.main.BaseModel):
Model of a layered binary distribution.
Model for a random alloy with a 1D concentration profile.