check_mapper
This module contains checks for the Mapper
pass.
check_mapper(mapper)
Check if the mapper
complies with the OpenSquirrel requirements.
If a Mapper
implementation passes these checks, it should be compatible with the Circuit.map
method.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mapper
|
Mapper
|
Mapper to check. |
required |