{
  "capability_id": "electrical.opamp.noise",
  "tool_id": "opamp-noise",
  "engine": "opamp-noise",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.744Z",
  "engine_build": "2026-09-10",
  "test_count": 5,
  "passed": 5,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 2,
      "passed": 2
    },
    "boundary": {
      "total": 2,
      "passed": 2
    },
    "property": {
      "total": 1,
      "passed": 1
    }
  },
  "engine_tested": true,
  "expert_reviewed": true,
  "internally_reviewed": false,
  "review_kind": "expert",
  "source_checked": true,
  "reviewed_by": "CalculatorX electrical review",
  "reviewer_role": "electrical-engineer",
  "last_reviewed": "2026-08-08",
  "expert_review": {
    "status": "approved",
    "reviewer": {
      "name": "CalculatorX electrical review",
      "role": "electrical-engineer"
    },
    "reviewed_at": "2026-08-08",
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "kind": "expert"
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/electric/opamp-noise",
  "api": "https://www.calculatorx.com/api/v1/calc/opamp-noise",
  "schema_input": "https://www.calculatorx.com/schemas/electrical.opamp.noise.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/electrical.opamp.noise.output.json",
  "assumptions": [],
  "limitations": [
    "Flat-band only; no 1/f"
  ],
  "boundary_conditions": [
    "en,BW,Rf,Rg ≤0 → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "Op-amp noise design notes (TI/ADI style)",
      "section": "Broadband noise",
      "supports": "en·√BW·G referred to output",
      "kind": "reference"
    },
    {
      "title": "Sedra/Smith — Microelectronic Circuits",
      "section": "Op-amp noise",
      "supports": "Voltage/current density RSS to output",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:8deefb323390df9e402fd40a1ecf42730e71d0408d8b97753e1186d8be33ad1b",
  "tests": [
    {
      "id": "noise",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "Rf_ohm": 10000,
        "Rg_ohm": 1000,
        "en_V_rtHz": 1e-8,
        "BW_Hz": 10000
      },
      "expect": {
        "e_n_out_rms": 0.000011
      },
      "expectWarning": null,
      "actual": {
        "mode": "noninv",
        "G_abs": 11,
        "en_V_rtHz": 1e-8,
        "in_A_rtHz": 0,
        "Rsource_ohm": 0,
        "BW_Hz": 10000,
        "T_K": 290,
        "include_thermal": false,
        "e_en_rms": 0.000011,
        "e_in_rms": 0,
        "e_thermal_rms": 0,
        "e_n_out_rms": 0.000011,
        "e_n_out_density": 1.0999999999999999e-7
      },
      "tol": 1e-15
    },
    {
      "id": "bad-en",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "Rf_ohm": 10000,
        "Rg_ohm": 1000,
        "en_V_rtHz": 0,
        "BW_Hz": 10000
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "en_V_rtHz must be greater than zero"
    },
    {
      "id": "G",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "Rf_ohm": 10000,
        "Rg_ohm": 1000,
        "en_V_rtHz": 1e-8,
        "BW_Hz": 10000
      },
      "expect": {
        "G_abs": 11
      },
      "expectWarning": null,
      "actual": {
        "mode": "noninv",
        "G_abs": 11,
        "en_V_rtHz": 1e-8,
        "in_A_rtHz": 0,
        "Rsource_ohm": 0,
        "BW_Hz": 10000,
        "T_K": 290,
        "include_thermal": false,
        "e_en_rms": 0.000011,
        "e_in_rms": 0,
        "e_thermal_rms": 0,
        "e_n_out_rms": 0.000011,
        "e_n_out_density": 1.0999999999999999e-7
      },
      "tol": 1e-12
    },
    {
      "id": "missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "Rf_ohm": 10000
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "Rg_ohm is required"
    },
    {
      "id": "property-noise",
      "ok": true,
      "kind": "property",
      "detail": "rms",
      "expect": 0.000011,
      "actual": 0.000011
    }
  ],
  "tier": "expert_verified",
  "verification": {
    "tests": {
      "passed": 5,
      "total": 5,
      "golden": 2,
      "boundary": 2,
      "property": 1
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-06T13:16:40.891Z",
  "rendered_at": "2026-09-16T22:03:43.744Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.0.0",
    "artifacts": {
      "engine": "1.0.0",
      "page": "1.0.0",
      "capability": "1.0.0",
      "evidence": "1.0.0",
      "input_schema": "1.0.0",
      "output_schema": "1.0.0",
      "mcp_contract": "1.0.0"
    },
    "digests": {
      "input_schema_sha256": "f906de2c05a7dd719cc3b6f89d309ea3d35b10b8938c65ef5b3d7a3d8b0997e8",
      "output_schema_sha256": "5c44a705983598be3ec90760af1f231ce2a94a4b001ba5027d95ca1a46c8b9cf",
      "evidence_sha256": "1c84dfbb9cdac32d147fd8e23e44ea3b8a7eda1916b0b1ae055032a3d68499ff",
      "evidence_core_sha256": "1c84dfbb9cdac32d147fd8e23e44ea3b8a7eda1916b0b1ae055032a3d68499ff",
      "capability_sha256": "ffd8161f45692f5c80b089835449ec96f283d59bfdcd2c468c77a699898eabcc",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 4,
      "passed": 4,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.0"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
