Hosseinberg

Results 4 issues of Hosseinberg

### Is your feature request related to a problem? Please describe. Qiskit aqua is now deprecated and all codes containing `from qiskit.aqua.components.optimizers import COBYLA` will not work unless we make...

enhancement

### Describe the issue I do not think what we are presenting as the Manhattan distance here is correct. We have used `print("Output Error (Manhattan Distance):", ret[1])` to print the...

content bug

resolves issue #49. Tests need to be added though.

It seems that `ControlledQubitUnitary` is not supported on device `qulacs.simulator` and as a result, we get `pennylane.\_device.DeviceError: Gate ControlledQubitUnitary not supported on device qulacs.simulator` That would be great if we...