|
38 | 38 | "## 2 Qiskit Terra\n", |
39 | 39 | "\n", |
40 | 40 | "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", |
41 | | - |
42 | 41 | " * [Quantum circuits](terra/quantum_circuits.ipynb) - gives a summary of the `QuantumCircuit` object\n", |
43 | | - " * [Visualizing a quantum circuit](terra/visualizing_a_quantum_circuit.ipynb) - details on drawing your quantum circuits\n", |
| 42 | + " * [Advanced circuits](terra/advanced_circuits.ipynb) - new circuit building tools added in Terra 0.8, including registerless declarations, composite gate updates and parameterized circuits\n", |
44 | 43 | " * [Summary of quantum operations](terra/summary_of_quantum_operations.ipynb) - list of quantum operations (gates, reset, measurements) in Qiskit Terra\n", |
45 | | - " * [Mapping circuit qubits to device qubits](terra/device_mapping.ipynb) - How to manually select the mapping of qubits from a circuit to a given device.\n", |
46 | | - " * [Reduced backends and noise models](terra/reduced_backends.ipynb) - Working with sub-graphs of a quantum device topology.\n", |
| 44 | + " * [Visualizing a quantum circuit](terra/visualizing_a_quantum_circuit.ipynb) - details on drawing your quantum circuits\n", |
| 45 | + " * [Using the transpiler](terra/using_the_transpiler.ipynb) - getting started with circuit analysis and optimization\n", |
| 46 | + " * [Writing a transpiler pass](terra/writing_a_transpiler_pass.ipynb) - how to extend the transpiler with a new pass\n", |
| 47 | + " * [Mapping circuit qubits to device qubits](terra/device_mapping.ipynb) - how to manually select the mapping of qubits from a circuit to a given device.\n", |
| 48 | + " * [Reduced backends and noise models](terra/reduced_backends.ipynb) - working with sub-graphs of a quantum device topology.\n", |
47 | 49 | " * [Monitoring jobs and backends](terra/backend_monitoring_tools.ipynb) - tools for monitoring jobs and backends\n", |
48 | 50 | " * [Parallel tools](terra/terra_parallel_tools.ipynb) - executing tasks in parallel using `parallel_map` and tracking progress\n", |
49 | 51 | " * [Creating a new provider](terra/creating_a_provider.ipynb) - a guide to integration of a new provider with Qiskit structures and interfaces\n", |
50 | 52 | " * [Calibrating a qubit](terra/calibrating_a_qubit.ipynb) - an introduction to working with the pulse API by way of calibrating a qubit\n", |
51 | | - " * [Operators overview](terra/operators_overview.ipynb) - Gives a summary of the features and uses of the Operator class.\n", |
52 | | - " * [Advanced circuits](terra/advanced_circuits.ipynb) - new circuit building tools added in Terra 0.8, including registerless declarations, composite gate updates and parameterized circuits\n", |
53 | | - |
| 53 | + " * [Operators overview](terra/operators_overview.ipynb) - gives a summary of the features and uses of the Operator class.\n", |
| 54 | + "\n", |
54 | 55 | " \n", |
55 | 56 | "## 3 Qiskit Interacitve Plotting and Jupyter Tools\n", |
56 | 57 | "\n", |
|
96 | 97 | { |
97 | 98 | "cell_type": "code", |
98 | 99 | "execution_count": null, |
99 | | - "metadata": {}, |
| 100 | + "metadata": { |
| 101 | + "collapsed": true |
| 102 | + }, |
100 | 103 | "outputs": [], |
101 | 104 | "source": [] |
102 | 105 | } |
|
118 | 121 | "name": "python", |
119 | 122 | "nbconvert_exporter": "python", |
120 | 123 | "pygments_lexer": "ipython3", |
121 | | - "version": "3.5.6" |
| 124 | + "version": "3.6.3" |
122 | 125 | } |
123 | 126 | }, |
124 | 127 | "nbformat": 4, |
|
0 commit comments