aitomic.nomad_nmr.Group¶ class aitomic.nomad_nmr.Group(*, id, name)[source]¶ Data about a NOMAD group. Parameters: id (str) – The group id. name (str) – The name of the group. Attributes id The group id. name The name of the group. id: str¶ The group id. name: str¶ The name of the group.