Phase.soft_compare¶
- Phase.soft_compare(other)¶
Soft comparison between gates. Their names, number of qubits, and classical bit numbers must match. The number of parameters must match. Each parameter is compared. If one is a ParameterExpression then it is not taken into account.
- Parameters:
other (instruction) – other instruction.
- Returns:
are self and other equal up to parameter expressions.
- Return type:
bool