Skip to content

Commit 0dd18f3

Browse files
qrmi config example for pasqal local
1 parent f47be50 commit 0dd18f3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

demo/qrmi/etc/slurm/qrmi_config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
"QRMI_PASQAL_CLOUD_PROJECT_ID": "",
3333
"QRMI_PASQAL_CLOUD_AUTH_TOKEN": ""
3434
}
35+
},
36+
{
37+
"name": "PASQAL_LOCAL",
38+
"type": "pasqal-local",
39+
"environment": {
40+
"QRMI_URL": "http://localhost:4207"
41+
}
3542
}
3643
]
37-
}
44+
}

0 commit comments

Comments
 (0)