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

Remove ' ' from String-input-parameter before sending to services #16

Closed salmma closed 3 years ago

salmma commented 3 years ago

Example: Request-Body with String-parameter in nisq-analyzer/selection is "Oracle": "'(A | B) & (A | ~B) & (~A | B)'" ' ' required for prolog rules. Qiskit-Service cannot parse "'(A | B) & (A | ~B) & (~A | B)'" with ' '. Therefore, for String-parameters the ' ' must be deleted before sending them to the service.