qiskit.ignis.measurement.SklearnIQDiscriminator.is_calibration¶
- SklearnIQDiscriminator.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