- energy: Central meta-repo for all energy and quantum research. The elemental transmutator is integrated for simulation, digital twin, and advanced energy applications.
- unified-gut-polymerization: Shares theoretical models and simulation infrastructure for matter transmutation and GUT-scale processes.
- polymerized-lqg-matter-transporter: Related for matter transport and transformation at the quantum level.
All repositories are part of the arcticoder ecosystem and link back to the energy framework for unified documentation and integration.
This repository contains research-stage code and simulation artifacts exploring photonuclear transmutation pathways. The included materials are intended for hypothesis exploration and reproducibility of simulation results rather than as validated experimental protocols or production-ready processes.
Preliminary simulation runs identified candidate transmutation pathways under the models' stated assumptions. Reported metrics (yields, FOM, and profit estimates) are model outputs and subject to substantial uncertainty; they should be treated as provisional and used only to guide further study and experimental design.
- Reported candidate pathways include uranium-based, thorium-based, and tantalum-based chains. Detailed numeric results are simulation artifacts and require uncertainty quantification and experimental validation.
Note: These results are not experimentally validated and are not an endorsement of operational feasibility.
- Digital twin & analysis prototypes for pathway exploration
- Multi-stage pathway modeling for simulation studies
- Pulsed-beam modeling (simulation outputs; not validated experimentally)
- Economic scenario tools for illustrative analysis
- Configurable isotope examples for simulation
- Model-parameterized LV terms included for sensitivity studies
- Unit tests and CI for software correctness (does not validate experimental claims)
# Run pathway demonstration
cd prototyping
python quick_pathway_demo.py
# Run enhanced analysis with sensitivity testing
python run_enhanced_analysis.py
# Run test suite
python -m pytest test_enhanced_pathways.py -v
- Configure your target: Edit
config.json
to specify your desired element
{
"target_isotope": "Au-197",
"feedstock_isotope": "Fe-56",
"beam_profile": {
"type": "deuteron",
"energy_MeV": 80,
"flux": 1e14
},
"lv_params": {
"mu": 1e-17,
"alpha": 1e-14,
"beta": 1e-11
}
}
- Run transmutation:
python __main__.py
- Bi-209: Natural abundance feedstock with gamma-neutron cascades
- Pt-195: Higher cross-section platinum pathways
- Ir-191: Proton-alpha emission routes
- Ta-181: Two-stage neutron converter
- U-238: Photofission neutron multiplier (4.2x pulsed enhancement)
- Th-232: Heavy converter chain source
- Two-stage neutron capture: Heavy converter → secondary target
- Fission-driven chains: U-238 photofission → Hg neutron capture
- Converter chains: Th-232 → neutron production → Pb transmutation
Enhancement factors reported by the simulation models (examples):
- U-238: model-reported values up to ~4.2× (simulation)
- Ta-181: model-reported values ~2.8–3.1× (simulation)
- Bi-209: model-reported values ~1.85–2.2× (simulation)
- Pt-195: model-reported values ~1.4–2.15× (simulation)
These enhancement factors are conditional on modeling assumptions and require experimental validation before use in operational planning.
The system supports many elements via atomic number mapping (examples listed below):
prototyping/test_enhanced_pathways.py
: Comprehensive test suite (9 tests; currently passing in CI)
- Rate enhancement: Model-estimated rate enhancements reported up to 10^3–10^6× under certain parameterizations in simulation; these values are model outputs and require experimental validation and uncertainty quantification. { "target_isotope": "Au-197", "feedstock_isotope": "Fe-56", "economic_params": { "target_market_price_per_kg": 62000000 } }
### Platinum Production
```json
{
"target_isotope": "Pt-195",
"feedstock_isotope": "Fe-56",
"economic_params": {
"target_market_price_per_kg": 30000000
}
}
- Cross-sections: Enhanced from mb to barns via LV effects
- Direct production: Single-step spallation vs multi-step decay chains
- Energy range: 20-200 MeV proton/deuteron beams
σ = σ₀ × (A_feedstock)^α × (E_beam)^β × f_LV
Where:
σ₀
: Base cross-section (50 mb)α
: Mass dependence (0.7)β
: Energy dependence (0.3)f_LV
: Lorentz violation enhancement factor
- Model-reported rate enhancement (simulation outputs): Simulations indicate increases on the order of 10^3–10^6× under certain parameterizations. These values are model outputs and should be accompanied by uncertainty quantification and sensitivity analysis before being interpreted as physical or operational effects.
- Matrix elements: Reported modifications depend on the assumed μ coefficient; include parameter sensitivity studies and provide CI/uncertainty artifacts in
docs/
. - Phase space: Changes attributed to β are model-dependent; publish sensitivity analyses and any confidence intervals alongside numeric claims.
The system provides automatic economic analysis including:
- Revenue: Mass produced × market price
- Costs: Materials + energy + facility overhead
- ROI: Return on investment calculation
- Break-even: Analysis for commercial viability
Simulation outputs are saved to transmutation_results.json
. Example records included in the repository are model outputs and should be treated as simulation artifacts rather than experimental measurements. Maintain provenance information (seed, environment, parameters) in docs/
to support reproducibility.
prototyping/atomic_binder.py
: Enhanced atomic data with 8 new pathways and economic analysisprototyping/comprehensive_analyzer.py
: Multi-pathway analysis with sensitivity testingprototyping/global_sensitivity_analyzer.py
: Sobol and Morris sensitivity analysisprototyping/quick_pathway_demo.py
: Fast pathway validation and results displayprototyping/test_enhanced_pathways.py
: Comprehensive test suite (9 tests, 100% pass rate)
spallation_transmutation.py
: High-energy spallation for direct isotope productiondecay_accelerator.py
: LV-enhanced nuclear decay accelerationatomic_binder.py
: Electron capture and atomic assemblyenergy_ledger.py
: Comprehensive energy accounting__main__.py
: Main execution pipeline
The system provides economic analysis including:
- Economic Figure of Merit (FOM): mg Au/g feedstock per $ cost
- Conversion Efficiency: Mass conversion rates in mg Au/g feedstock
- Profit Margins: Detailed profit analysis with thresholds
- Viability Assessment: Multi-criteria economic screening
- Cost Breakdown: Feedstock + energy + facility overhead
- Minimum conversion: ≥0.1 mg Au/g feedstock
- Economic FOM: ≥0.1 for viability screening
- Profit margin: >5% for commercial consideration
Automated GitHub Actions workflow includes:
- Multi-platform testing: Ubuntu, Windows, macOS
- Python compatibility: 3.9, 3.10, 3.11, 3.12, 3.13
- Comprehensive testing: Enhanced pathway analysis validation
- Cost analysis: Economic viability assessment
- Artifact generation: Results and logs for review
The core transmutation equation for enhanced pathways involves multiple stages:
Where:
-
$Y_i$ : Yield at stage$i$ -
$N_{\rm feedstock,i}$ : Number of target nuclei at stage$i$ -
$\sigma_i(E)$ : LV-enhanced cross-section (barns) -
$\Phi_i$ : Beam flux (particles/cm²/s) -
$t_i$ : Irradiation time (s) -
$\epsilon_{\text{pulse},i}$ : Pulsed beam enhancement factor
For nonlinear photonuclear processes:
Where
- Python 3.9+ (tested up to 3.13)
- NumPy (numerical computations)
- Pandas (data analysis, optional)
- Pytest (testing framework)
- SALib (sensitivity analysis, optional)
pip install -r requirements.txt
- Lorentz Violation Pipeline: Theoretical framework for LV physics and experimental data analysis
The Unlicense - Free for research and educational use. Users are responsible for complying with applicable laws and safety protocols.
- Research-stage artifacts: Content in this repository consists primarily of simulation code, example runs, and exploratory analyses. It is intended for research, reproducibility, and hypothesis generation.
- Uncertainty: Reported numeric outputs should be accompanied by uncertainty quantification and sensitivity analysis before being used for decision-making. If maintainers publish numeric claims, attach UQ artifacts (confidence intervals, sensitivity results) under
docs/
. - Experimental caution: Physical experimentation with radiation-producing equipment requires institutional oversight, safety approvals, and regulatory compliance. Do not attempt any experimental work without appropriate facilities and authorizations.
- Provenance: Re-run simulations using the provided scripts and document runtime environment, random seeds, and parameter files in
docs/
to enable independent verification.
If you are a maintainer preparing public-facing summaries, prefer conservative phrasing and link to docs/
artifacts that demonstrate reproducibility and UQ.