wang-anthony03

Results 6 comments of wang-anthony03

Hi, if no one else is currently working on this issue I'd like to pick it up.

After creating a Circuit.reverse() method, would it be in scope for this issue to search for naive reversing of circuits and replace those with the new Circuit.reverse() method? Or would...

The tests for the stratify transformer seem to use the naive reversal as the basis of their "correct". Should these tests be modified to reflect the new reversal method? I'm...

Wasn't sure about modifying in place vs returning a modified circuit, I can switch the approach if returning a modified circuit would be better. Also, I am new to open...

Is there a use case for preserving the order of operations in the moments? If not, would a more verbose function name serve this purpose better? I'm planning on opening...

Sorry, was a bit busy the past weeks, going to fix the testing issues and send in an update.