Skip to content

Commit 1ff2a6f

Browse files
authored
Incorrect environment variable name for Direct Access (#131)
1 parent 9093b56 commit 1ff2a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service/qiskit_runtime_service qrmi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class QiskitRuntimeService {
152152

153153
std::string header;
154154
if (type_ == QRMI_RESOURCE_TYPE_IBM_DIRECT_ACCESS) {
155-
header = "_QRMI_IBM_DS_";
155+
header = "_QRMI_IBM_DA_";
156156
} else if (type_ == QRMI_RESOURCE_TYPE_PASQAL_CLOUD) {
157157
std::cerr << " ERROR: resource type QRMI_RESOURCE_TYPE_PASQAL_CLOUD is not supported yet" << std::endl;
158158
return Qiskit::providers::QRMIBackend();

0 commit comments

Comments
 (0)