You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding resource exclusion to 1Q gates required a significant extension to both the addresser and the compressor logic. It's not clear to me whether there is a similar fleet of edge cases to work through with classically parametrized 2Q gates. Investigate this.
The text was updated successfully, but these errors were encountered:
s/EXTERN/STUB - renaming EXTERN keyword to STUB
Add zero-qubit frame in a DEFRAME in tests
Remove sample-rate from DEFWAVEFORM
Added NON_VOLATILE pragma
Add EXTERN, numerical expression support, printing
Add: CALL instruction
Addressing CALL instructions
Add PRAMGA EXTERN for declaring extern function signatures
Checking extern type for externs in expressions
Add tests for extern and extern pragma processing
Fix: nits; Catch EXTERN PRAGMA parse error and rethrow warning
Remove: malformed extern pragmas no longer signal errors
Fix: indentation
Add: comment about why we check pragma signatures at parse time
Add: Comment about why we're parsing EXTERN pragmas diffrently
Fix: nits
Updates in light of #88
Adding resource exclusion to 1Q gates required a significant extension to both the addresser and the compressor logic. It's not clear to me whether there is a similar fleet of edge cases to work through with classically parametrized 2Q gates. Investigate this.
The text was updated successfully, but these errors were encountered: