JuliaGrid.jl icon indicating copy to clipboard operation
JuliaGrid.jl copied to clipboard

JuliaGrid is an easy-to-use power system simulation tool for researchers and educators provided as a Julia package.

JuliaGrid

Documentation Build Codecov

JuliaGrid is an open-source and easy-to-use simulation tool and solver designed for researchers and educators. It is available as a Julia package, with its source code released under the MIT License. JuliaGrid primarily focuses on steady-state power system analyses, offering a versatile set of algorithms and easy manipulation of power system configuration and analyses.

We've rigorously tested and validated our simulation tool across various scenarios to the best of our abilities. Your feedback on errors, or bugs as a user would be highly appreciated and can help improve future versions. For more details, visit our documentation site.


Installation

JuliaGrid is compatible with Julia version 1.8 and newer. To get the JuliaGrid package installed, execute the following Julia command:

import Pkg
Pkg.add("JuliaGrid")