Tan Jun Liang

Results 12 issues of Tan Jun Liang

### What should we add? so I get this idea from optimizing cnot structure, I think it will be good for visualize if we can print with depth layer. ![image](https://qiskit.org/documentation/locale/ja_JP/_images/depth.gif)

type: feature request
mod: circuit drawer

### may be a typo docs/tutorials/07_examples_vehicle_routing.ipynb:94 ``Following [5], the algorithm can be summarized as follows:`` ### comment ``[5]`` might be also a reference but only four references provided

type: documentation

### What should we add? we should include more classifiers: - [ ] Quantum K-NN has already been done, but only fit the old version. https://github.com/GroenteLepel/qiskit-quantum-knn - [ ] Quantum...

type: feature request 💡

### What should we have? #213 #425 we should be able to use the visualization tool ``` from qbraid import get_devices, device_wrapper from qbraid.devices.ibm import ibm_least_busy_qpu qbraid_id = ibm_least_busy_qpu() qdevice...

devices 💻
visualization 🎨

## **Describe the solution you'd like** We propose enhancing the is_separable function by implementing the following two criteria: 1. [ ] Refine the 3x3 Rank-4 (Breuer) Condition This applies to...

**Is your feature request related to a problem? Please describe.** The ``is_separable`` function currently uses basic realignment criteria (Chen & Wu 2003, Zhang et al. 2008) for entanglement detection (section...

enhancement

**Is your feature request related to a problem? Please describe.** The `is_separable` function (this will be section 14) currently lacks a constructive method for proving separability known as iterative product...

enhancement

**Is your feature request related to a problem? Please describe.** The current implementation of symmetric extension checks in is_separable (specifically in section 13 of the docstring, lines ~128-131) primarily returns...

**Is your feature request related to a problem? Please describe.** It would be helpful for investigating subtle forms of entanglement (like PPT-entangled states), I need is_separable to include a broader...

enhancement

**Is your feature request related to a problem? Please describe.** User Story: As a quantum information researcher using toqito, when is_separable returns True or False, I want to know which...

enhancement