✨ Partial equivalence checking (#375) #1242
Annotations
1 error and 7 warnings
Fail if linter found errors
Process completed with exit code 1.
|
Run cpp-linter:
src/EquivalenceCheckingManager.cpp#L159
variable 'garbageQubitsPresent' of type 'bool' can be declared 'const'
|
Run cpp-linter:
src/checker/dd/DDAlternatingChecker.cpp#L104
variable 'isClose' of type 'bool' can be declared 'const'
|
Run cpp-linter:
src/checker/dd/DDAlternatingChecker.cpp#L151
unchecked access to optional value
|
Run cpp-linter:
src/checker/dd/DDAlternatingChecker.cpp#L152
unchecked access to optional value
|
Run cpp-linter:
test/legacy/test_journal.cpp#L133
variable 'gates_to_remove' of type 'unsigned short' can be declared 'const'
|
Run cpp-linter:
test/legacy/test_journal.cpp#L156
avoid do-while loops
|
Run cpp-linter:
test/legacy/test_journal.cpp#L210
avoid do-while loops
|
Loading