Revision 2eae3de9bbf082c02c75ac36289c4dbe27603162 authored by EPiQC on 25 July 2016, 02:36:17 UTC, committed by GitHub on 25 July 2016, 02:36:17 UTC
1 parent c577620
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 ...