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

Feature/parameter type #7

Closed TimPhillip closed 4 years ago

TimPhillip commented 4 years ago

Short Description

This PR adds typed parameter values. This allows the conversion of algorithm input parameters to the correct type inside the connected SDKConnector Service.

E.g.: Input parameter "15" to a ShorQiskitGeneral implementation can now safely be converted to Python (int)15 with additional type information "Integer" communicated for correct usage with the Qiskit Python package.

Proposed Changes

Fixes: #