diff --git a/docs/sphinx/targets/cpp/infleqtion.cpp b/docs/sphinx/targets/cpp/infleqtion.cpp index de2f57f0d5..42a567842d 100644 --- a/docs/sphinx/targets/cpp/infleqtion.cpp +++ b/docs/sphinx/targets/cpp/infleqtion.cpp @@ -1,21 +1,21 @@ // Compile and run with: // ``` -// nvq++ --target infleqtion infleqtion.cpp -o out.x && ./out.x +// nvq++ --target `infleqtion` `infleqtion`.cpp -o out.x && ./out.x // ``` // This will submit the job to the ideal simulator for Infleqtion, // `cq_sqale_simulator` (default). Alternatively, we can enable hardware noise // model simulation by specifying `noise-sim` to the flag `--infleqtion-method`, // e.g., // ``` -// nvq++ --target infleqtion --infleqtion-machine cq_sqale_qpu -// --infleqtion-method noise-sim infleqtion.cpp -o out.x && ./out.x +// nvq++ --target `infleqtion` --`infleqtion`-machine `cq`_`sqale`_qpu +// --`infleqtion`-method noise-sim `infleqtion`.cpp -o out.x && ./out.x // ``` -// where "noise-sim" instructs Superstaq to perform a noisy emulation of the +// where "noise-sim" instructs `Superstaq` to perform a noisy emulation of the // QPU. An ideal dry-run execution on the QPU may be performed by passing -// `dry-run` to the `--infleqtion-method` flag, e.g., +// `dry-run` to the --`infleqtion`-method flag, e.g., // ``` -// nvq++ --target infleqtion --infleqtion-machine cq_sqale_qpu -// --infleqtion-method dry-run infleqtion.cpp -o out.x && ./out.x +// nvq++ --target `infleqtion` --`infleqtion`-machine `cq`_`sqale`_qpu +// --`infleqtion`-method dry-run `infleqtion`.cpp -o out.x && ./out.x // ``` // Note: If targeting ideal cloud simulation, // `--infleqtion-machine cq_sqale_simulator` is optional since it is the @@ -24,7 +24,7 @@ #include #include -// Define a simple quantum kernel to execute on Infleqtion backends. +// Define a simple quantum kernel to execute on `infleqtion` backends. struct ghz { // Maximally entangled state between 5 qubits. auto operator()() __qpu__ {