Mine Starks

Results 36 comments of Mine Starks

More bells and whistles after v1: - [ ] Allow specifying qubit register width for operation circuits (instead of hardcoded 2) - [ ] State annotations on the circuit -...

@billti @cesarzc I wonder if we can just add these to the integration test suite?

Hmmm, I suspect that installing the extension this way (into the container instead of the browser) just doesn't work since we're built as a web extension. I'm getting an activation...

For reference, code example: [Q# Playground link](https://microsoft.github.io/qsharp/?code=H4sIAAAAAAAACp1QPU%2FDUAzc8ytuTCSUSIztAlIZK4FU9prE4Vlt7PCeo4BQ%2FztKaCFlxJN1Pvk%2BlDpOPdWMHSfHZwYAdw%2Fq8ePRRD0vZsR6juRiii2J5gVWeFa58KepKih1DI7R4gr7zdD1W6qDKO%2Bh5mht0KZc8u%2FxNkh9QCvvSMGGY4MXhrUtR24QOPINxiB1wDgfqWlAuvxgPSuSk3PH6iCHB4ZbD2vnVS%2FxfoUXxvJijRk%2FZacsy%2FSqi9tzuKrCLkiaHI4JYyAHoY9TI3%2F1v20ezQ44yuGsOXO2UkdL1nr5NJD60JUboVe15FKndfbv1q%2FD%2FGT5AkwS7qzWAQAA&profile=unrestricted) ```qsharp namespace Test { @EntryPoint() operation Main() : Unit { // name error: `DumpMachine` not found. // A quick fix should be offered...

@Manvi-Agrawal I want to assign this issue to you, but I think you need to comment on this post first. Could you just comment on this post so GitHub will...

Congrats on closing our first UnitaryHACK bounty issue @Manvi-Agrawal ! :)

**CONTRIBUTORS PLEASE READ** Welcome! Please read carefully if you'd like to contribute a fix to this issue. For this issue we're looking for a way to support callables inside interpolated...

Two things come to mind from reading the user issues: * Re: #1195 The help text for `Qsc.Resolve.NotFound` is not that helpful. We know exactly what the problem is, and...

I don't understand how there can be such a dramatic difference in time taken to run all samples twice vs the existing "build all samples" logic. running all samples twice:...

Can we maybe add a build script to iterate through the samples and include _all_ of them in the Rust tests? The fact that each sample is hardcoded sadly takes...