Cassandra Granade
Cassandra Granade
Thanks for tagging me on this and the original discussion, @swernli! Agreed, it would be good to make sure that the VS Code extension works well or at least degrades...
Thanks for filing this, @vivienlonde. Depending on whether this was observed in a C# + Q# program, a Q# standalone command-line program, or a Python + Q# program, we may...
Thanks for the additional details, @vivienlonde! I'll go on and transfer it to qsharp-runtime for further triage, then. Thanks!
Agreed entirely. Can I also request splitting parameter descriptions in to `` elements so that they show up in intelliSense correctly?
Confirmed that the same issue occurs for the following `environment.yml`: ``` channels: - conda-forge - quantum-engineering dependencies: - python>=3.6 - numpy - scipy - future - qutip - matplotlib
Narrowing down a bit further, I was unable to reproduce for the following environment.yml (downgrading IQ# conda package to June): ```yaml ## # environment.yml: Specification of a conda environment for...
Thanks for the feedback, and I apologize for the hassle caused! We've been working to improve the consistency of operations acting on numeric data in the proposal at #337, such...
I think such an attribute would be really helpful for interop with Python hosts, yeah. It's a bit confusing to list automatically lifted callables next to callables that the user...
Thanks for raising this, @cqc-melf! I'm not able to reproduce locally, would you be willing to share what commands you used to install the `qsharp` package? Thank you!
No worries, happy to help! That looks like it should work for installing iqsharp, not sure why I'm getting different behavior than you see in your CI. Let me investigate...