simple_mappers
This module contains the following simple mappers:
- IdentityMapper
- HardcodedMapper
HardcodedMapper
Bases: Mapper
Source code in opensquirrel\mapper\simple_mappers.py
__init__(qubit_register_size, mapping)
A HardcodedMapper
maps each virtual qubit to a hardcoded physical qubit
IdentityMapper
Bases: Mapper
Source code in opensquirrel\mapper\simple_mappers.py
__init__(qubit_register_size)
An IdentityMapper
maps each virtual qubit to exactly the same physical qubit.