Qiskit-Extensions / qiskit-experiments

Qiskit Experiments
https://qiskit-extensions.github.io/qiskit-experiments/
Apache License 2.0
151 stars 122 forks source link

Regularize provider/service interface #1444

Open coruscating opened 2 months ago

coruscating commented 2 months ago

Go through the code and find instances where internal methods of the provider/service are being used (for example service._account.token. Either request the upstream provider/service to expose them or find an alternative solution.