Omar Shehab
Omar Shehab
**Is your feature request related to a problem? Please describe.** Following is my MWE. ``` import cvxpy as cp import numpy as np p = cp.Parameter() x = cp.Variable() quadratic...
# Changes made # Justification
### Informations - **Qiskit Ignis version**: 0.6.0 - **Python version**: 3.9.5 (default, May 18 2021, 12:31:01) [Clang 10.0.0 ] - **Operating system**: Darwin ### What is the current behavior? When...
### Informations - **Qiskit Ignis version**:0.6.0 - **Python version**:3.9.5 (default, May 18 2021, 12:31:01) [Clang 10.0.0 ] - **Operating system**:Darwin ### What is the current behavior? When I use TensoredMeasFitter...
The best practice about choosing the maximum number of qubits for CompleteMeasFitter should be mentioned in the documentation.
### What is the expected enhancement? Right now `QuantumKernel.evaluate()` measures all qubits used in the circuit. There should be a way to take advantage of the fix given [here](https://github.com/Qiskit/qiskit-aer/pull/1277) if...
### Environment - **Qiskit Optimization version**: 0.2.3 - **Python version**: 3.9.5 - **Operating system**: Darwin ### What is happening? In the parametrized circuits for variational algorithms, the single qubit gate...
### What is the expected behavior? Ideally, it should be a feature within the DOcplex library. However, we can have an utility function which will convert the expression of a...
I am getting the following warning when I type `from qinfer import simple_est_prec`. ``` /home/shehab/anaconda2/envs/py36/lib/python3.6/site-packages/IPython/parallel.py:13: ShimWarning: The `IPython.parallel` package has been deprecated since IPython 4.0. You should import from ipyparallel...
#### Is your feature request related to a problem? Please describe. I would appreciate an API for spiked tensor decomposition #### Describe the solution you'd like I am not aware...