pleiades.sammy.io.card_formats.inp10_spingroups module
- class pleiades.sammy.io.card_formats.inp10_spingroups.Card10p2[source]
Bases:
BaseModelModel for the INP10 card format (spin groups).
- static get_line_type(line: str)[source]
- Returns:
“SPIN_GROUP” if the line is a spin group line, “CHANNEL” if the line is a channel line, None otherwise.
- model_config = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].