Advanced Research in Quantum Gravity, Superconducting Systems, and Computational Physics
The Dawson Institute develops open-source computational frameworks and experimental validation methodologies for transformative physics research, focusing on quantum gravity, high-temperature superconducting systems, and advanced spacetime engineering.
- Coherence-modulated gravitational coupling with experimental validation
- Matter-geometry coupling via non-minimal scalar fields
- Laboratory-scale precision gravimetry with cryogenic torsion balances
- Reproducible computational workflows with pinned environments
- REBCO coil optimization for fusion and antimatter confinement
- Multi-tape conductor designs achieving 5-10 Tesla operation
- Computational frameworks integrating electromagnetic, thermal, and mechanical analysis
- Cross-platform FEA validation (COMSOL Multiphysics, FEniCSx)
- Computational optimization frameworks for exotic-matter distributions
- Multi-objective algorithms for metric ansatz parameter optimization
- Energy reduction strategies achieving ~40% efficiency improvements
- Experimental hardware abstraction for mission-critical systems
Coherence-Modulated Gravity: Laboratory Experiment Design & Null Results
Computational and experimental workflows exploring matter-geometry coupling through macroscopic quantum coherence and curvature–electromagnetism couplings. Includes systematic null-result studies and exclusion limits for beyond-GR physics.
Repository Highlights (v1.0.0+):
- Two publication-ready manuscripts: (i) coherence-gravity validation, (ii) null results & exclusion limits
- Enhanced analysis pipeline: CLI sweeps for ξ, materials, curvature–EM limits (B, R, precision)
- Automated reporting: CSV/Markdown/LaTeX table generation via
generate_report.py - Reproducible pipeline: pinned environment (Python 3.13, numpy 1.26, scipy 1.11.3)
- Verification scripts: 41 tests passing in ~94s with SHA256-keyed result caching
- Data integrity: Complete SHA256 manifests for timestamped result artifacts
- Experimental feasibility: Cryogenic torsion balance achieves SNR=5 in 0.7-24 hours
Key Scientific Results:
- Coherence-gravity signals: τ_coh = 1.4 ± 0.2 × 10⁻¹² N·m (convergence at 81³-101³ resolution)
- Null results: Systematic sweeps over ξ ∈ {50,100}, materials, and geometries yield consistent nulls at numerical floor (|Δτ| ≈ 5×10⁻¹³ N·m)
- Curvature–EM exclusion limits: κ_R < 5×10¹⁷ m² for B=10T, R=10⁻²⁶ m⁻², δ=10⁻⁶ (terrestrial lab constraints)
- CLI analysis tools: Sweeps for coupling strengths, materials, magnetic fields, Ricci curvature, and experimental precision
- Energy reduction: 10⁶-10¹⁰× gravitational coupling suppression with coherent systems
- Critical requirement: Cryogenic operation (4K) + 10× seismic isolation essential
Getting Started:
git clone https://github.com/DawsonInstitute/coherence-gravity-coupling.git
cd coherence-gravity-coupling
pip install -r requirements.txt # Python 3.13 recommended
pytest -q # 41 tests, ~94s
python run_analysis.py sweep-curvature --B 0.5 1.0 3.0 10.0 --plot # Exclusion limits
python generate_report.py --all # CSV/Markdown/LaTeX tables
cd papers && pdflatex null_results.tex # Null results manuscriptREBCO HTS Coil Optimization Framework
Comprehensive computational framework for high-temperature superconducting coils using rare-earth barium copper oxide (REBCO). Validated designs for fusion energy and antimatter research applications.
Features:
- Interactive Jupyter notebooks (MyBinder ready) for education and research
- 24 benchmark validations with computational reproducibility
- Multi-backend FEA support: COMSOL Multiphysics and FEniCSx (open-source)
- 100% validation success rate for paper reproduction
Achievements:
- ✅ 7.07T magnetic fields with 0.16% ripple
- ✅ 74.5K thermal margins at 15K operating temperature
- ✅ Mechanical reinforcement reducing stress from 178.7 MPa → 35 MPa
- ✅ 30% current utilization in multi-tape designs
- ✅ Plasma confinement: β = 0.48 stable high-beta operation
- ✅ Interferometric detection: 10⁻¹⁸ m spacetime distortion sensitivity
Getting Started:
git clone https://github.com/DawsonInstitute/hts-coils.git
cd hts-coils
pip install -r requirements.txt
python scripts/validate_reproducibility.py # Run validation suiteMulti-Objective Optimization for Exotic Spacetime Metrics
Computational optimization algorithms for warp-bubble metric ansatz and exotic-matter distribution design. Provides JAX-accelerated electromagnetic field calculations and Monte Carlo uncertainty quantification.
Applications:
- Multi-objective optimization for magnetic field uniformity
- Energy reduction algorithms achieving ~40% efficiency improvements
- Validation framework for theoretical warp field research
- Hardware abstraction for mission-critical experimental systems
Integration:
- Used by
hts-coilsfor plasma confinement optimization - Provides energy minimization algorithms for Lentz soliton research
- Monte Carlo UQ for manufacturing tolerance analysis
Getting Started:
git clone https://github.com/DawsonInstitute/warp-bubble-optimizer.git
cd warp-bubble-optimizer
pip install -r requirements.txt
pytest # Run test suite| Capability | Achievement | Repository | Status |
|---|---|---|---|
| HTS Field Generation | 7.07T @ 0.16% ripple | hts-coils | ✅ Validated |
| Thermal Management | 74.5K margin @ 15K operation | hts-coils | ✅ Validated |
| Mechanical Integrity | 35 MPa reinforced design | hts-coils | ✅ Validated |
| Energy Optimization | 40% reduction in positive density | warp-bubble-optimizer | ✅ Validated |
| Interferometric Detection | 10⁻¹⁸ m displacement sensitivity | hts-coils | ✅ Validated |
| Gravitational Coupling | G_eff suppression 10⁶-10¹⁰× | coherence-gravity-coupling | ✅ Validated |
| Convergence Validation | τ_coh = 1.4 ± 0.2 × 10⁻¹² N·m | coherence-gravity-coupling | ✅ Validated |
Interactive Notebooks (No Installation):
Local Installation (Any Repository):
# Clone desired repository
git clone https://github.com/DawsonInstitute/<repo>.git
cd <repo>
# Install dependencies (conda or pip)
conda env create -f environment.yml && conda activate <env>
# or
pip install -r requirements.txt
# Run validation/tests
pytest -q # For repos with test suites
python scripts/validate_reproducibility.py # For validation scriptsExample Quickstart Commands:
# coherence-gravity-coupling
git clone https://github.com/DawsonInstitute/coherence-gravity-coupling.git
cd coherence-gravity-coupling
conda env create -f environment.yml && conda activate cohgrav
pytest -q && python generate_figures.py
# hts-coils
git clone https://github.com/DawsonInstitute/hts-coils.git
cd hts-coils
pip install -r requirements.txt
python scripts/validate_reproducibility.py
# warp-bubble-optimizer
git clone https://github.com/DawsonInstitute/warp-bubble-optimizer.git
cd warp-bubble-optimizer
pip install -r requirements.txt && pytest- Papers: Manuscripts and preprints in
papers/directories - Notebooks: Interactive Jupyter notebooks with educational content (hts-coils)
- Validation: Comprehensive benchmark validation frameworks
- Reproducibility: Pinned environments, verification scripts, release manifests
- API Documentation: Detailed technical documentation for all modules
We welcome contributions from the research community! Areas of interest:
- Experimental validation of computational models
- Extension to new materials and parameter regimes
- Integration with additional simulation platforms
- Uncertainty quantification and sensitivity analysis
- Hardware design and fabrication workflows
Please read CONTRIBUTING.md in individual repositories for development guidelines.
All software is released under the MIT License unless otherwise specified. Papers and documentation follow standard academic licensing.
For research inquiries, collaborations, or technical questions:
- Issues: Open an issue in the relevant repository
- Discussions: Use GitHub Discussions for general questions
- Email: Contact maintainers through repository README files
October 2025:
- ✅ Released coherence-gravity-coupling v1.0.0 with validated experimental design
- ✅ Validated 7.07T HTS coil designs with comprehensive FEA analysis
- ✅ Achieved 40% energy optimization in warp field calculations
- ✅ Published convergence-validated gravitational coupling framework
September 2025:
- ✅ Cross-platform FEA validation showing <1% solver variance (hts-coils)
- ✅ MyBinder deployment with interactive educational notebooks
- ✅ Integrated plasma-HTS coupling for high-beta confinement (β = 0.48)
Advancing transformative physics research through rigorous computational validation and open-source collaboration.