RecoilEffectChecker
Recoil Effect
Utility description: Recoil Effect
Recoil Effect Checker — Recoil Effect Analyzer in Alpha Therapy
ℹ️ Utility assesses consequences of bond rupture during alpha decay:
• Calculation of Recoil Energy
• Comparison with chemical bond energy
• Assessment of free daughter nuclide percentage
• Nephrotoxicity risk (kidney accumulation)
⚠️ CRITICAL: Recoil energy (~100+ keV) ALWAYS exceeds chemical bond energy (~few eV).
The daughter isotope ESCAPES the chelator. The question is where it goes next.
Usage:
RecoilEffectChecker.exe → demo mode (console output)
RecoilEffectChecker.exe input.csv output.json → evaluate your data
Input format:
BatchNumber,ParentIsotope,DaughterIsotope,AlphaEnergyMeV,BondEnergyKcalPerMol,ChelatorStabilityConstant,FreeDaughterPercent,RenalUptakeSUV,TimePostLabelingHours,ProductType
Example:
AC225-PSMA-2026-001,Ac-225,Fr-221,5.83,80.0,25.0,15.0,25.0,24.0,TargetedAlphaTherapy
Supported product types:
• TargetedAlphaTherapy — targeted alpha therapy (Ac-225, Bi-213, At-211)
• GeneratorEluate — generator eluates (control of parent breakthrough)
— WHY IS THIS NEEDED?
During alpha decay, the nucleus experiences strong recoil (Recoil Effect).
• Recoil energy is ~100–400 keV, equivalent to ~2,000,000 – 9,000,000 kcal/mol.
• Energy of a typical chemical bond (metal-chelator) is only ~50–100 kcal/mol.
• Result: Chemical bond BREAKS in 100% of cases. The daughter isotope (e.g., Fr-221 from Ac-225 or Bi-213 from Ac-225 chain) becomes a free ion.
• Danger: Free daughter isotopes (especially Bi-213, Pb-212, Ra-223) accumulate in kidneys, causing acute radiation nephropathy.
⚠️ CRITICAL:
• Physical bond rupture is inevitable. The goal of radiopharmacy is NOT to hold the bond (impossible), but to LOCALIZE the ejected isotope.
• Nanocarriers, liposomes, or special "cages" are used to trap the daughter isotope inside the drug.
• If the drug is a small molecule (e.g., Ac-225-PSMA), the daughter isotope flies into the bloodstream.
• Control of Free Daughter Percent is the main safety parameter.
• Renal Uptake SUV is a toxicity marker. SUV > 10 is considered high risk.
Key features:
• Demonstration of mismatch between recoil energy and bond energy
• Assessment of daughter retention strategies effectiveness
• Prediction of nephrotoxicity based on free daughter levels
• Support for major alpha-emitters (Ac-225, Bi-213, At-211)
Critical parameters:
• Recoil Energy: Always >> Bond Energy (Physical Fact)
• Free Daughter Nuclide: ≤5.0% (Target for nanocarriers)
• Renal Uptake (SUV): ≤10.0 (Safety threshold)
• Time Post-Labeling: Dynamic monitoring (accumulation of free isotopes grows over time)
💡 Usage tips:
1. For Ac-225, the problem is most severe due to long decay chain (4 alpha decays). Each step generates a new recoil.
2. For At-211, decay goes to Po-211 (short-lived), but also branch to Bi-207. C-At covalent bond also breaks.
3. Use of macrocyclic chelators (DOTA, MACROPA) does not prevent detachment, but may help in re-binding if isotope hasn't flown far.
4. High renal SUV requires nephroprotectants (amino acids) or dose reduction.
⚠️ Note: Recoil effect is a fundamental physical limitation of alpha therapy with small molecules. Transition to nanoparticles and liposomes is the main way to solve kidney toxicity problems.input.csv
BatchNumber,ParentIsotope,DaughterIsotope,AlphaEnergyMeV,BondEnergyKcalPerMol,ChelatorStabilityConstant,FreeDaughterPercent,RenalUptakeSUV,TimePostLabelingHours,ProductType AC225-PSMA-2026-001,Ac-225,Fr-221,5.83,80.0,25.0,15.0,25.0,24.0,TargetedAlphaTherapy AT211-MAB-2026-002,At-211,Po-211,5.87,65.0,0.0,2.0,8.0,4.0,TargetedAlphaTherapy BI213-DOTATATE-003,Bi-213,Tl-209,5.87,85.0,22.0,8.0,12.0,1.0,TargetedAlphaTherapy
URS & FS — User Requirements and Functional Specification
This document describes the controlled interface and behaviour of RecoilEffectChecker for Recoil Effect.
Domain limits and critical parameters
- • Assessment of free daughter nuclide percentage
- ⚠️ CRITICAL: Recoil energy (~100+ keV) ALWAYS exceeds chemical bond energy (~few eV).
- BatchNumber,ParentIsotope,DaughterIsotope,AlphaEnergyMeV,BondEnergyKcalPerMol,ChelatorStabilityConstant,FreeDaughterPercent,RenalUptakeSUV,TimePostLabelingHours,ProductType
- • GeneratorEluate — generator eluates (control of parent breakthrough)
- • Result: Chemical bond BREAKS in 100% of cases. The daughter isotope (e.g., Fr-221 from Ac-225 or Bi-213 from Ac-225 chain) becomes a free ion.
- • Danger: Free daughter isotopes (especially Bi-213, Pb-212, Ra-223) accumulate in kidneys, causing acute radiation nephropathy.
- ⚠️ CRITICAL:
- • Control of Free Daughter Percent is the main safety parameter.
- • Prediction of nephrotoxicity based on free daughter levels
- Critical parameters:
- • Free Daughter Nuclide: ≤5.0% (Target for nanocarriers)
- • Renal Uptake (SUV): ≤10.0 (Safety threshold)
- • Time Post-Labeling: Dynamic monitoring (accumulation of free isotopes grows over time)
- ⚠️ Note: Recoil effect is a fundamental physical limitation of alpha therapy with small molecules. Transition to nanoparticles and liposomes is the main way to solve kidney toxicity problems.
URS — User Requirements Specification
| ID | Requirement | Criticality | Acceptance criterion |
|---|---|---|---|
| URS-001 | The utility shall accept an input.csv file with the exact headers defined in the data contract. | High | The file is processed without manual header editing. |
| URS-002 | The utility shall perform deterministic QC evaluation for Recoil Effect using input values, approved limits and domain rules. | High | Each input row receives a PASS / WARNING / FAIL status. |
| URS-003 | The utility shall validate mandatory fields, data types, numeric ranges, units and pharmaceutical/radiochemical plausibility. | High | Schema and conversion errors are explicitly reported. |
| URS-004 | The utility shall identify critical deviations related to radionuclidic purity, radiochemical purity, free radionuclide, impurities, pH, endotoxins and sterility when such fields are present. | High | A critical deviation causes FAIL or a separate critical finding. |
| URS-005 | The utility shall generate output.json with machine-readable results, source values, warnings and failures. | High | JSON is suitable for LIMS/ELN/MES integration and QA/QC review. |
| URS-006 | The utility shall not use machine learning to decide conformance. | Medium | The result is based on explicit rules, thresholds and input values. |
| URS-007 | The utility shall preserve traceability between batch number, input values, applied rules and final status. | High | The output contains the batch identifier and the list of checked parameters. |
| URS-008 | The documentation shall support IQ/OQ preparation and inspection discussion with FDA/EMA/Roszdravnadzor or local regulators. | Medium | URS & FS, input.csv/output.json contract and test scenarios are supplied with the utility. |
input.csv contract
| # | Field | Type | Sample | Purpose |
|---|---|---|---|---|
| 1 | BatchNumber | string | AC225-PSMA-2026-001 | Batch or lot identifier used for traceability. |
| 2 | ParentIsotope | string / decimal | Ac-225 | Controlled input parameter used by the deterministic QC rules. |
| 3 | DaughterIsotope | string / decimal | Fr-221 | Controlled input parameter used by the deterministic QC rules. |
| 4 | AlphaEnergyMeV | decimal | 5.83 | Controlled input parameter used by the deterministic QC rules. |
| 5 | BondEnergyKcalPerMol | string / decimal | 80.0 | Controlled input parameter used by the deterministic QC rules. |
| 6 | ChelatorStabilityConstant | string / decimal | 25.0 | Controlled input parameter used by the deterministic QC rules. |
| 7 | FreeDaughterPercent | decimal | 15.0 | Free radionuclide / unbound species; important for non-target uptake and toxicity. |
| 8 | RenalUptakeSUV | string / decimal | 25.0 | Controlled input parameter used by the deterministic QC rules. |
| 9 | TimePostLabelingHours | datetime / string | 24.0 | Time point used for decay, stability or ingrowth calculation. |
| 10 | ProductType | string | TargetedAlphaTherapy | Controlled input parameter used by the deterministic QC rules. |
BatchNumber,ParentIsotope,DaughterIsotope,AlphaEnergyMeV,BondEnergyKcalPerMol,ChelatorStabilityConstant,FreeDaughterPercent,RenalUptakeSUV,TimePostLabelingHours,ProductType AC225-PSMA-2026-001,Ac-225,Fr-221,5.83,80.0,25.0,15.0,25.0,24.0,TargetedAlphaTherapy AT211-MAB-2026-002,At-211,Po-211,5.87,65.0,0.0,2.0,8.0,4.0,TargetedAlphaTherapy BI213-DOTATATE-003,Bi-213,Tl-209,5.87,85.0,22.0,8.0,12.0,1.0,TargetedAlphaTherapy
FS — Functional Specification
| ID | Function | Implementation |
|---|---|---|
| FS-001 | CSV import | Read input.csv in UTF-8/CSV-compatible format and validate the header and expected columns. |
| FS-002 | Schema validation | Check mandatory fields and column count; report unknown or missing key fields. |
| FS-003 | Type conversion | Convert numeric, flag and text values; invalid formats are recorded as row-level errors. |
| FS-004 | Domain rule engine | Apply domain rules for Recoil Effect, including critical limits from the utility description and approved specification. |
| FS-005 | Status aggregation | Produce final status: FAIL for critical failure, WARNING for non-critical deviation, PASS for conformance. |
| FS-006 | JSON export | Write output.json with detailed checks, source values, warnings, failures and critical findings. |
| FS-007 | Audit support | Keep the result structure suitable for review, deviation investigation, calculation reproduction and IQ/OQ preparation. |
| FS-008 | Integration contract | Support the production scenario: LIMS/ELN/MES creates input.csv, the utility returns output.json, the portal displays description and documentation. |
Example output.json
{
"utilityId": "recoil-effect-checker",
"api": "Recoil Effect",
"overallStatus": "PASS|WARNING|FAIL",
"sourceFile": "input.csv",
"checks": [
{
"parameter": "BatchNumber",
"value": "AC225-PSMA-2026-001",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "ParentIsotope",
"value": "Ac-225",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "DaughterIsotope",
"value": "Fr-221",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "AlphaEnergyMeV",
"value": "5.83",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "BondEnergyKcalPerMol",
"value": "80.0",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "ChelatorStabilityConstant",
"value": "25.0",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "FreeDaughterPercent",
"value": "15.0",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "RenalUptakeSUV",
"value": "25.0",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
}
],
"criticalFindings": []
}
OQ/PQ test scenarios
| ID | Scenario | Expected result |
|---|---|---|
| OQ-001 | Valid sample row | PASS or acceptable WARNING according to the rules. |
| OQ-002 | Mandatory column missing | Schema error or FAIL. |
| OQ-003 | Non-numeric value in numeric field | Type-conversion error. |
| OQ-004 | Critical parameter outside limit | FAIL and critical finding. |
| PQ-001 | User real batch/lot | Reviewed result with input.csv and output.json retained. |
QA/QC and change control
- Do not rename columns without updating the validator and test set.
- Retain
input.csv,output.json, executable version and checksum. - Before production use, perform IQ/OQ/PQ or equivalent CSV/CSA verification.
- Critical radiopharmaceutical limits must be verified against the approved specification and local SOPs.
Included in packages
PetRad3: expanded PET/SPECT and radiopharmaceutical QC package
A curated suite for PET/SPECT radiopharmaceuticals, generator and cyclotron radionuclides, labelled compounds, radiochemical purity, breakthrough, sterility and endotoxin control.
OpenRadiology QC Suite
QC package for radiology and diagnostic imaging: radiopharmaceuticals, PET/SPECT, contrast media, iodinated and gadolinium products, plus particle, sterility and endotoxin checks.
OpenRPH organ/system: oncology and theranostics
Tumour imaging, PSMA/FAPI/receptor tracers, immuno-PET, targeted radionuclide therapy and radioembolization.
OpenRPH organ/system: renal and urinary
Renography, GFR/ERPF, renal uptake, DMSA/MAG3/DTPA and bladder-related workflows.
OpenRPH use case: generators, isotope purity and starting radionuclides
Control of generator eluate, breakthrough, radionuclidic purity, isotope mix, carrier/free radionuclides and starting radionuclides before labeling.
OpenRPH workflow: generators and isotope purity
Generator eluate, breakthrough, radionuclidic purity, isotope mix and starting radionuclides.
OpenRPH workflow: imaging QC and quantitative interpretation
Acquisition, uptake, clearance, perfusion, transit, ejection fraction, segmentation and quantitative imaging.
OpenRPH workflow: product release QC
Assay, purity, sterility, endotoxins, pH, impurities, appearance and batch-release checks.
OpenRPH workflow: stability, storage, decay and waste
Kinetic stability, shelf life, decay correction, expiry, storage, trend and radioactive waste.
OpenRPH workflow: synthesis, labelling and kit reconstitution
Radiolabelling, synthesis, chelation, reducing agent, pH/stoichiometry and kit preparation.
OpenRPH: combined radiopharmaceutical QC package
RPH combines PetRad, PetRad2 and PetRad3 into one umbrella package for PET/SPECT, therapeutic radionuclides, generators, labelled compounds, decay calculations, sterility, endotoxins and radiochemical/radionuclidic purity.
Open