Specification: Pc Groups (OSCAR v1.4-v1.8)
Profiles: OSCAR v1.4, OSCAR v1.5, OSCAR v1.6, OSCAR v1.7, OSCAR v1.8
Other versions: Pc Groups (OSCAR v1.0), Pc Groups (OSCAR v1.1-v1.3)
In OSCAR v1.4 through v1.8, PcGroup uses a typed _type object and relies
on _refs for the underlying GAP data.
Encoding Notes
- Use a typed
_typeobject whosenameis"PcGroup". - Store the parent-group reference inside
_type.params. - Resolve the underlying GAP payload through
_refs.
Canonical Example Payload
The following payload is taken directly from the current rosetta-stone corpus.
{
"_ns": {"Oscar": ["https://github.com/oscar-system/Oscar.jl", "1.7.0"]},
"_type": {"name": "PcGroup", "params": "04cea796-a6d4-4feb-a933-ab8b2769f05c"},
"data": [],
"id": "3746ee80-fa62-40f0-8c67-a65196b31af6",
"_refs": {
"04cea796-a6d4-4feb-a933-ab8b2769f05c": {
"_type": "GapObj",
"data": {
"GapType": "IsPcGroup",
"relord": ["2", "3", "2", "2"],
"power_rels": [],
"comm_rels": [
["2", "1", ["2", "1"]],
["3", "1", ["3", "1", "4", "1"]],
["4", "1", ["3", "1", "4", "1"]],
["3", "2", ["3", "1", "4", "1"]],
["4", "2", ["3", "1"]]
]
}
}
}
}
Documented Profiles in This Corpus
This table records the profile/version pairs currently represented by the rosetta-stone examples for this data type. Add new rows as new systems or encoding revisions are documented.
| Profile | Version | Example | Root type |
|---|---|---|---|
| Oscar | 1.4.1 |
Pc group | PcGroup |
| Oscar | 1.5.1 |
Pc group | PcGroup |
| Oscar | 1.6.0 |
Pc group | PcGroup |
| Oscar | 1.7.0 |
Pc group | PcGroup |