{
  "capability_id": "mechanical.statics.end_triangle_at_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": "end-triangle-at-mpmath-o3",
    "generator_version": "1.0.0",
    "generator_sha256": "676c5d0919ac2bd7b6e611f5f71804da0a1c50c7e679066299f327133a5ac1a2",
    "table_sha256": "af647b3917121adacc5298e08057d3f13c45a7bbd3e70eb9ccaa9ea86e77215e",
    "seed": "20260927.end-triangle-at-o3",
    "independent_of_iut": true
  },
  "claim_scope": "O2: delta vs a separate-module identity (≤2 ULP). Not midspan tip-only under the same end triangle, and not a center-peaked triangle alone. ≤2 ULP vs O3 applies only to the published tabulated end-triangle-at vectors.",
  "commands": {
    "regenerate_table": "python3 generate-end-triangle-at-o3.py",
    "regenerate_table_repo": "python3 scripts/lib/cvp/oracles/generate-end-triangle-at-o3.py",
    "independent_rest": "Compare POST /api/v1/calc/end-triangle-at against /developers/cvp/reproduce/end-triangle-at-o3-tables.json",
    "run_cvp": "npm run cvp:run -- --capability mechanical.statics.end_triangle_at_deflection",
    "rest_example": "POST https://www.calculatorx.com/api/v1/calc/end-triangle-at"
  },
  "public_files": {
    "table": "/developers/cvp/reproduce/end-triangle-at-o3-tables.json",
    "table_url": "https://www.calculatorx.com/developers/cvp/reproduce/end-triangle-at-o3-tables.json",
    "generator": "/developers/cvp/reproduce/generate-end-triangle-at-o3.py",
    "generator_url": "https://www.calculatorx.com/developers/cvp/reproduce/generate-end-triangle-at-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.end_triangle_at_deflection/1.0.0.cvp.json",
    "this_file": "/evidence/mechanical.statics.end_triangle_at_deflection/reproduce.json"
  },
  "result_summary": {
    "passed": 8,
    "total": 8,
    "failed": 0,
    "max_error_ulp": 2,
    "threshold_ulp": 2,
    "max_threshold_ulp": 2
  },
  "vectors": [
    {
      "id": "o3-check",
      "kind": "check",
      "inputs": {
        "w0": "24",
        "x": "1",
        "L": "2",
        "E": "1",
        "I": "1"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 1.8,
        "w0": 24,
        "x": 1,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": 24,
        "x": 1,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": 1.8,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-SI",
      "kind": "SI",
      "inputs": {
        "w0": "1000",
        "x": "1",
        "L": "2",
        "E": "200000000000",
        "I": "0.00001"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.0000375,
        "w0": 1000,
        "x": 1,
        "L": 2,
        "E": 200000000000,
        "I": 0.00001
      },
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": 1000,
        "x": 1,
        "L": 2,
        "E": 200000000000,
        "I": 0.00001,
        "delta": 0.0000375,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-alias",
      "kind": "alias",
      "inputs": {
        "w": "48",
        "span": "2",
        "modulus": "1",
        "Ix": "1",
        "x": "1"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 3.6,
        "w0": 48,
        "x": 1,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": 48,
        "x": 1,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": 3.6,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-awkward",
      "kind": "awkward",
      "inputs": {
        "w0": "13.7",
        "x": "0.8",
        "L": "2",
        "E": "210000",
        "I": "0.83"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.000005633217823675655,
        "w0": 13.7,
        "x": 0.8,
        "L": 2,
        "E": 210000,
        "I": 0.83
      },
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": 13.7,
        "x": 0.8,
        "L": 2,
        "E": 210000,
        "I": 0.83,
        "delta": 0.000005633217823675653,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "error_ulp": 2,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-neg",
      "kind": "signed",
      "inputs": {
        "w0": "-24",
        "x": "1",
        "L": "2",
        "E": "1",
        "I": "1"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": -1.8,
        "w0": -24,
        "x": 1,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": -24,
        "x": 1,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": -1.8,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-small",
      "kind": "small",
      "inputs": {
        "w0": "10",
        "x": "0.5",
        "L": "2",
        "E": "1000",
        "I": "0.01"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.054427083333333334,
        "w0": 10,
        "x": 0.5,
        "L": 2,
        "E": 1000,
        "I": 0.01
      },
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": 10,
        "x": 0.5,
        "L": 2,
        "E": 1000,
        "I": 0.01,
        "delta": 0.054427083333333334,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-stiff",
      "kind": "stiff",
      "inputs": {
        "w0": "500",
        "x": "1",
        "L": "2",
        "E": "210e9",
        "I": "2e-4"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 8.928571428571428e-7,
        "w0": 500,
        "x": 1,
        "L": 2,
        "E": 210000000000,
        "I": 0.0002
      },
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": 500,
        "x": 1,
        "L": 2,
        "E": 210000000000,
        "I": 0.0002,
        "delta": 8.928571428571428e-7,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "error_ulp": 0,
      "threshold_ulp": 2,
      "ok": true
    },
    {
      "id": "o3-long",
      "kind": "long",
      "inputs": {
        "w0": "200",
        "x": "1",
        "L": "4",
        "E": "70e9",
        "I": "5e-5"
      },
      "expected_f64": {
        "oracle_layer": "analytic",
        "delta": 0.00004976190476190476,
        "w0": 200,
        "x": 1,
        "L": 4,
        "E": 70000000000,
        "I": 0.00005
      },
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": 200,
        "x": 1,
        "L": 4,
        "E": 70000000000,
        "I": 0.00005,
        "delta": 0.000049761904761904774,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "error_ulp": 2,
      "threshold_ulp": 2,
      "ok": true
    }
  ]
}
