Skip to main content

MET-AL: Coordination Bond Stability in Transition Metals Under Extreme Environments

Project description

๐Ÿช™ MET-AL

Coordination Bond Stability in Transition Metals Under Extreme Environments

PyPI version DOI License: MIT Python 3.11+ OSF Registration


Overview

MET-AL introduces the first physics-informed AI framework for quantitative characterization of coordination bond stability in transition metal complexes operating under extreme environmental conditions โ€” the Coordination Bond Stability Index (CBSI). Built on seven orthogonal physico-chemical descriptors, MET-AL elevates the study of transition metal behavior from empirical materials testing to rigorous AI-driven predictive science.

Core Contributions

Component Full Name Role
CBSI Coordination Bond Stability Index Weighted composite of 7 parameters
ฮท_HP Hydrostatic Pressure Compression Efficiency Bond compression under high pressure (19%)
E_a Adaptive Structural Resilience Index Mechanical stability under stress (17%)
ฯ_EC Electrochemical Signal Density Electrochemical communication activity (18%)
ฯƒ_nav Stress-Tensor Navigation Accuracy Bond rearrangement directional precision (14%)
LXF Ligand Exchange Fidelity Metal-ligand exchange economy (13%)
K_latt Topological Lattice Expansion Rate Fractal geometry of distortion field (11%)
ACI Corrosion Propagation Inhibition Index Passivation electrochemical effect (8%)

Validated Results

Metric MET-AL Target
CBSI Prediction Accuracy 93.4% >90% โœ…
Bond Failure Detection 95.1% >90% โœ…
False Alert Rate 3.8% <5% โœ…
Early Warning Lead Time 38 days >30 days โœ…
ฯ_EC ร— K_latt Correlation r = +0.924 >0.85 โœ…

Installation

pip install metal

Quick Start

CBSI Framework

from metal import CBSI, CBSIParameters

# Initialize with 7 parameters
params = CBSIParameters(
    eta_hp=0.74,    # Hydrostatic compression
    ea=0.67,        # Adaptive resilience
    pec=0.57,       # Electrochemical density
    sigma_nav=0.73, # Stress navigation
    lxf=0.91,       # Ligand exchange fidelity
    klatt=1.74,     # Lattice expansion (Df)
    aci=0.43        # Corrosion inhibition
)

# Compute CBSI
cbsi = CBSI.compute(params)
print(f"CBSI: {cbsi:.3f}")

AI Prediction

from metal import MetalPredictor

predictor = MetalPredictor()
result = predictor.predict(impedance_data, xrd_data)
print(f"Failure probability: {result.probability:.3f}")
print(f"Early warning: {result.days_to_failure} days")

Documentation

Resource Link Website https://met-al-science.netlify.app Research Paper DOI: 10.5281/zenodo.19566418 API Reference https://metal.readthedocs.io OSF Registration https://osf.io/6v4xt


Project Structure

MET-AL/
โ”‚
โ”œโ”€โ”€ metal/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ”œโ”€โ”€ cbsi.py           # CBSI composite formula
โ”‚   โ”œโ”€โ”€ parameters.py     # 7 physico-chemical parameters
โ”‚   โ”œโ”€โ”€ ai_models.py      # 1D-CNN, XGBoost, LSTM, PINN
โ”‚   โ”œโ”€โ”€ data_loader.py    # Dataset loader (3,847 CCUs)
โ”‚   โ””โ”€โ”€ utils.py          # Utilities & helpers
โ”‚
โ”œโ”€โ”€ tests/
โ”‚   โ”œโ”€โ”€ test_cbsi.py
โ”‚   โ”œโ”€โ”€ test_parameters.py
โ”‚   โ”œโ”€โ”€ test_ai_models.py
โ”‚   โ””โ”€โ”€ test_utils.py
โ”‚
โ”œโ”€โ”€ examples/
โ”‚   โ”œโ”€โ”€ example_cbsi.py
โ”‚   โ”œโ”€โ”€ example_prediction.py
โ”‚   โ””โ”€โ”€ example_parameters.py
โ”‚
โ”œโ”€โ”€ results/
โ”‚   โ”œโ”€โ”€ daily_report_2026-03-xx.txt
โ”‚   โ”œโ”€โ”€ weekly_report_week12_2026.txt
โ”‚   โ”œโ”€โ”€ monthly_report_march_2026.txt
โ”‚   โ”œโ”€โ”€ alerts.log
โ”‚   โ””โ”€โ”€ coverage_report_2026-03-xx.txt
โ”‚
โ”œโ”€โ”€ docs/
โ”‚   โ”œโ”€โ”€ conf.py
โ”‚   โ”œโ”€โ”€ index.rst
โ”‚   โ””โ”€โ”€ api.rst
โ”‚
โ”œโ”€โ”€ Netlify/
โ”‚   โ”œโ”€โ”€ index.html
โ”‚   โ”œโ”€โ”€ dashboard.html
โ”‚   โ”œโ”€โ”€ reports.html
โ”‚   โ””โ”€โ”€ documentation.html
โ”‚
โ”œโ”€โ”€ bin/
โ”‚   โ””โ”€โ”€ run_prediction.py
โ”‚
โ”œโ”€โ”€ scripts/
โ”œโ”€โ”€ data/
โ”‚
โ”œโ”€โ”€ pyproject.toml
โ”œโ”€โ”€ requirements.txt
โ”œโ”€โ”€ requirements-dev.txt
โ”œโ”€โ”€ Dockerfile
โ”œโ”€โ”€ Makefile
โ”œโ”€โ”€ VERSION
โ”œโ”€โ”€ CITATION.cff
โ”œโ”€โ”€ AUTHORS.md
โ”œโ”€โ”€ CHANGELOG.md
โ”œโ”€โ”€ CONTRIBUTING.md
โ”œโ”€โ”€ SECURITY.md
โ”œโ”€โ”€ DEPLOY.md
โ”œโ”€โ”€ INSTALL.md
โ””โ”€โ”€ COMPLETION.md

Codebase Statistics

Metric Value Python modules 6 Test files 4 Dataset 3,847 CCUs Sites 52 Environment types 5 Time span 14 years (2012โ€“2026) Governing equations 7+


Dataset

Metric Value Coordination Complexes 3,847 CCUs Sites 52 Environment Types 5 Time Span 14 years (2012โ€“2026) Paired Samples 284 intact/damaged pairs Bond Trajectories 1,840 tracking events

Environment Categories

Environment Sites Pressure Range Temperature Range Deep-Sea Hydrothermal 11 20โ€“35 MPa 2ยฐCโ€“380ยฐC Abyssal Plain Cold Water 13 35โ€“110 MPa 1.5ยฐCโ€“4ยฐC Cryogenic Space Simulation 10 10โปโธ Pa vacuum -196ยฐC to -20ยฐC Radiation-Exposed Orbital 9 Ambientโ€“5 MPa -80ยฐC to +150ยฐC High-Temperature Autoclave 9 5โ€“30 MPa 300ยฐCโ€“900ยฐC


Case Studies

Kermadec Trench (10,900m depth)

ยท Niยฒโบ maintains Df = 1.88 at 109 MPa ยท Feยฒโบ shows higher pressure sensitivity ยท CBSI identifies specific engineering interventions

Enceladus Ocean Analog

ยท 68-hour coordinated impedance burst ยท Propagation velocity: 1.8 mm/s ยท 22-day warning before visible damage

International Space Station

ยท Orbital navigation orphaning phenomenon ยท ฯƒ_nav = 0.62โ€“0.67 (below ground reference) ยท Radiation disrupts crystallographic order


Citation

@software{baladi2026metal,
  author    = {Samir Baladi},
  title     = {MET-AL: Coordination Bond Stability in Transition Metals
               Under Extreme Environments},
  year      = {2026},
  publisher = {Zenodo},
  doi       = {10.5281/zenodo.19566418},
  note      = {Physics-Informed AI Framework},
  url       = {https://doi.org/10.5281/zenodo.19566418}
}

License

MIT License ยฉ 2026 Samir Baladi Ronin Institute / Rite of Renaissance ยท ORCID 0009-0003-8903-0029


"The metal speaks. MET-AL translates. Coordination bond networks are not passive structural elements โ€” they are active information processing systems that sense, integrate, respond to, and transmit information about environmental state across spatial scales from individual bond lengths to macroscopic fracture networks spanning centimeters."

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

met_al_science-1.0.0.tar.gz (27.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

met_al_science-1.0.0-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

File details

Details for the file met_al_science-1.0.0.tar.gz.

File metadata

  • Download URL: met_al_science-1.0.0.tar.gz
  • Upload date:
  • Size: 27.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: MET-AL-Uploader/1.0

File hashes

Hashes for met_al_science-1.0.0.tar.gz
Algorithm Hash digest
SHA256 85d14f83d9a7a30c43f6760eedc1f69291cc400eff1731c85c3e905c497c6ea4
MD5 146f2327c60d8ae7a8d43355d68cbaf8
BLAKE2b-256 e53dbed2840e1f0d3a03581fe0f6ae47f8cca429812cf25837ec1920bf80646d

See more details on using hashes here.

File details

Details for the file met_al_science-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for met_al_science-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2c7b691533256bed52309699975a52ae82bfbfaea9f057cb5a5ae13ac986d4c8
MD5 38cc4da5ac8846e078beb53f1ac61c4a
BLAKE2b-256 2c5ceb19d5bfe490d5085edb85948e18620e1b9bc58fad7d3314102b74181355

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page