Commit 85cd7197 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

updates to readme

parent 3bd59a4c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -99,10 +99,10 @@ int main(int argc, char **argv) {
}

```
To compile this with QCOR targeting the TNQVM simulator, run the following
To compile this with QCOR targeting a Rigetti QCS QPU, run the following

```bash
$ qcor -o deuteron -a tnqvm deuteron.cpp
$ qcor -o deuteron -a qcs:Aspen-4-4Q-A deuteron.cpp
```
This will create the ```deuteron``` quantum-classical binary executable.
Now just run