Sebastian Brandhofer

Results 13 issues of Sebastian Brandhofer

This PR addresses #1068 Here, a method for generating all connected subgraphs of a certain size `k` is developed based on the work in ["Enumerating Connected Induced Subgraphs: Improved Delay...

### Summary fixes #11911 ### Details and comments Added the CommutativeCancellation pass to preset passmanagers level 2 and level 3.

### What should we add? The current [generation of randomized circuits](https://github.com/Qiskit/qiskit/blob/main/qiskit/circuit/random/utils.py) is fairly inflexible as it only allows to specify a limited number of circuit characteristics: the number of qubits,...

type: feature request
type: discussion

### Summary This commit prepares the repo for the 1.1.0 release. It updates the version numbers to indicate it is the final 1.1.0 release, and updates the release notes to...

Changelog: None

### What should we add? The [generation of random circuits](https://github.com/Qiskit/qiskit/blob/main/qiskit/circuit/random/utils.py) should be extended by the ability to specify a circuit connectivity or interaction graph $G$ that the random graph should...

type: feature request
unitaryhack-bounty

### Summary Adds the star to linear prerouting pass to optimization level 2 and 3 passmanagers (see #11387) ### Details and comments

on hold
priority: high
mod: transpiler

### Environment - **Qiskit version**: 1.1.0.dev0+0666bc3 - **Python version**: Python 3.11.7 - **Operating system**: 14.4 ### What is happening? When using `top_order = dag.topological_op_nodes(key=k)` the key is not considered correctly....

bug

### What should we add? Let's add a coupling map generator for Flamingo quantum computers. :-)

type: feature request

### What should we add? We should investigate to apply peephole optimization before routing.

type: feature request
performance

### Summary This PR adds some convenience functions to Qiskit's `QuantumCircuit` class. The functionality was previously available but required users to dive into the API before determining the wanted quantities....