quantuminspire
quantuminspire copied to clipboard
Make the project name from the SDK configurable
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?