This repository documents a research-stage exploration of deriving Newton's gravitational constant G from Loop Quantum Gravity (LQG) inspired constructions. The materials include derivation notes, example computations, and an uncertainty-quantification (UQ) workflow. Numerical outputs and claims in this README reflect example runs and reported artifacts; they should be interpreted in the context of the full technical documentation and reproducibility artifacts.
- Reported example prediction (example-run): G ≈ 6.6743×10⁻¹¹ m³⋅kg⁻¹⋅s⁻² (see
FINAL_RESULTS.mdandFINAL_REPORT.mdfor the corresponding artifact produced by a specific run). - Reported agreement with experimental values (example-run): reported percent agreement is derived from the example-run artifacts and depends on model choices and numeric tolerances.
Note: these numerical statements summarize outputs from specific computational runs included in this repository. They are not claimed here as preliminary or production-grade results. Independent reproduction, sensitivity analysis, and domain review are recommended before treating any numeric output as robust.
- Scope: The code and documents here aim to share an approach for exploring first-principles models that relate LQG structures to an effective gravitational coupling. The repository is intended for research, reproducibility, and peer review.
- Validation: Example validation scripts and a UQ harness are available under
tests/andsrc/. To reproduce reported example-run outputs, follow the steps indocs/technical-documentation.mdand run the example scripts inexamples/with documented seeds and environment settings. - Limitations: Reported numbers are sensitive to modeling choices (e.g., vacuum selection criteria, discretization), numerical tolerances, and parameter settings. The repository's artifacts are a starting point for independent verification; they do not constitute a preliminary theoretical proof or an engineering-grade measurement.
- See
docs/technical-documentation.mdfor methodological assumptions and the UQ workflow. - Reproduce the example run by executing
python src/vacuum_selection_uq_resolution.pyfrom a pinned environment; compare outputs to the included report artifacts. - Run parameter sweeps and multiple seeds to estimate sensitivity to vacuum selection and discretization choices.
lqg-first-principles-gravitational-constant/
├── README.md
├── docs/
│ └── technical-documentation.md
├── src/
│ ├── vacuum_selection_uq_resolution.py
│ ├── scalar_tensor_extension.py
│ └── gravitational_constant.py
├── examples/
│ └── example_reduced_variables.json
└── tests/
├── test_enhanced.py
└── test_uq_demo.py
- Re-run the example analyses in an isolated environment and record full artifacts (raw outputs, seeds, environment, and command lines).
- Perform sensitivity sweeps for critical modeling choices and provide a short reproducibility report highlighting any unstable dependencies.
- If claiming theoretical completeness or closed-form derivations, include explicit proofs and peer-reviewed references; otherwise frame claims as research-stage, model-dependent findings.
The project is released under the Unlicense (public domain dedication). The README emphasizes that the repository is research-stage; artifacts should be independently validated and peer-reviewed prior to strong claims or downstream engineering use.
- Scope: The materials and numeric outputs in this repository are research-stage examples and depend on implementation choices, parameter settings, and numerical tolerances.
- Validation: Reproducibility artifacts (scripts, raw outputs, seeds, and environment details) are provided in
docs/orexamples/where available; reproduce analyses with parameter sweeps and independent environments to assess robustness. - Limitations: Results are sensitive to modeling choices and discretization. Independent verification, sensitivity analyses, and peer review are recommended before using these results for engineering or policy decisions.