Cheng Xing

Results 42 comments of Cheng Xing

From the Cirq Cync: we're planning to drop support for OpenQASM 2 and move to OpenQASM 3. Does the same issue apply in the new version?

Thank you for the bug report. From the Cirq sync: to help make a decision regarding whether a fix or an exception is more appropriate, @p51lee do you have concrete...

`GridDevice` uses the `metadata.gateset` attribute to validate circuits. On the server side, this gateset is first constructed using the default gateset @wcourtney mentioned, but as part of instantiation, `GridDevice` uses...

Hi @SudhanshuJoshi09 , are you still interested in taking this issue?

Unassigning myself for now in case anyone can get to this before I can! Otherwise happy to take on this when I get some spare cycles.

#5240 should ideally be replaced by calling a refactored version of `get_qcs_objects_for_notebook` which would expose * the `project_id` used for signing in and * the `processor_id` in addition to (or...

Marking as after-1.0 since only a documentation change is necessary.

Would be good to arrive at a decision before 1.0 in case there are breaking changes necessary.

In the device refactor, the principle we've followed for arbitrary single qubit gates (e.g. `cirq.H`) is to not accept them directly and instead have them go through a transformer, so...