Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
QiskitCircuit |
| | |
| |
Property | Result | |
"Qubits" | the number of qubits | |
"Depth" | the circuit depth | |
"Ops" | the gate counts, an Association of gate name to count | |
"Clbits" | the classical-bit indices | |
"QuantumCircuitOperator" | ||
"QuantumOperator" | ||
"Matrix" | the unitary matrix | |
"Diagram" | qiskit's Matplotlib drawing of the circuit | |
"Graphics" | the circuit drawn through LaTeX | |
"QASM" "QASM2" | OpenQASM 2.0 source | |
"QASM3" | OpenQASM 3.0 source | |
"QPY" | compressed qiskit QPY bytes | |
"Decompose" | decompose each gate n times, giving a QiskitCircuit | |
"Transpile" | transpile to a native basis or backend, giving a QiskitCircuit | |
"Layout" | a plot of the transpiled qubit layout on a backend | |
"Validate" | validate the circuit on an IBM backend | |
"Bytes" |
QuantumCircuitOperator |
QuantumCircuitOperator |
|
QuantumCircuitOperator |
|
|