Edwin Navarro

Results 19 comments of Edwin Navarro

I'll dig into the text problem. It's repeatable. Replacing the barrier piece with text should not change the connections. (Edit) This relates to `vertical_compression`. It can be set by the...

Also on the font size for 'mpl' drawer. There are 2 defined font sizes in the styles - `fontsize` - fs and `subfontsize` - sfs, which users can change by...

> Luciano's technically correct about the `text.py`, `latex.py` and `matplotlib.py` files - we should put stubs in for them. I'm not sure I understand the reason for this. Currently this...

Just to clarify on the stubs. Do we need to support both `from qiskit.visualization import text` and `from qiskit.visualization.text import `? Thanks.

Ok. Allowing `from qiskit.visualization import text` only requires another `__init__` entry, where allowing `from qiskit.visualization.text import ` requires a separate stub `text.py` file. So I'd vote for the former, since...

**Add Planar Layout to retworkx** The goal of this PR is to add a planar layout option to the other existing layout options in retworkx using the Rust language. A...

I was planning on doing a review of this in the next couple of days. The `v.index()` issue is that `petgraph `using `Graph `, or the derived `PyGraph`, is different...

Oh one more important thing I forgot. You need to transition to using the `rustworkx` name. Steps are - Rename your repository on Github. - Rename your local directory to...

@IvanIsCoding or @mtreinish Can you turn on the workflow testing here? Thanks.