Complex admittance matrix in PowerModels.jl?

Hi,

Is there a function that retrieves the complex admittance matrix from a PowerModels dict. Even though there is a type AdmittanceMatrix, it seems that it only receives susceptance matrix from calc_susceptance_matrix function.

Cheers!

Good question. For the moment only computation of the susceptance matrix is supported. However, adding the complex admittance matrix is high on the to-do list. It will most likely be implemented in the next 2-4 weeks.

You can follow this issue for updates, Dedicated AC Power Flow Solver · Issue #590 · lanl-ansi/PowerModels.jl · GitHub

As of PowerModels v0.16 the calc_admittance_matrix function is available for computing the system’s complex admittance matrix.

I hope that helps!

1 Like