Open source

Powersense.jl

Our solver research lives in the open. Powersense.jl is a Julia package at the intersection of power system operations, optimization, and high-performance computing.

What's in the package

Powersense.jl implements active-set methods for continuous nonlinear optimization, including sequential linear programming, alongside seven alternating-current optimal power flow (ACOPF) formulations spanning polar and rectangular voltage representations and branch-flow and nodal-injection structures.

It's research-grade code, openly licensed, with issues and contributions welcome on GitHub. It also anchors the AC roadmap for PsFlow: the commercial engine's AC capability will build on solver foundations that have been public and inspectable from the start.

Why we publish

In power systems, credibility is earned by showing the math. Publishing solver work is how a small independent shop demonstrates, rather than claims, numerical competence.

 julia
import Pkg
Pkg.add("Powersense")

View on GitHub