Loading
More proper support for SSA value semantics in qreg alias handler
Related to https://github.com/ORNL-QCI/qcor/issues/186 Enhance the SymbolTable type to track symbol aliasing in a 'by-ref' manner. We want to bind qubit var name (qreg_name + index) to the true SSA value to be tracked by quantum instruction handler. Signed-off-by:Thien Nguyen <nguyentm@ornl.gov>