ysiraichi / enfield

An OpenQASM source-to-source Compiler.
GNU General Public License v2.0
20 stars 8 forks source link

[SabreQAllocator]: fix on lookahead. #43

Closed ysiraichi closed 6 years ago

ysiraichi commented 6 years ago

When we were looking ahead, we could be looking into a single-qubit gate. So, whenever we tried to access its first position, we would SegFault.

ysiraichi commented 6 years ago

By the way, this only stress how much #42 is important. We have to create more tests without repeating code!!