PhysicalPredicate

class PhysicalPredicate[source]

Bases: PassPredicate

The PhysicalPredicate class.

The PhysicalPredicate returns true if the circuit can be executed on the workflow’s machine model with the current placement.

__init__()

Methods

get_truth_value(circuit, data)

Call this predicate, see PassPredicate for more info.