Quickstart
Explore
Power Flow
AC and DC power flow studies with any supported backend.
Cross-Solver Comparison
Compare results across solvers side by side.
Cascade Simulation
Cascading failures calibrated against PowerGraph.
ML Datasets
Generate graph-structured datasets for GNN training.
Test Networks
8 built-in IEEE and real-world test networks.
Architecture
Design decisions behind the platform.
Load. Solve. Compare.
quickstart.py
import gridoverture as go
net = go.load("ieee39")
result = go.run_load_flow(net, solver="veragrid")
print(result.bus_results.head())