-
The
get_c_interface
method has been added to the OQD device, which enables retrieval of the C++ implementation of the device from Python. This allowsqjit
to accept an instance of the device and connect to its runtime. (#1420) -
from_plxpr
now uses theqml.capture.PlxprInterpreter
class for reduced code duplication. (#1398) -
Replace
ValueRange
withResultRange
andValue
withOpResult
to better align with the semantics of**QubitResult()
functions likegetNonCtrlQubitResults()
. This change ensures clearer intent and usage. Improve thematchAndRewrite
function by usingreplaceAllUsesWith
instead of for loop. (#1426)
This release contains contributions from (in alphabetical order):
Christina Lee Mehrdad Malekmohammadi Sengthai Heng