forked from qiskit-community/quantum-prototype-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce the problem
Input non-unitary matrix. I used the following matrix and vector:
matrix = [[ 48, 19, 6, 3],
[ 35, 5, 1, 0],
[ 57, 36, 18, 7],
[105, 95, 85, 75]]
b = [56.98, 31.83, 12.89, 7.46]
What is the current behavior?
Raises ValueError and doesn't run.
What is the expected behavior?
Solver should work with a non-unitary matrix (decompose into linear combination of unitaries).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working