Utilities (qiskit.utils
)¶
|
Decorator to automatically alias deprecated argument names and warn upon use. |
|
Emit a warning prior to calling decorated function. |
Basic hardware information about the local machine. |
|
Checks whether the current process is the main one |
|
|
Given a SI unit prefix and value, apply the prefix to convert to standard SI unit. |
Algorithm Utilities¶
Summarize circuits based on QuantumCircuit, and five metrics are summarized. |
|
Utility method to get an entangler map among qubits. |
|
Validate a user supplied entangler map and converts entries to ints. |
|
Check if IBMQ is installed |
|
check if Aer is installed |
|
Decorator to convert unnamed arguments to named ones. |
|
Class for global properties. |
Quantum Backend including execution setting. |
A QuantumInstance holds the Qiskit backend as well as a number of compile and
runtime parameters controlling circuit compilation and execution. Quantum
algorithms
are run on a device or simulator by passing a QuantumInstance setup with the desired
backend etc.