pennylane-qulacs
pennylane-qulacs copied to clipboard
The PennyLane-Qulacs plugin integrates the Qulacs quantum computing framework with PennyLane's quantum machine learning capabilities.
updated changelog and _version.py
This is related to my previous post on this topic : [https://github.com/PennyLaneAI/pennylane-qulacs/issues/62#issue-2197685954](url) I forgot to mention before that I had succeeded in installing Qulacs-GPU on its own, so I am...
The "Intro to QAOA" image link was broken in the docs: This PR fixes the link to point to the right place in the QML repo
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...
Add support for noise channels like AmplitudeDamping PhaseDamping DepolarizingChannel Equivalents to these pennylane noise channels qulacs.gate.AmplitudeDampingNoise qulacs.gate.DephasingNoise qulacs.gate.DepolarizingNoise