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.
- Paramètres
result_name (
str
) – name of the result to be tested.- Renvoie
- True if the name of the result indicates that it is a
calibration result.
- Type renvoyé
bool