You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no easy way to update the QPDBasis within BaseQPDGate instances through the CKT api. This may be userful if a user is in an optimization loop where the parameters are being updated many times. The most reasonable thing may be for users to bind their normal gates' parameters using the Qiskit api and then bind their QPD parameters using a function we write to resolve this issue.
The text was updated successfully, but these errors were encountered:
There is currently no easy way to update the
QPDBasis
withinBaseQPDGate
instances through the CKT api. This may be userful if a user is in an optimization loop where the parameters are being updated many times. The most reasonable thing may be for users to bind their normal gates' parameters using the Qiskit api and then bind their QPD parameters using a function we write to resolve this issue.The text was updated successfully, but these errors were encountered: