oqpy icon indicating copy to clipboard operation
oqpy copied to clipboard

Add None argument to barrier and delay

Open jcjaskula-aws opened this issue 1 year ago • 0 comments

Barrier and delay should take None as argument (which should be the default behavior):

.barrier() -> barrier;, i.e places a barrier on all frames .barrier([]) -> does NOT insert an AST node .barrier([frames]) -> barrier frame0, frame1, ...;, i.e. places a barrier on all listed frames

jcjaskula-aws avatar Oct 24 '22 22:10 jcjaskula-aws