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.
- Parameter
result_name (
str
) – name of the result to be tested.- Rückgabe
- True if the name of the result indicates that it is a
calibration result.
- Rückgabetyp
bool