Qiskit / qiskit-ibm-runtime

IBM Client for Qiskit Runtime
https://docs.quantum.ibm.com/api/qiskit-ibm-runtime
Apache License 2.0
160 stars 157 forks source link

Update basis gates according to the fractional gates flag #2031

Closed yaelbh closed 2 days ago

yaelbh commented 2 weeks ago

Currently enabling fractional gates filters adds them to the target (and filters dynamic instructions), but backend.properties() and backend.configuration() remain unchanged.

Once fixed, we can update the convert_to_target accordingly.