Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
more Atom poo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Apr 9, 2020
1 parent 529cb98 commit d2feadf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ and other useful operations for Qiskit experimentation.

`qisjob` can run Qiskit experiments expressed as either:

<<<<<<< HEAD
* [OPENQASM Open Quantum Assembly Language](https://arxiv.org/abs/1707.03429)
* Use a well-formed OPENQASM2 file.
* Examples are found in the `qasm_examples` subdirectory of the project.
Expand All @@ -28,17 +27,6 @@ and other useful operations for Qiskit experimentation.
* Pass the name of your `QuantumCircuit` to the `--qc` argument of `qis_job.py`
* If you have multiple files of this sort, all must have the same name for their `QuantumCircuit` object.
* An example circuit (very long execution!) is found in the `qc_examples` subdirectory of the project.
=======
- [OPENQASM Open Quantum Assembly Language](https://arxiv.org/abs/1707.03429)
- Use a well-formed OPENQASM2 file.
- Examples are found in the `qasm_examples` subdirectory of the project.
- a Qiskit Terra `QuantumCircuit` Python code snippet.

- To use a code snippet, only import that which is absolutely needed in the snippet and provide no execution code.
- Pass the name of your `QuantumCircuit` to the `--qc` argument of `qis_job.py`
- If you have multiple files of this sort, all must have the same name for their `QuantumCircuit` object.
- An example circuit (very long execution!) is found in the `qc_examples` subdirectory of the project.
>>>>>>> 04f1a1270f9da254b5a719f9bd525ee97007b34e

You can load and run multiple files, but you cannot mix Qasm and `QuantumCircuit` files in the same execution of the `qisjob`.

Expand Down

0 comments on commit d2feadf

Please sign in to comment.