Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK의 이전 버전입니다. 최신 버전으로 이동

Root namespace (qiskit)

Most Qiskit functionality is accessed through specific submodules. You can consult the top-level documentation of qiskit to find the list of modules, such as qiskit.circuit or qiskit.transpiler.passes.

Several names are re-exported from the repository root, whose canonical public locations are in submodules. The re-exports in the root namespace are part of Qiskit’s public API.

Names re-exported from qiskit.circuit:

칼럼 1
칼럼 2
AncillaRegister([size, name, bits])Implement an ancilla register.
ClassicalRegister([size, name, bits])Implement a register.
QuantumCircuit(*regs[, name, global_phase, ...])Core Qiskit representation of a quantum circuit.
QuantumRegister([size, name, bits])Implement a register.

Names re-exported from qiskit.compiler:

칼럼 1
칼럼 2
transpile(circuits[, backend, basis_gates, ...])Transpile one or more circuits, according to some desired transpilation targets.

Names re-exported from qiskit.exceptions:

칼럼 1
칼럼 2
MissingOptionalLibraryError(libname, name[, ...])Raised when an optional library is missing.
QiskitError(*message)Base class for errors raised by Qiskit.

Names re-exported from qiskit.transpiler:

칼럼 1
칼럼 2
generate_preset_pass_manager([...])Generate a preset PassManager
이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.