We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1016ec commit 2b307edCopy full SHA for 2b307ed
quantum/plugins/ibm/accelerator/IBMAccelerator.cpp
@@ -1035,7 +1035,7 @@ void IBMAccelerator::contributeInstructions(
1035
std::string numberParameterNames[] = {"phase", "frequency"};
1036
for (const auto& numberName : numberParameterNames) {
1037
if ((*seq_iter).find(numberName) != (*seq_iter).end()) {
1038
- // we have phase too
+ // we have phase or frequency too
1039
auto p = (*seq_iter)[numberName];
1040
if (p.is_string()) {
1041
// this is a variable we have to keep track of
0 commit comments