Skip to content

Commit 2b307ed

Browse files
committed
fixed comment. resolve eclipse-xacc#355
1 parent d1016ec commit 2b307ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantum/plugins/ibm/accelerator/IBMAccelerator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ void IBMAccelerator::contributeInstructions(
10351035
std::string numberParameterNames[] = {"phase", "frequency"};
10361036
for (const auto& numberName : numberParameterNames) {
10371037
if ((*seq_iter).find(numberName) != (*seq_iter).end()) {
1038-
// we have phase too
1038+
// we have phase or frequency too
10391039
auto p = (*seq_iter)[numberName];
10401040
if (p.is_string()) {
10411041
// this is a variable we have to keep track of

0 commit comments

Comments
 (0)