iiRecord
Agentic AI Atlas · perturbation-theory-analysis
lib-process:physics--perturbation-theory-analysisa5c.ai
II.
LibraryProcess JSON

lib-process:physics--perturbation-theory-analysis

Structured · live

perturbation-theory-analysis json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:physics--perturbation-theory-analysis",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "perturbation-theory-analysis",
    "description": "Apply perturbation methods to solve complex physical problems where exact solutions are intractable,\nincluding systematic expansion calculations, convergence analysis, and comparison with non-perturbative methods.",
    "libraryPath": "library/specializations/domains/science/physics/perturbation-theory-analysis.js",
    "specialization": "physics",
    "references": [
      "- Bender & Orszag, Advanced Mathematical Methods for Scientists and Engineers\n- Sakurai, Modern Quantum Mechanics (perturbation theory chapter)\n- Weinberg, Lectures on Quantum Mechanics"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/physics/perturbation-theory-analysis', {\n  problemName: 'Anharmonic Oscillator',\n  unperturbedSystem: { hamiltonian: 'H0 = p^2/2m + kx^2/2', solutions: 'known' },\n  perturbation: { term: 'lambda * x^4', parameter: 'lambda' },\n  expansionOrders: 3,\n  comparisonMethods: ['numerical', 'variational']\n});",
    "usesAgents": [
      "perturbation-theory-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "skill-area:mathematical-reasoning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "domain:physics",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "workflow:peer-review-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "specialization:physics",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:physics--perturbation-theory-analysis",
      "to": "lib-agent:physics--perturbation-theory-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}