Bug fixes
-
With the release of Qiskit 0.23.3 gate parameters cannot be arrays. The device now converts arrays to lists. (#126)
-
When parsing the IBMQ token and the IBMQ URL, the values passed as keywords take precedence over environment variables. (#121)
-
When loading Qiskit circuits to PennyLane templates using
load
inconverter.py
, parameters withrequires_grad=False
are bound to the circuit. The old version bound objects that were not PennyLaneVariable
's, but that object class is now deprecated. (#127)
Contributors
This release contains contributions from (in alphabetical order):
Christina Lee, Antal Szava