PhysicalPredicate
- class PhysicalPredicate[source]
Bases:
PassPredicateThe 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
PassPredicatefor more info.