Quantum Computing
The MATLAB® Support Package for Quantum Computing enables you to prototype gate-based quantum algorithms. You can assemble quantum gates into a quantum circuit, simulate circuits on your local computer, and run circuits on remote hardware using Amazon® Web Services (AWS®).
To install the MATLAB Support Package for Quantum Computing, locate the add-on in Add-On Explorer using the instructions in Get and Manage Add-Ons.
Classi
quantumCircuit | Quantum computing circuit |
quantum.gate.SimpleGate | Simple gate for quantum computing |
quantum.gate.CompositeGate | Composite gate for quantum computing |
quantum.gate.QuantumState | State of qubits in quantum circuit |
quantum.gate.QuantumMeasurement | Measurement result of quantum circuit |
quantum.backend.QuantumDeviceAWS | Quantum device available through AWS |
quantum.backend.QuantumTaskAWS | Task sent to AWS for execution on quantum device |
Funzioni
Argomenti
- Introduction to Quantum Computing
This topic contains background information about qubits, quantum gates, and quantum circuits.
- Types of Quantum Gates
This topic describes the different types of quantum gates to build quantum algorithms.
- Local Quantum State Simulation
This topic describes how to simulate a quantum circuit locally and analyze the simulation results.
- Run Quantum Circuit on Hardware Using AWS
This topic describes how to run quantum circuits on remote hardware using Amazon Web Services.
- Graph Coloring with Grover's Algorithm
This example shows how to use Grover's algorithm on a quantum computer to solve graph coloring problems.