{
  "capability_id": "mechanical.statics.cantilever_partial_deflection",
  "calculation_version": "1.0.0",
  "protocol_version": "1.0.0-proposed",
  "protocol_document_status": "proposed",
  "verification_revision": "2026-09-27.o2-o3",
  "oracle": {
    "class": "O3",
    "library": "mpmath 1.4.1",
    "mpmath_dps": 80,
    "backend": null,
    "rounding": null,
    "generator_id": "cantilever-partial-deflection-mpmath-o3",
    "generator_version": "1.0.0",
    "generator_sha256": "a8823bc4d4ee51c36c87557704b25993993bc76b710384f6aef9daf88d9fa34e",
    "table_sha256": "70d13dcf44fe69a018b39dcced3453767cf76e2610756193cfbfa32598d86e18",
    "seed": "20260927.cantilever-partial-deflection-o3",
    "independent_of_iut": true
  },
  "claim_scope": "O2: delta vs a separate-module identity (≤2 ULP). Not tip δ under the same partial load, and not a simply supported span. ≤2 ULP vs O3 applies only to the published tabulated cantilever-partial-deflection vectors.",
  "commands": {
    "regenerate_table": "python3 generate-cantilever-partial-deflection-o3.py",
    "regenerate_table_repo": "python3 scripts/lib/cvp/oracles/generate-cantilever-partial-deflection-o3.py",
    "independent_rest": "Compare POST /api/v1/calc/cantilever-partial-deflection against /developers/cvp/reproduce/cantilever-partial-deflection-o3-tables.json",
    "run_cvp": "npm run cvp:run -- --capability mechanical.statics.cantilever_partial_deflection",
    "rest_example": "POST https://www.calculatorx.com/api/v1/calc/cantilever-partial-deflection"
  },
  "public_files": {
    "table": "/developers/cvp/reproduce/cantilever-partial-deflection-o3-tables.json",
    "table_url": "https://www.calculatorx.com/developers/cvp/reproduce/cantilever-partial-deflection-o3-tables.json",
    "generator": "/developers/cvp/reproduce/generate-cantilever-partial-deflection-o3.py",
    "generator_url": "https://www.calculatorx.com/developers/cvp/reproduce/generate-cantilever-partial-deflection-o3.py",
    "checker": "/developers/cvp/reproduce/check-math-o3-rest.py",
    "checker_url": "https://www.calculatorx.com/developers/cvp/reproduce/check-math-o3-rest.py",
    "manifest": "/evidence/mechanical.statics.cantilever_partial_deflection/1.0.0.cvp.json",
    "this_file": "/evidence/mechanical.statics.cantilever_partial_deflection/reproduce.json"
  },
  "result_summary": {
    "passed": 8,
    "total": 8,
    "failed": 0,
    "max_error_ulp": 1,
    "threshold_ulp": 2,
    "max_threshold_ulp": 2
  },
  "vectors": [
    {
      "id": "o3-check",
      "kind": "check",
      "inputs": {
        "w": "24",
        "a": "1",
        "L": "2",
        "E": "1",
        "I": "1"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 3,
        "w": 24,
        "a": 1,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "actual": {
        "model": "cantilever_partial_deflection",
        "w": 24,
        "a": 1,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": 3,
        "solver": "cantilever partial uniform load at the load end",
        "convention": "Cantilever fixed at one end. Uniform intensity w runs from the fixed end to distance a, and is zero beyond a. The deflection at a is δ = w a⁴/(8 E I). Positive w is the positive deflection direction. I is an input. a = L is the full uniform-load page. The free-end deflection is its own page."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-SI",
      "kind": "SI",
      "inputs": {
        "w": "1000",
        "a": "1",
        "L": "2",
        "E": "200000000000",
        "I": "0.00001"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.0000625,
        "w": 1000,
        "a": 1,
        "L": 2,
        "E": 200000000000,
        "I": 0.00001
      },
      "actual": {
        "model": "cantilever_partial_deflection",
        "w": 1000,
        "a": 1,
        "L": 2,
        "E": 200000000000,
        "I": 0.00001,
        "delta": 0.00006249999999999999,
        "solver": "cantilever partial uniform load at the load end",
        "convention": "Cantilever fixed at one end. Uniform intensity w runs from the fixed end to distance a, and is zero beyond a. The deflection at a is δ = w a⁴/(8 E I). Positive w is the positive deflection direction. I is an input. a = L is the full uniform-load page. The free-end deflection is its own page."
      },
      "error_ulp": 1,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-alias",
      "kind": "alias",
      "inputs": {
        "intensity": "48",
        "span": "2",
        "modulus": "1",
        "Ix": "1",
        "a": "1"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 6,
        "w": 48,
        "a": 1,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "actual": {
        "model": "cantilever_partial_deflection",
        "w": 48,
        "a": 1,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": 6,
        "solver": "cantilever partial uniform load at the load end",
        "convention": "Cantilever fixed at one end. Uniform intensity w runs from the fixed end to distance a, and is zero beyond a. The deflection at a is δ = w a⁴/(8 E I). Positive w is the positive deflection direction. I is an input. a = L is the full uniform-load page. The free-end deflection is its own page."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-awkward",
      "kind": "awkward",
      "inputs": {
        "w": "13.7",
        "a": "1.2",
        "L": "2",
        "E": "210000",
        "I": "0.83"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.000020373149741824442,
        "w": 13.7,
        "a": 1.2,
        "L": 2,
        "E": 210000,
        "I": 0.83
      },
      "actual": {
        "model": "cantilever_partial_deflection",
        "w": 13.7,
        "a": 1.2,
        "L": 2,
        "E": 210000,
        "I": 0.83,
        "delta": 0.00002037314974182444,
        "solver": "cantilever partial uniform load at the load end",
        "convention": "Cantilever fixed at one end. Uniform intensity w runs from the fixed end to distance a, and is zero beyond a. The deflection at a is δ = w a⁴/(8 E I). Positive w is the positive deflection direction. I is an input. a = L is the full uniform-load page. The free-end deflection is its own page."
      },
      "error_ulp": 1,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-neg",
      "kind": "signed",
      "inputs": {
        "w": "-24",
        "a": "1",
        "L": "2",
        "E": "1",
        "I": "1"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": -3,
        "w": -24,
        "a": 1,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "actual": {
        "model": "cantilever_partial_deflection",
        "w": -24,
        "a": 1,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": -3,
        "solver": "cantilever partial uniform load at the load end",
        "convention": "Cantilever fixed at one end. Uniform intensity w runs from the fixed end to distance a, and is zero beyond a. The deflection at a is δ = w a⁴/(8 E I). Positive w is the positive deflection direction. I is an input. a = L is the full uniform-load page. The free-end deflection is its own page."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-small",
      "kind": "small",
      "inputs": {
        "w": "10",
        "a": "0.5",
        "L": "2",
        "E": "1000",
        "I": "0.01"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.0078125,
        "w": 10,
        "a": 0.5,
        "L": 2,
        "E": 1000,
        "I": 0.01
      },
      "actual": {
        "model": "cantilever_partial_deflection",
        "w": 10,
        "a": 0.5,
        "L": 2,
        "E": 1000,
        "I": 0.01,
        "delta": 0.0078125,
        "solver": "cantilever partial uniform load at the load end",
        "convention": "Cantilever fixed at one end. Uniform intensity w runs from the fixed end to distance a, and is zero beyond a. The deflection at a is δ = w a⁴/(8 E I). Positive w is the positive deflection direction. I is an input. a = L is the full uniform-load page. The free-end deflection is its own page."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-stiff",
      "kind": "stiff",
      "inputs": {
        "w": "500",
        "a": "1",
        "L": "2",
        "E": "210e9",
        "I": "2e-4"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.0000014880952380952381,
        "w": 500,
        "a": 1,
        "L": 2,
        "E": 210000000000,
        "I": 0.0002
      },
      "actual": {
        "model": "cantilever_partial_deflection",
        "w": 500,
        "a": 1,
        "L": 2,
        "E": 210000000000,
        "I": 0.0002,
        "delta": 0.0000014880952380952381,
        "solver": "cantilever partial uniform load at the load end",
        "convention": "Cantilever fixed at one end. Uniform intensity w runs from the fixed end to distance a, and is zero beyond a. The deflection at a is δ = w a⁴/(8 E I). Positive w is the positive deflection direction. I is an input. a = L is the full uniform-load page. The free-end deflection is its own page."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-long",
      "kind": "long",
      "inputs": {
        "w": "200",
        "a": "1",
        "L": "4",
        "E": "70e9",
        "I": "5e-5"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.000007142857142857143,
        "w": 200,
        "a": 1,
        "L": 4,
        "E": 70000000000,
        "I": 0.00005
      },
      "actual": {
        "model": "cantilever_partial_deflection",
        "w": 200,
        "a": 1,
        "L": 4,
        "E": 70000000000,
        "I": 0.00005,
        "delta": 0.000007142857142857143,
        "solver": "cantilever partial uniform load at the load end",
        "convention": "Cantilever fixed at one end. Uniform intensity w runs from the fixed end to distance a, and is zero beyond a. The deflection at a is δ = w a⁴/(8 E I). Positive w is the positive deflection direction. I is an input. a = L is the full uniform-load page. The free-end deflection is its own page."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    }
  ]
}
