ysiraichi / enfield

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

Move the cost computation out. #25

Closed ysiraichi closed 6 years ago

ysiraichi commented 6 years ago

The computation of the cost of an allocation should be done separately in another Pass, instead of letting each QbitAllocator define its cost by itself.