{
  "capability_id": "electrical.kva_to_amps",
  "tool_id": "kva-to-amps",
  "engine": "kva-amps",
  "calculation_version": "1.4.1",
  "generated_at": "2026-09-16T22:03:43.705Z",
  "engine_build": "2026-09-10",
  "test_count": 14,
  "passed": 14,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 8,
      "passed": 8
    },
    "boundary": {
      "total": 5,
      "passed": 5
    },
    "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/kva-to-amps",
  "api": "https://www.calculatorx.com/api/v1/calc/kva-to-amps",
  "schema_input": "https://www.calculatorx.com/schemas/electrical.kva_to_amps.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/electrical.kva_to_amps.output.json",
  "assumptions": [
    "Balanced three-phase when √3 (L-L) mode is selected.",
    "Voltage and current are RMS for AC.",
    "Power factor is not applied — conversion is from apparent power already."
  ],
  "limitations": [
    "Not for unbalanced three-phase",
    "Not for line-to-neutral as a separate UI mode",
    "No power factor on apparent path",
    "V>0 hard — VOLTAGE_MUST_BE_POSITIVE"
  ],
  "boundary_conditions": [
    "Voltage must be > 0 — VOLTAGE_MUST_BE_POSITIVE (no soft zero-volts→0 A)",
    "No power factor on this apparent-power path (usePf=false)",
    "Zero kVA yields 0 A — soft boundary"
  ],
  "sources": [
    {
      "title": "IEC 60050 — International Electrotechnical Vocabulary",
      "section": "Apparent power (IEV 131-11-41)",
      "url": "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41",
      "supports": "S = U × I definition of apparent power; unit volt-ampere (VA). kVA is the same quantity at 10³ scale. This conversion uses S and RMS voltage, not power factor.",
      "kind": "standard",
      "accessed": "2026-09-05",
      "clause": "IEV 131-11-41"
    },
    {
      "title": "IEEE Std 1459-2025",
      "section": "Apparent power to current conversion",
      "url": "https://standards.ieee.org/ieee/1459/7578/",
      "supports": "1φ I = 1000·S/V; 3φ L-L I = 1000·S/(√3·V)",
      "kind": "standard",
      "accessed": "2026-09-05",
      "publisher": "IEEE",
      "published": "2025-05-16",
      "errata_checked": true
    },
    {
      "title": "BIPM SI Brochure (9th edition, version 4.01)",
      "section": "SI base and derived units for ampere, volt, and power",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "supports": "V, A, and VA unit relationships; kilo (k) = 10³ for kVA",
      "kind": "reference",
      "accessed": "2026-09-05",
      "published": "2026-06",
      "doi": "https://doi.org/10.59161/AUEZ1291"
    },
    {
      "title": "NIST Guide to the SI (SP 811)",
      "section": "Ampere and derived power units",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "supports": "V, A, and VA unit relationships",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:064791df5b7084464bec36b077a0839b18289e8d9f869dadebc51ba7a7e7eaef",
  "tests": [
    {
      "id": "1phi-25kVA-220V",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "kva-a",
        "a": 25,
        "b": 220,
        "phase": "single"
      },
      "expect": 113.636,
      "expectWarning": null,
      "actual": 113.63636363636364,
      "tol": 0.02
    },
    {
      "id": "3phi-50kVA-440V",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "kva-a",
        "a": 50,
        "b": 440,
        "phase": "three"
      },
      "expect": 65.61,
      "expectWarning": null,
      "actual": 65.60798513518475,
      "tol": 0.05
    },
    {
      "id": "3phi-100kVA-400V",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "kva-a",
        "a": 100,
        "b": 400,
        "phase": "three"
      },
      "expect": 144.34,
      "expectWarning": null,
      "actual": 144.33756729740645,
      "tol": 0.05
    },
    {
      "id": "1phi-10kVA-230V",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "kva-a",
        "a": 10,
        "b": 230,
        "phase": "single"
      },
      "expect": 43.478,
      "expectWarning": null,
      "actual": 43.47826086956522,
      "tol": 0.02
    },
    {
      "id": "soft-zero-kva",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "kva-a",
        "a": 0,
        "b": 400,
        "phase": "three"
      },
      "expect": 0,
      "expectWarning": null,
      "actual": 0,
      "tol": 1e-12
    },
    {
      "id": "zero-volts",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "kva-a",
        "a": 100,
        "b": 0,
        "phase": "three"
      },
      "expectError": "VOLTAGE_MUST_BE_POSITIVE",
      "code": "VOLTAGE_MUST_BE_POSITIVE",
      "error": "V must be greater than zero"
    },
    {
      "id": "a-kva-100",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "a-kva",
        "a": 144.34,
        "b": 400,
        "phase": "three"
      },
      "expect": 100,
      "expectWarning": null,
      "actual": 100.0016854257967,
      "tol": 0.05
    },
    {
      "id": "roundtrip",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "a-kva",
        "a": 113.636,
        "b": 220,
        "phase": "single"
      },
      "expect": 25,
      "expectWarning": null,
      "actual": 24.99992,
      "tol": 0.02
    },
    {
      "id": "bad-phase",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "kva-a",
        "a": 10,
        "b": 230,
        "phase": "two"
      },
      "expectError": "INVALID_MODE",
      "code": "INVALID_MODE",
      "error": "phase must be \"single\" or \"three\""
    },
    {
      "id": "3phi-200kVA-480V",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "kva-a",
        "a": 200,
        "b": 480,
        "phase": "three"
      },
      "expect": 240.56,
      "expectWarning": null,
      "actual": 240.5626121623441,
      "tol": 0.1
    },
    {
      "id": "neg-kva",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "kva-a",
        "a": -1,
        "b": 230,
        "phase": "single"
      },
      "expectError": "VALUE_MUST_BE_NON_NEGATIVE",
      "code": "VALUE_MUST_BE_NON_NEGATIVE",
      "error": "kVA must be ≥ 0"
    },
    {
      "id": "boundary-kva-amps",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "kva-a",
        "a": 100,
        "b": 400,
        "phase": "three"
      },
      "expect": 144.33756729740645,
      "expectWarning": null,
      "actual": 144.33756729740645,
      "tol": 1e-9
    },
    {
      "id": "boundary-zero-kva",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "kva-a",
        "a": 0,
        "b": 230,
        "phase": "single"
      },
      "expect": 0,
      "expectWarning": null,
      "actual": 0,
      "tol": 1e-12
    },
    {
      "id": "property-kva-amps",
      "ok": true,
      "kind": "property",
      "detail": "144.33756729740645",
      "expect": 144.33756729740645,
      "actual": 144.33756729740645
    }
  ],
  "tier": "expert_verified",
  "verification": {
    "tests": {
      "passed": 14,
      "total": 14,
      "golden": 8,
      "boundary": 5,
      "property": 1
    },
    "contract_checks": {
      "passed": 2,
      "total": 2
    }
  },
  "evidence_core_generated_at": "2026-09-05T02:35:39.217Z",
  "rendered_at": "2026-09-16T22:03:43.705Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.4.1",
    "artifacts": {
      "engine": "1.4.1",
      "page": "1.4.1",
      "capability": "1.4.1",
      "evidence": "1.4.1",
      "input_schema": "1.4.1",
      "output_schema": "1.4.1",
      "mcp_contract": "1.4.1"
    },
    "digests": {
      "input_schema_sha256": "8d77bc785fbe8ad52bc89259ecbc05c2beda9b823bfb6f3452eaf7a177a111c4",
      "output_schema_sha256": "34a2ea313a05a759531f6111191ff8ae85d61b2421568ae2258296c8f47512ba",
      "evidence_sha256": "f818e4ad971765e30062672d7beb7d9887273c593d48726adf326adaa2bb204f",
      "evidence_core_sha256": "f818e4ad971765e30062672d7beb7d9887273c593d48726adf326adaa2bb204f",
      "capability_sha256": "b238411709d856cad5e06a26038848f7485a39e1018032cf49a7f0a13ad19fa5",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 2,
      "passed": 2,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.4.1"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
