Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK 의 이전 버전에서 가져온 것으로, 최신 버전에는 존재하지 않습니다. 최신 버전으로 업데이트하시기를 권장합니다. 자세한 정보는 릴리스 정보를 참조하십시오.

Qobj

qiskit.qobj


Base

QobjExperimentHeader(**kwargs)A class representing a header dictionary for a Qobj Experiment.
QobjHeader(**kwargs)A class used to represent a dictionary header in Qobj objects.

Qasm

QasmQobj([qobj_id, config, experiments, header])An OpenQASM 2 Qobj.
QasmQobjInstruction(name[, params, qubits, ...])A class representing a single instruction in an QasmQobj Experiment.
QasmQobjExperimentConfig([calibrations, ...])Configuration for a single OpenQASM 2 experiment in the qobj.
QasmQobjExperiment([config, header, ...])An OpenQASM 2 Qobj Experiment.
QasmQobjConfig([shots, seed_simulator, ...])A configuration for an OpenQASM 2 Qobj.
QasmExperimentCalibrations(gates)A container for any calibrations data.
GateCalibration(name, qubits, params, ...)Each calibration specifies a unique gate by name, qubits and params, and contains the Pulse instructions to implement it.

Pulse

PulseQobj(qobj_id, config, experiments[, header])A Pulse Qobj.
PulseQobjInstruction(name, t0[, ch, ...])A class representing a single instruction in an PulseQobj Experiment.
PulseQobjExperimentConfig([qubit_lo_freq, ...])A config for a single Pulse experiment in the qobj.
PulseQobjExperiment(instructions[, config, ...])A Pulse Qobj Experiment.
PulseQobjConfig(meas_level, meas_return, ...)A configuration for a Pulse Qobj.
QobjMeasurementOption(name[, params])An individual measurement option.
PulseLibraryItem(name, samples)An item in a pulse library.
이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.