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 3dd0130 commit b3ab3e5Copy full SHA for b3ab3e5
docs/sphinx/examples/qec/cpp/real_time_complete.cpp
@@ -6,9 +6,11 @@
6
* the terms of the Apache License 2.0 which accompanies this distribution. *
7
******************************************************************************/
8
9
+// clang-format off
10
// Compile and run:
11
// nvq++ --target=stim -lcudaq-qec -lcudaq-qec-realtime-decoding -lcudaq-qec-realtime-decoding-simulation real_time_complete.cpp
12
// NOTE: This must be on one line for the CI system to parse it correctly.
13
+// clang-format on
14
15
// [Begin Documentation]
16
0 commit comments