qiskit.ignis.measurement.LinearIQDiscriminator.is_calibration¶
- LinearIQDiscriminator.is_calibration(result_name)¶
Identify if a name corresponds to a calibration name identified by the regex pattern self._cal_pattern.
- প্যারামিটার
result_name (
str
) -- name of the result to be tested.- রিটার্নস
- True if the name of the result indicates that it is a
calibration result.
- রিটার্ন টাইপ
bool