Skip to content
1 Perform Operations on Quantum Circuits
- Construct multi-qubit quantum registers
- Measure quantum circuits in classical registers
- Use single-qubit gates
- Use multi-qubit gates
- Use barrier operations
- Return the circuit depth
- Extend quantum circuits
- Return the OpenQASM string for a circuit
2 Executing Experiments
- Execute a quantum circuit
3 Implement BasicAer: Python-based Simulators
- Use the available simulators
4 Implement Qasm
- Read a QASM file and string
5 Compare and Contrast Quantum Information
- Use classical and quantum registers
- Use operators
- Measure fidelity
6 Return the Experiment Results
- Return and understand the histogram data of an experiment
- Return and understand the statevector of an experiment
- Return and understand the unitary of an experiment
7 Use Qiskit Tools
- Monitor the status of a job instance
8 Display and Use System Informatio
- Perform operations around the Qiskit version
- Use information gained from %quiskit_backend_overview
9 Construct Visualizations
- Draw a circuit
- Plot a histogram of data
- Plot a Bloch multivector
- Plot a Bloch vector
- Plot a QSphere
- Plot a density matrix
- Plot a gate map with error rates
10 Access Aer Provider
- Access a statevector_simulator backend
- Access a qasm_simulator backend
- Access a unitary_simulator backend
Like this:
Like Loading...