Cassandra Granade

Results 169 comments of Cassandra Granade

As a follow-up, this seems possibly consistent with LTO bugs in rustc itself: https://github.com/rust-lang/rust/issues/51009

Apologies for missing your reply! I did still get the issue on Windows 11 even when running `cargo clean` before `cargo build`. For the warning message, I sometimes have seen...

Rerunning at the command-line with rust-analyzer disabled, I reproduce the above on Windows 11: ``` ➜ rustc --version rustc 1.57.0 (f1edd0429 2021-11-29) ➜ cargo --version cargo 1.57.0 (b2e52d7ca 2021-10-21) ```...

Out of curiosity, what would the usecase for this be? As opposed to error mitigation techniques, dynamical decoupling generally requires pulse-level control[^1], as well as a priori knowledge as to...

It looks like `Environment.run` is still listed as taking a callback parameter in `@types/[email protected]`, but it was changed to an async method in `[email protected]` such that the TypeScript compiler complains...

I've actually got some rather poorly-written experimental code for this, following the strategy of using ``DerivedModel`` (can post on a branch or as a separate gist), mainly for use with...

My apologies for the delay, I've been on travel for a bit. Thanks for pointing out this issue, in any case. I'd like to investigate a bit further before I...

It seems that unrelated to the PR itself, there's build failures that are caused by Travis not being properly configured for QuTiP 4.1 (see discussion at #126). I'll work on...

When you get a second, can you pull master into this PR to include #127? That should help fix build errors. Thanks!

It looks like pulling in master helped fix the issues with the build, thanks again for that!