QFT input_number: 101
QFT number: 101
QFT qubits_count: 3
QFT qft_circuit:
░ ┌───┐ ░ ░
q_0: ─░─┤ H ├─■────────■────────░────────────────░──────
░ └───┘ │P(π/2) │ ░ ┌───┐ ░
q_1: ─░───────■────────┼────────░─┤ H ├─■────────░──────
░ │P(π/4) ░ └───┘ │P(π/2) ░ ┌───┐
q_2: ─░────────────────■────────░───────■────────░─┤ H ├
░ ░ ░ └───┘
QFT iqft_circuit:
░ ░ ┌───┐ ░
q_0: ──────░─────────────────░──■─────────■────────┤ H ├─░─
░ ┌───┐ ░ │ │P(-π/2) └───┘ ░
q_1: ──────░──■────────┤ H ├─░──┼─────────■──────────────░─
┌───┐ ░ │P(-π/2) └───┘ ░ │P(-π/4) ░
q_2: ┤ H ├─░──■──────────────░──■────────────────────────░─
└───┘ ░ ░ ░
QFT circuit:
┌───┐┌──────┐
q_0: ┤ X ├┤0 ├
└───┘│ │
q_1: ─────┤1 QFT ├
┌───┐│ │
q_2: ┤ X ├┤2 ├
└───┘└──────┘
c: 3/═════════════
RUNNER ibmq_service: <QiskitRuntimeService>
Traceback (most recent call last):
File "/m1-core-service/core/runner.py", line 148, in wrapper
return wrapped_function(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/m1-core-service/core/runner.py", line 283, in run_task
backend = self.get_least_busy_backend(self.ibmq_service,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/m1-core-service/core/runner.py", line 420, in get_least_busy_backend
filtered_backend = ibmq_service.least_busy(filters=backend_filter)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/m1_venv/lib/python3.12/site-packages/qiskit_ibm_runtime/qiskit_runtime_service.py", line 1164, in least_busy
raise QiskitBackendNotFoundError("No backend matches the criteria.")
qiskit.providers.exceptions.QiskitBackendNotFoundError: 'No backend matches the criteria.'
|