UST-QuAntiL / nisq-analyzer

Analyzing implementations and finding suitable quantum computers dependent on the input data.
Apache License 2.0
6 stars 5 forks source link

Do not show too biq implementations in selection results #15

Closed salmma closed 3 years ago

salmma commented 3 years ago

If prolog rules estimate, that an implementation is executable but the transpiler (qiskit-service) cannot transpile it because too many qubits are required, the "estimate" flag is false but analysedDepth and analysedWidth is 0.

Therefore, this case should not be shown in response.

TimPhillip commented 3 years ago

In case too many qubits are required, the Qiskit Services returns HTTP code 200, but content { "error" : "..."}.