II.
LibraryProcess JSON
Structured · livelib-process:physics--symmetry-conservation-analysis
symmetry-conservation-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:physics--symmetry-conservation-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "symmetry-conservation-analysis",
"description": "Identify and exploit symmetries in physical systems using group theory and Noether's theorem,\nincluding classification of states, derivation of selection rules, and simplification of calculations.",
"libraryPath": "library/specializations/domains/science/physics/symmetry-conservation-analysis.js",
"specialization": "physics",
"references": [
"- Georgi, Lie Algebras in Particle Physics\n- Tung, Group Theory in Physics\n- Noether, Invariante Variationsprobleme (1918)"
],
"example": "const result = await orchestrate('specializations/domains/science/physics/symmetry-conservation-analysis', {\n systemName: 'Hydrogen Atom',\n physicalDomain: 'Quantum Mechanics',\n hamiltonian: 'H = p^2/2m - e^2/r',\n knownSymmetries: ['SO(3) rotational', 'time translation']\n});",
"usesAgents": [
"theoretical-model-developer"
]
},
"outgoingEdges": [
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "domain:physics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "specialization:physics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:physics--symmetry-conservation-analysis",
"to": "lib-agent:physics--theoretical-model-developer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}