issues
search
Alqor-UG
/
sqooler
SDK that allows remote access to different quantum hardware
https://alqor-ug.github.io/sqooler/
The Unlicense
3
stars
2
forks
source link
Do not allow to add a config with a name that already exists
#220
Closed
fretchen
closed
8 months ago
fretchen
commented
8 months ago
We are now able to sign the config dicts.
This avoids us to accidentally overwrite other dicts with the same name.
This is implemented by:
We are now clearly separating the case of an
upload
and an
update
.
update
for a signed backend is only possible if you are the owner of the private key.
This is implemented by:
upload
and anupdate
.update
for a signed backend is only possible if you are the owner of the private key.