QuTech-Delft / quantuminspire

Quantum Inspire SDK
Apache License 2.0
65 stars 27 forks source link

Make the project name from the SDK configurable #151

Closed eendebakpt closed 7 months ago

eendebakpt commented 2 years ago

The project name from the SDK is hardcoded (with a uuid), see https://github.com/QuTech-Delft/quantuminspire/blob/dev/src/quantuminspire/qiskit/backend_qx.py#L182

Can we make the project name configurable? Either as an attribute of the backend instance, or a runtime argument to backend.run?

QFer commented 1 year ago

@eendebakpt There are a few ways to set the project name as described in readme.md paragraph Configure a project name for Quantum Inspire. The hard coded project name is used in case the project name is not set.