oarnold-oqc
oarnold-oqc
To illustrate this. The OQC SDK or the ```python from client.qcaas_client.client import OQCClient, QPUTask # email = # password = def get_two_qubit_coupling(email: str, password: str) -> list: client = OQCClient(url='https://int.cloud.oqc.app/qpu',...
What about using fCX to disconnect where we may have sporadic low fidelities (None, 0 or < some threshold)?
As far as I understand this feature works by introducing swap gates. Since swap gates will have a fidelity, this will affect the overall error budget of the intended algorithm....