We currently skip parallel reduction of phase shifting transformers because depending on the parameters, we cannot necessarily derive an exact equivalent representation in the Ybus:
https://github.com/NREL-Sienna/PowerNetworkMatrices.jl/blob/bc5a33ce6de08b3ee3e84934630287e855348ee2/src/definitions.jl#L13
However, with the current design, if we have parallel phase shifting transformers, we cannot have two entries in the direct_branch_map with the same key, therefore we over-write entries in add_to_branch_maps!:
https://github.com/NREL-Sienna/PowerNetworkMatrices.jl/blob/bc5a33ce6de08b3ee3e84934630287e855348ee2/src/Ybus.jl#L199
We currently skip parallel reduction of phase shifting transformers because depending on the parameters, we cannot necessarily derive an exact equivalent representation in the Ybus:
https://github.com/NREL-Sienna/PowerNetworkMatrices.jl/blob/bc5a33ce6de08b3ee3e84934630287e855348ee2/src/definitions.jl#L13
However, with the current design, if we have parallel phase shifting transformers, we cannot have two entries in the direct_branch_map with the same key, therefore we over-write entries in
add_to_branch_maps!:https://github.com/NREL-Sienna/PowerNetworkMatrices.jl/blob/bc5a33ce6de08b3ee3e84934630287e855348ee2/src/Ybus.jl#L199