Jie (Edward) Xu
Jie (Edward) Xu
Hi, `pandapower` team: Thanks for the excellent work. I have a similar problem with asymmetric lines. The task is to calculate unbalanced power flows based on data sets from [IEEE...
May I ask why? I am doing my master graduation project. I am appreciated if you can elaborate on the difficulties with single- or V- phase laterals. Or you can...
@gourab2009 Thanks for the reply. But I did find a paper, `hsieh2017matrix`, later. The modeling is very similar to three-phase lines. For example: - Hsieh, Ting‐Yen, Tsai‐Hsiang Chen, and Nien‐Che...
I hope there is a way in #940 syntax to label one of the equations in a `aligned`, `align` or any multi-line math environment: ``` $$ \begin{aligned} math 1 \nonumber...
> > As far I know, this should work ... try > > ``` > > subgraph identifier[" "] > > a --> b > > end > > ```...
I'm wondering if anyone has successfully installed `pyenv`. I tried to include the [`pyenv-installer`](https://github.com/pyenv/pyenv-installer#installation--update--uninstallation) in the Dockerfile based on Ubuntu, but the installed `pyenv` cannot be found, after vscode run...
I'm relying on a workaround: `\underset{\mathbf{-}}{Q}`.
The method by @kdheepak omits transformers at least. I implement a method based on [a discussion about getting elements information using matlab](https://sourceforge.net/p/electricdss/discussion/861976/thread/d47aed64/?limit=25). ```Python import opendssdirect as dss # Gather names...