Yulun Wang

Results 6 issues of Yulun Wang

## Describe the Issue Hi I am using HHL function in Aqua. Here are two examples I tested: ![image](https://user-images.githubusercontent.com/37082255/79156429-7afb1e00-7d98-11ea-89ad-0d62f82b847a.png) For the second example, HHL failed giving me correct answer. It...

Needs Investigating

### Team Name: BladeRunner ### Project Description: One of the most challenging and important tasks in chemistry is finding the stable geometry of molecules. Classically the problem is computationally intensive....

IBM Qiskit Challenge
Hybrid Algorithms Challenge
Quantum Chemistry Challenge
Science Challenge
Simulation Challenge

### Environment - **Qiskit version**: 0.46.0 - **Python version**: 3.10 - **Operating system**: MacOS ### What is happening? When using `dag.swap_nodes()` on two 2-qubit operations that share the same qargs,...

bug

If there is no end-circuit barrier, the end circuit measurement will be moved by compiler. For instance, the measurement on q1 will be moved to mid-circuit position of q2. In...

### Feature details Hi all, I am trying to use Pennylane to solve time evolution problems, where the Hamiltonian is time-dependent. With the `ApproxTimeEvolution(H, t, n)` method, I am able...

enhancement :sparkles:

### What is the expected enhancement? Currently the method `rustworkx.PyGraph.remove_edge` is only taking `parent` and `child` as input: `def remove_edge(self, parent: int, child: int, /) -> None: ...` In the...

enhancement