{
  "capability_id": "electrical.ev_voltage",
  "tool_id": "ev-to-volts",
  "engine": "ev-voltage",
  "calculation_version": "1.3.0",
  "generated_at": "2026-09-16T22:03:43.702Z",
  "engine_build": "2026-09-13",
  "test_count": 21,
  "passed": 21,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 12,
      "passed": 12
    },
    "boundary": {
      "total": 5,
      "passed": 5
    },
    "property": {
      "total": 4,
      "passed": 4
    }
  },
  "engine_tested": true,
  "expert_reviewed": false,
  "internally_reviewed": false,
  "review_kind": null,
  "source_checked": true,
  "reviewed_by": null,
  "reviewer_role": null,
  "last_reviewed": null,
  "expert_review": {
    "status": "optional_not_performed",
    "reviewer": null,
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "note": "Domain expert review is optional under CVP (CVP-EXP-01). Absence does not block CVP Verified. See Review policy for supplemental domain assurance."
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/electric/ev-to-volts",
  "api": "https://www.calculatorx.com/api/v1/calc/ev-to-volts",
  "schema_input": "https://www.calculatorx.com/schemas/electrical.ev_voltage.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/electrical.ev_voltage.output.json",
  "assumptions": [
    "Elementary charge e = 1.602176634×10⁻¹⁹ C exactly (SI defining constant; no uncertainty)",
    "Uses the electrostatic energy–potential relation E = qV",
    "Q(e) and Q(C) denote charge magnitude; sign and direction of the potential difference are not modeled"
  ],
  "limitations": [
    "Charge is magnitude only — electron (−e) vs proton (+e) sign is not modeled",
    "Q = 0 when solving for voltage → ZERO_CHARGE (not 0 V)",
    "Uses exact SI e = 1.602176634×10⁻¹⁹ C",
    "Not a pure eV↔V unit conversion; ΔE = qΔV"
  ],
  "boundary_conditions": [
    "eV→V: Q = 0 → ZERO_CHARGE (hard). V = E/Q is undefined, including 0/0",
    "Charge magnitude must be ≥ 0 (VALUE_MUST_BE_NON_NEGATIVE)",
    "Zero energy with Q ≠ 0 → 0 V",
    "V→eV: zero V or Q → 0 eV (product is defined)",
    "Coulomb path uses exact e = 1.602176634×10⁻¹⁹ C"
  ],
  "sources": [
    {
      "title": "BIPM SI Brochure, 9th edition",
      "section": "SI defining constants — elementary charge e = 1.602176634×10⁻¹⁹ C exactly",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "supports": "Exact SI elementary charge; coulomb-mode scale; 1 eV = e J",
      "kind": "standard",
      "publisher": "BIPM"
    },
    {
      "title": "BIPM SI base unit — ampere",
      "section": "The ampere is defined by taking the fixed numerical value of the elementary charge e",
      "url": "https://www.bipm.org/en/si-base-units/ampere",
      "supports": "e is an SI defining constant with no uncertainty",
      "kind": "standard",
      "publisher": "BIPM"
    },
    {
      "title": "NIST Guide to the SI (SP 811)",
      "section": "Electronvolt as a non-SI energy unit accepted for use with SI",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "supports": "eV is energy; volts remain SI potential; eV ↔ J via e",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:d43cf367378ddf7038b44344ebeda43dc0a65cf781801267c537265520b4d063",
  "tests": [
    {
      "id": "1eV-1e",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "ev-v-e",
        "a": 1,
        "b": 1
      },
      "expect": 1,
      "expectWarning": null,
      "actual": {
        "value": 1,
        "unit": "V",
        "mode": "ev-v-e",
        "direction": "energy_to_voltage",
        "energy_eV": 1,
        "voltage_V": 1,
        "charge_value": 1,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-9
    },
    {
      "id": "25eV-10e",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "ev-v-e",
        "a": 25,
        "b": 10
      },
      "expect": 2.5,
      "expectWarning": null,
      "actual": {
        "value": 2.5,
        "unit": "V",
        "mode": "ev-v-e",
        "direction": "energy_to_voltage",
        "energy_eV": 25,
        "voltage_V": 2.5,
        "charge_value": 10,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-9
    },
    {
      "id": "1MeV",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "ev-v-e",
        "a": 1000000,
        "b": 1
      },
      "expect": 1000000,
      "expectWarning": null,
      "actual": {
        "value": 1000000,
        "unit": "V",
        "mode": "ev-v-e",
        "direction": "energy_to_voltage",
        "energy_eV": 1000000,
        "voltage_V": 1000000,
        "charge_value": 1,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 0.001
    },
    {
      "id": "v-to-ev",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "v-ev-e",
        "a": 2.5,
        "b": 10
      },
      "expect": 25,
      "expectWarning": null,
      "actual": {
        "value": 25,
        "unit": "eV",
        "mode": "v-ev-e",
        "direction": "voltage_to_energy",
        "energy_eV": 25,
        "voltage_V": 2.5,
        "charge_value": 10,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-9
    },
    {
      "id": "coulomb-mode",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "ev-v-c",
        "a": 25,
        "b": 10
      },
      "expect": 4.005441585e-19,
      "expectWarning": null,
      "actual": {
        "value": 4.005441585e-19,
        "unit": "V",
        "mode": "ev-v-c",
        "direction": "energy_to_voltage",
        "energy_eV": 25,
        "voltage_V": 4.005441585e-19,
        "charge_value": 10,
        "charge_unit": "coulomb",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-28
    },
    {
      "id": "linear-2x-E",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "ev-v-e",
        "a": 50,
        "b": 10
      },
      "expect": 5,
      "expectWarning": null,
      "actual": {
        "value": 5,
        "unit": "V",
        "mode": "ev-v-e",
        "direction": "energy_to_voltage",
        "energy_eV": 50,
        "voltage_V": 5,
        "charge_value": 10,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-9
    },
    {
      "id": "inverse-half-Q",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "ev-v-e",
        "a": 25,
        "b": 5
      },
      "expect": 5,
      "expectWarning": null,
      "actual": {
        "value": 5,
        "unit": "V",
        "mode": "ev-v-e",
        "direction": "energy_to_voltage",
        "energy_eV": 25,
        "voltage_V": 5,
        "charge_value": 5,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-9
    },
    {
      "id": "zero-Q-hard",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "ev-v-e",
        "a": 25,
        "b": 0
      },
      "expectError": "ZERO_CHARGE",
      "code": "ZERO_CHARGE",
      "error": "Charge must be non-zero when solving for voltage."
    },
    {
      "id": "zero-over-zero",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "ev-v-e",
        "a": 0,
        "b": 0
      },
      "expectError": "ZERO_CHARGE",
      "code": "ZERO_CHARGE",
      "error": "Charge must be non-zero when solving for voltage."
    },
    {
      "id": "zero-E",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "ev-v-e",
        "a": 0,
        "b": 10
      },
      "expect": 0,
      "expectWarning": null,
      "actual": {
        "value": 0,
        "unit": "V",
        "mode": "ev-v-e",
        "direction": "energy_to_voltage",
        "energy_eV": 0,
        "voltage_V": 0,
        "charge_value": 10,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-12
    },
    {
      "id": "v-ev-c-one-e",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "v-ev-c",
        "a": 1,
        "b": 1.602176634e-19
      },
      "expect": 1,
      "expectWarning": null,
      "actual": {
        "value": 1,
        "unit": "eV",
        "mode": "v-ev-c",
        "direction": "voltage_to_energy",
        "energy_eV": 1,
        "voltage_V": 1,
        "charge_value": 1.602176634e-19,
        "charge_unit": "coulomb",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-8
    },
    {
      "id": "zero-V-reverse",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "v-ev-e",
        "a": 0,
        "b": 10
      },
      "expect": 0,
      "expectWarning": null,
      "actual": {
        "value": 0,
        "unit": "eV",
        "mode": "v-ev-e",
        "direction": "voltage_to_energy",
        "energy_eV": 0,
        "voltage_V": 0,
        "charge_value": 10,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-12
    },
    {
      "id": "zero-Q-reverse",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "v-ev-e",
        "a": 2.5,
        "b": 0
      },
      "expect": 0,
      "expectWarning": null,
      "actual": {
        "value": 0,
        "unit": "eV",
        "mode": "v-ev-e",
        "direction": "voltage_to_energy",
        "energy_eV": 0,
        "voltage_V": 2.5,
        "charge_value": 0,
        "charge_unit": "elementary_charge",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-12
    },
    {
      "id": "e-vs-C-equivalence",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "ev-v-c",
        "a": 1,
        "b": 1.602176634e-19
      },
      "expect": 1,
      "expectWarning": null,
      "actual": {
        "value": 1,
        "unit": "V",
        "mode": "ev-v-c",
        "direction": "energy_to_voltage",
        "energy_eV": 1,
        "voltage_V": 1,
        "charge_value": 1.602176634e-19,
        "charge_unit": "coulomb",
        "charge_convention": "magnitude",
        "elementary_charge_C": 1.602176634e-19
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zero-Q-coulomb",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "ev-v-c",
        "a": 25,
        "b": 0
      },
      "expectError": "ZERO_CHARGE",
      "code": "ZERO_CHARGE",
      "error": "Charge must be non-zero when solving for voltage."
    },
    {
      "id": "boundary-neg-Q",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "ev-v-e",
        "a": 25,
        "b": -1
      },
      "expectError": "VALUE_MUST_BE_NON_NEGATIVE",
      "code": "VALUE_MUST_BE_NON_NEGATIVE",
      "error": "charge_value must be ≥ 0"
    },
    {
      "id": "boundary-signed-convention",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "ev-v-e",
        "a": 25,
        "b": 10,
        "charge_convention": "signed"
      },
      "expectError": "UNSUPPORTED_CHARGE_CONVENTION",
      "code": "UNSUPPORTED_CHARGE_CONVENTION",
      "error": "This calculator models charge magnitude only."
    },
    {
      "id": "property-25-10",
      "ok": true,
      "kind": "property",
      "detail": "25 eV / 10 e = 2.5 V",
      "expect": 2.5,
      "actual": 2.5
    },
    {
      "id": "property-e-C-equiv",
      "ok": true,
      "kind": "property",
      "detail": "1 eV / e C = 1 V",
      "expect": 1,
      "actual": 1
    },
    {
      "id": "property-round-trip",
      "ok": true,
      "kind": "property",
      "detail": "E→V→E at Q=10 e",
      "expect": 25,
      "actual": 25
    },
    {
      "id": "property-inverse-Q",
      "ok": true,
      "kind": "property",
      "detail": "half Q doubles V",
      "expect": 5,
      "actual": 5
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 21,
      "total": 21,
      "golden": 12,
      "boundary": 5,
      "property": 4
    },
    "contract_checks": {
      "passed": 3,
      "total": 3
    }
  },
  "evidence_core_generated_at": "2026-09-13T22:26:59.136Z",
  "rendered_at": "2026-09-16T22:03:43.702Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.3.0",
    "artifacts": {
      "engine": "1.3.0",
      "page": "1.3.0",
      "capability": "1.3.0",
      "evidence": "1.3.0",
      "input_schema": "1.3.0",
      "output_schema": "1.3.0",
      "mcp_contract": "1.3.0"
    },
    "digests": {
      "input_schema_sha256": "372f3e8d25563732b3d1c97d63a4d5f012c97419053504fc14cd7a335e7f7d80",
      "output_schema_sha256": "3fb400eaf4fae09a6c405dd8ddfa34747286b5ca3615d9f4792e25aee4d3f58b",
      "evidence_sha256": "10ff7813119c6f491e88f112e9cac1c6e7f22625952e7a86c79c506e3bc0c56a",
      "evidence_core_sha256": "10ff7813119c6f491e88f112e9cac1c6e7f22625952e7a86c79c506e3bc0c56a",
      "capability_sha256": "200b053f6e298b4351adabc76c0554a18316788e0e36f3b8e1b49f6229b171f0",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 3,
      "passed": 3,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.3.0"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
