Commit 5d719bae authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Clean up the demo readme



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent dd671cb5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@

- QCOR Intro: single-source quantum-classical programming; data types (qreg/AcceleratorBuffer); QCOR compiler CLI; QCOR -> XACC (runtime); XACC IR (Instruction/CompositeInstruction); Accelerator/QPU target (native gate set mapping).

- Topology placement and (runtime) circuit optimization passes (runtime pass manager)

- Advance: GHZ with many qubits (MPS simulation) and pulse-level IR (using IBM Accelerator in pulse mode)

## Outline

@@ -20,10 +17,6 @@

- Execution: state-vector (`qpp`); noisy (`aer`); IBM; IonQ. Show QObj (IBMQ portal) to demonstate native gate set mapping (e.g. H -> rz and sx decomposition)

- Choose IBM pulse-mode (submitting pulses to IBM)

- Python binding: `ghz.py` - QCOR IR from Qiskit

- IonQ: Create `.ionq_config` with 

```