Saveliy Yusufov

Results 31 comments of Saveliy Yusufov

Is there a plan to have this merged? For the time being, I found a workaround [here](https://gist.github.com/rootulp/93f67511ae97c20c4d32b600a5ab6a8d). Thank you!

@bruno- Thank you for addressing this issue. I'd be glad to attempt to take a look at it.

@statictype I am running the pre-built binary (v15.0.1). I am not able to connect to the node via the [Contracts UI](https://paritytech.github.io/contracts-ui/). When I open up the dev console, the only...

Hi @totikom, Thank you for your insight! This would be a great initial start to a "circuit optimizer" that can be run prior to executing the actual circuit. If you're...

@totikom Thank you! I found a great resource that discusses the same data locality issue, but in the context of FFT. Please see chapter 7 in [*Construction of a High-Performance...

Hi @inmzhang, Thank you for tackling this issue! The issue with the table exists on the macOS native terminal. I just pulled your changes, and the lack-of-color issue still exists....

Hi @inmzhang, Thank you for your hard work! I agree that we can specify the limitation to `Truecolor-terminal-only`. I'll create a PR for this. Best, Saveliy

This issue can now be resolved by utilizing the implementation of COBRA from [PhastFT](https://crates.io/crates/phastft)

Hi @calebzulawski, I think I utilized real to complex in an example, [here](https://github.com/QuState/PhastFT/blob/9d30f9cf68ed2329b4bfbd7a86f781ed1633c5a4/pyphastft/vis_qt.py#L81-L85). I'm going to assume a specialized version for real to complex would offer better performance since we'd...

@calebzulawski I'm not well-versed in using traits in Rust. I'm happy to try out any of your suggestions. If you don't mind, please feel free to expand on this idea,...