Cassandra Granade

Results 169 comments of Cassandra Granade

Thanks for your report! I believe this should be fixed with #685, but please feel free to re-open if you encounter a regression. Thank you!

If it's helpful to anyone working on this, I took a quick stab at writing out the first part (approximating floating point numbers) a little while ago, and it turns...

Thanks for raising this, @J1990! We'll look at how to add more examples of using those QML library functions in API documentation. As a side note, you may also be...

Part of the problem is that Q# operations really aren't circuits; while tools like `%trace` provided with IQ# can show execution paths when running Q# programs, I think it would...

Have you tested these changes manually to ensure that they do not break the respective samples? Changes to chart.js can cause GUI samples to stop working such that manual validation...

Thanks for the suggestion, @crazy4pi314! If you're interested, I've been working on an **experimental** and **untested** approach at https://github.com/microsoft/qsharp-runtime/tree/cgranade/experimental/opensim. This experiment may not go anywhere in particular, and there's currently...

OK, here's an **experimental** build for Q# standalone and Q# + C# (no IQ# or Python support yet) that should be able to run some simple Q# applications (e.g.: only...

Thanks for putting this through it's paces, @crazy4pi314! If you're interested, a new alpha should be up as 0.15.210223451-alpha, including better support for DumpMachine, `%experimental.noise_model`, and `%config` support from within...

> Interesting. So how are the noise patterns represented ? Great question! This is still experimental, so gathering feedback on that, actually. My initial thoughts are mainly with respect to...

@guenp: Thanks for raising that, yeah. At the moment, we don't have a good general mechanism for setting simulator configuration options from standalone projects, but I completely agree that that...