Programming with Qiskit
Although we’ve used the QASM language to program our quantum circuits on the IBM Quantum Computer, the primary way we coded the circuits was by dragging and dropping gates from the gates palette onto the Composer. This drag-and-drop process results in the circuits being programmed in the QASM language.
But QASM is a low-level assembly language that we can’t integrate with other systems, such as a database to pull in data to build circuits. Dragging and dropping gates lets us learn about quantum concepts without getting distracted by classical language-specific constructs. In practice, though, you’ll want to invoke quantum phenomena in conventional programming languages. In this section, you’ll learn to incorporate quantum ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access