Closed S-Linde closed 6 months ago
How do I activate the github actions. When I made this pull-request the github actions started and some of them failed. Then (I think) I fixed the problem, but now the github actions are not running. What do I need to do to let them run?
A new commit to this branch should initiate the GitHub actions. Otherwise something is not configured correctly....
This Pull Request includes:
IdentityMapper
. Mapping the first virtual qubit to the first physical qubit, etc.HardcodedMapper
. Map using a predefined (hardcoded) mapping.Mapper
.Circuit
object.This also includes the following bugfix:
__eq__
ofMeasure
no longer returns an array of bools.Closes #152