Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit a32508e

Browse files
authored
Quantum Circuits (#387)
* Quantum Circuits * Clarifying explanations. * update quantumcircuit notebook with circuit resource count * Moving
1 parent 67a0519 commit a32508e

3 files changed

Lines changed: 1038 additions & 1 deletion

File tree

index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"\n",
5353
"Terra, the ‘earth’ element, is the foundation on which the rest of the software lies. Terra provides a bedrock for composing quantum programs at the level of circuits and pulses, to optimize them for the constraints of a particular device, and to manage the execution of batches of experiments on remote-access devices. Terra defines the interfaces for a desirable end-user experience, as well as the efficient handling of layers of optimization, pulse scheduling and backend communication.\n",
5454
" * [Summary of Quantum operations](qiskit/terra/summary_of_quantum_operations.ipynb) - list of quantum operations (gates, reset, measurements) in Qiskit Terra\n",
55-
" * Using the QuantumCircuit object\n",
55+
" * [Quantum Circuits](qiskit/terra/QuantumCircuits.ipynb) - Gives a summary of the `QuantumCircuit` object\n",
5656
" * Compiling and executing a quantum program\n",
5757
" * The Transpiler \n",
5858
" \n",

0 commit comments

Comments
 (0)