Open
Description
The PowerGridModelInterface
currently only supports calculate_power_flow
while the PowerGridModel also supports calculate_state_estimation
.
Adding support for calculate_state_estimation
seems a logical next move.
This would also help the issue raised in #18.
ToDo's:
- implement calculate_state_estimation
- add intergation tests (like the ones for the power flow)