Main Content

Calcolo quantistico basato su porte

Algoritmi di calcolo quantistico basati su porte
Da R2023a

Creare porte e circuiti quantistici, simulare circuiti sul computer locale ed eseguire circuiti su hardware remoto utilizzando Amazon® Web Services (AWS®) o IBM® Qiskit® Runtime Services.

Classi

espandi tutto

quantumCircuitQuantum computing circuit
quantum.gate.SimpleGateSimple gate for quantum computing
quantum.gate.CompositeGateComposite gate for quantum computing
quantum.gate.QuantumStateState of qubits in quantum circuit
quantum.gate.QuantumMeasurementMeasurement result of quantum circuit
quantum.backend.QuantumDeviceAWSQuantum device available through AWS
quantum.backend.QuantumTaskAWSTask sent to AWS for execution on quantum device
quantum.backend.QuantumDeviceIBMQuantum device available through IBM (Da R2023b)
quantum.backend.QuantumTaskIBMTask sent to IBM for execution on quantum device (Da R2023b)

Proprietà

QuantumCircuitChart PropertiesQuantum circuit plot appearance and behavior (Da R2023b)

Funzioni

espandi tutto

Porte su un qubit di destinazione

hGateHadamard gate
idGateIdentity gate
xGatePauli X gate
yGatePauli Y gate
zGatePauli Z gate

Porte di rotazione

rxGatex-axis rotation gate
ryGatey-axis rotation gate
rzGatez-axis rotation gate
r1Gatez-axis rotation gate with global phase
sGateS gate
siGateInverse S gate
tGateT gate
tiGateInverse T gate

Porte con un qubit di controllo e un qubit di destinazione

chGateControlled Hadamard gate
cnotGateCNOT gate (controlled X gate)
cxGateControlled X gate (CNOT gate)
cyGateControlled Y gate
czGateControlled Z gate

Porta di scambio dello stato di due qubit

swapGateSwap gate

Porte di rotazione controllate

crxGateControlled x-axis rotation gate
cryGateControlled y-axis rotation gate
crzGateControlled z-axis rotation gate
cr1GateControlled z-axis rotation gate with global phase

Porta X controllata

ccxGateControlled controlled X gate (CCNOT or Toffoli gate)

Porte di accoppiamento Ising

rxxGateIsing XX coupling gate
ryyGateIsing YY coupling gate
rzzGateIsing ZZ coupling gate

Porte composite e specializzate

compositeGateConstruct composite gate for quantum computing
qftGateQuantum Fourier transform gate
initGateInitialization gate with specified qubit states (Da R2023b)
unitaryGateUnitary matrix gate (Da R2023b)
mcxGateMulti-controlled X gate

Porte di rotazione controllate uniformemente

ucrxGateUniformly controlled x-axis rotation gate (Da R2023b)
ucryGateUniformly controlled y-axis rotation gate (Da R2023b)
ucrzGateUniformly controlled z-axis rotation gate (Da R2023b)

Argomenti

Nozioni di base e workflow