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 save provider token in provider class #3

Closed salmma closed 4 years ago

salmma commented 4 years ago

The credentials for the provider should not be saved in the provider class. They should be passed through to the Qiskit Service.

Acceptance criteria:

  1. Not save the credentials in the provider class
  2. credentials should be handed over to the Qiskit Service
  3. Single token or username and password should be possible