https://github.com/epiqc/ScaffCC
Revision 9d2cca71cf54ddfebda26e247d82ae7b71d9e03c authored by Pranav Gokhale on 30 June 2018, 18:56:21 UTC, committed by Pranav Gokhale on 30 June 2018, 18:56:21 UTC
1 parent 720b0db
Tip revision: 9d2cca71cf54ddfebda26e247d82ae7b71d9e03c authored by Pranav Gokhale on 30 June 2018, 18:56:21 UTC
Fix OpenQASM output formatting of Rx and Ry
Fix OpenQASM output formatting of Rx and Ry
Tip revision: 9d2cca7
cat_state.n04.qasmh
-------QASM Generation Pass:
module catN_IP4_IPx_IPx_IPx_DPx_DPx_DPx_DPx ( qbit* bit , ) {
H ( bit[0] );
CNOT ( bit[1] , bit[0] );
CNOT ( bit[2] , bit[1] );
CNOT ( bit[3] , bit[2] );
}
module main ( ) {
qbit bits[4];
catN_IP4_IPx_IPx_IPx_DPx_DPx_DPx_DPx ( bits );
}
--------End of QASM generation

Computing file changes ...