Cassandra Granade
Cassandra Granade
> I think if we can't find any other solution to support .NET 5 and .NET Core 3.1 simultaneously, then adding `global.json` to the project template would make sense. But...
Does that imply that we need to add in documentation that .NET SDK 5 is not supported unless .NET Core SDK 3.1 is also installed? Is there a path towards...
This looks like a useful new operation, thank you for the suggestion and your PR! From the standpoint of an API review, I'd make a few different suggestions on how...
> ...but I'd also like to include the `argumentTransform` into the signature, then having two generic arguments. I'm not sure I understand the reasoning there? That feels like it duplicates...
LGTM, I think just one last minor suggestion: `ApplyToEachWindow` would match `ApplyToEach`, `ApplyToEachIndex`, etc. a bit better than `ApplyWindowed`. Other than that, happy to approve with no further comment. Thanks!
If you're using Q# from Python, the `qsharp.capture_diagnostics` context manager can be used to extract simulator dumps into QuTiP objects, where you can perform this kind of analysis. For example:...
@guenp: Based on the above, I don't think this is a regression, no, but an upstream bug that we may be affected by. @vivanwin: Thanks for filing, would you be...
Thanks for the help, @vivanwin! It's interesting that it works with the latest `jupyter-client` (7.0.6) on Python 3.7.3 but not 3.9.8. Trying locally on my machine with 3.9.7 (the latest...
Thanks for opening this! To explain a bit of the thinking behind the split between Core, Intrinsic, and Canon, Core is the set of functions and operations needed to support...
@anonymousr007: Thanks for reaching out! In general, this enhancement request is looking for API documentation (indicated by `///` comments on Q# functions and operations in this repo and in the...