FineXDrag¶
- class FineXDrag(qubit, backend=None)[source]¶
Class to fine characterize the DRAG parameter of an X gate.
Analysis Class Reference
Experiment Options
These options can be set by
set_experiment_options()
method.- Parameters:
repetitions (List[int]) – A list of the number of times that Rp - Rm gate sequence is repeated.
schedule (ScheduleBlock) – The schedule for the plus rotation.
gate (Gate) – FineXDrag calibrates an XGate.
Transpiler Options
This option can be set by
set_transpile_options()
method.This option is used for circuit optimization. See the documentation of
qiskit.transpile
for available options.Backend Run Options
This option can be set by
set_run_options()
method.This option is used for controlling job execution condition. Note that this option is provider dependent. See provider’s backend runner API for available options. See the documentation of
IBMQBackend.run
for the IBM Quantum Service.See also
Module(s)
FineDrag
Initialization
Initialize the experiment.
Attributes
Return the analysis instance for the experiment
Return the analysis options for
run()
analysis.Return the backend for the experiment
Return the options for the experiment.
Return experiment type.
Return the number of qubits for the experiment.
Return the device qubits for the experiment.
Return options values for the experiment
run()
method.Return the transpiler options for the
run()
method.Methods
Create the circuits for the fine DRAG calibration experiment.
Return the config dataclass for this experiment
Return a copy of the experiment
FineXDrag.enable_restless
([rep_delay, ...])Enables a restless experiment by setting the restless run options and the restless data processor.
FineXDrag.from_config
(config)Initialize an experiment from experiment config
FineXDrag.run
([backend, analysis, timeout])Run an experiment and perform analysis.
FineXDrag.set_experiment_options
(**fields)Set the experiment options.
FineXDrag.set_run_options
(**fields)Set options values for the experiment
run()
method.FineXDrag.set_transpile_options
(**fields)Set the transpiler options for
run()
method.