CostFunction#

Module: iqm.qubit_selector.qubit_selector

class iqm.qubit_selector.qubit_selector.CostFunction(value)#

Bases: StrEnum

Enumeration representing different types of cost functions used in the application.

GATE_COST_CZ#

Represents the cost associated with gate operations.

GATE_COST_CLIFFORD#

Represents the cost associated with gate operations and CZ as CLIFFORD.

Attributes

Methods

Inheritance

Inheritance diagram of iqm.qubit_selector.qubit_selector.CostFunction