Edwin Navarro

Results 10 issues of Edwin Navarro

This draft PR adds the planar layout to the graph layout methods. This code incorporates and modifies the code from the open PR #475 for the Left/Right Planarity Test. It...

### What is the expected enhancement? #595 is in the process of moving `connected_components` and `number_connected_components` from `retworkx/src/connectivity/conn_components.rs` to `retworkx-core/src/connectivity/conn_components.rs`. There are a number of other connected component related functions...

enhancement
good first issue

### Summary Moves circuit drawer files to `circuit` sub-directory ### Details and comments This PR adds a new `circuit` sub-directory to the `qiskit.visualization` directory and moves all circuit drawer modules...

Community PR

### Summary Fixes #8428 Fixes #1298 ### Details and comments This PR adds a `label` parameter to the `Barrier` class and displays the label at the top of the barrier...

Community PR
mod: circuit drawer

### What is the expected enhancement? There are 12 functions in rustworkx that state the following in the docs, ``` /// The function implicitly assumes that there are no parallel...

### Summary Updates `_update_edges` ### Details and comments This PR refactors the `_update_edges` method in `DAGdependencyV2`, which creates edges based on non-commutativity. This is built on top of #11705 and...

### Summary Add new DAGDependencyV2 and Converters ### Details and comments This PR is a replacement for #11310. In that PR, the new `DAGDependencyV2` was created and the associated template...

### Summary Refactor the template matching transpiler pass achieving 4x speedup. ### Details and comments This PR refactors the template matching transpiler pass to incorporate the changes to `DAGDependencyV2` and...

### Information - **Qiskit Terra version**: master - **Python version**: 3.8 - **Operating system**: Ubuntu 18.04 ### What is the current behavior? The following controlled-gate methods in QuantumCircuit do not...

bug
good first issue

### Summary Adds an optimized version of `apply_operation_back` to `DAGDependencyV2`. Requires `rustworkx` 0.15.0 ### Details and comments This PR updates `apply_operation_back` in `DAGDependencyV2` to use several optimized functions for `TopologicalSorter`...