diff --git a/runtime/cudaq/platform/default/rest/helpers/ionq/IonQServerHelper.cpp b/runtime/cudaq/platform/default/rest/helpers/ionq/IonQServerHelper.cpp index 83ce265bc4..38d9624f28 100644 --- a/runtime/cudaq/platform/default/rest/helpers/ionq/IonQServerHelper.cpp +++ b/runtime/cudaq/platform/default/rest/helpers/ionq/IonQServerHelper.cpp @@ -167,6 +167,8 @@ int IonQServerHelper::setQubits(const std::string &target) { {"simulator", 29}, {"qpu.harmony", 11}, {"qpu.aria-1", 25}, + {"qpu.forte-enterprise-1", 36}, + {"qpu.forte-enterprise-2", 36} }; return getOrDefault(qubitMap, target, 29); // 29 is the default value