File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313#include < string>
1414
15+ // NOLINTBEGIN(readability-identifier-naming)
1516namespace mlir ::qasm {
1617
17- // NOLINTBEGIN(readability-identifier-naming)
1818const std::string allocQubit = R"qasm( OPENQASM 3.0;
1919include "stdgates.inc";
2020qubit q;
@@ -663,6 +663,6 @@ if (c) {
663663 z q[0];
664664}
665665)qasm" ;
666- // NOLINTEND(readability-identifier-naming)
667666
668667} // namespace mlir::qasm
668+ // NOLINTEND(readability-identifier-naming)
Original file line number Diff line number Diff line change 1212
1313#include < string>
1414
15+ // NOLINTBEGIN(readability-identifier-naming)
1516namespace mlir ::qasm {
1617
1718// / Allocates a single qubit.
@@ -328,3 +329,4 @@ extern const std::string simpleIf;
328329extern const std::string ifElse;
329330
330331} // namespace mlir::qasm
332+ // NOLINTEND(readability-identifier-naming)
You can’t perform that action at this time.
0 commit comments