We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a822b37 commit 389fb41Copy full SHA for 389fb41
targettests/execution/graph_coloring-1.cpp
@@ -9,7 +9,7 @@
9
// REQUIRES: c++20
10
// clang-format off
11
// RUN: %time nvq++ %s -o %t --target infleqtion --emulate && %t | FileCheck %s
12
-// RUN: %time nvq++ %cpp_std --target iqm --emulate %s -o %t && IQM_QPU_QA=%iqm_tests_dir/Crystal_54.txt %t | FileCheck %s
+// RUN: %time nvq++ %cpp_std --target iqm --emulate %s -o %t && IQM_QPU_QA=%iqm_tests_dir/Crystal_5.txt %t | FileCheck %s
13
// RUN: %time nvq++ %s -o %t --target quantinuum --emulate && %t | FileCheck %s
14
// RUN: %time if %braket_avail; then nvq++ %s -o %t --target braket --emulate && %t | FileCheck %s; fi
15
// RUN: %time if %qci_avail; then nvq++ %cpp_std --target qci --emulate %s -o %t && %t | FileCheck %s; fi
0 commit comments