Orion Martin

Results 97 comments of Orion Martin

It looks like the translation is fine - `cirq.decompose` converts to an empty circuit - but `compute_amplitudes` is misbehaving due to all qubits having been abstracted away. qsim ought to...

> Could this be due to the options passed to the initialization of the Qsimh simulator? I just copied the options from https://github.com/quantumlib/qsim/blob/master/docs/cirq_interface.md; I don't know what they mean and...

> > The results still should be correct but differ from qsim results in general. > > @sergeisakov In the second example that I gave above, the output is actually...

Can you verify that this fixes the sample code above? On a related note, do you know why this was only affected the rendering fracture step, and not manual fracturing?...

``` ERROR: Analysis of target '//apps:qsim_amplitudes' failed; build aborted: no such package '@platforms//cpu': The repository '@platforms' could not be resolved ```

@VolodyaCO Please see [this comment](https://github.com/quantumlib/qsim/issues/495#issuecomment-1126317127) - in short, the M1 architecture does not support the vector instructions qsim uses for fast simulation. Some alternatives are suggested in the linked comment.

Bump to remove `stale` label. [Documentation](https://gdsfactory.github.io/gdsfactory/_autosummary/gdsfactory.routing.get_bundle_all_angle.html?highlight=get_bundle_all_angles) for this feature is still fairly limited.

I'd like to echo the push for this. While I recognize the difficulty of setting up typechecking initially is considerable, the value added for both users and developers cannot be...

Bumping this issue to remove staleness label. Is this still planned for kfactory / v8.0 ?

This has come up often enough (with people rolling their own methods to do so) that it's worth doing. It may be preferable for this behavior to be available as...