Renmusxd

Results 35 comments of Renmusxd

Sorry about the delay, I've been heavily invested into a work project this month so open source projects are going slowly. Code wise I don't know how to compare this...

Hey! Thanks for your comment. Right now I've just finished a rewrite and have moved on to testing and benchmarking so this is still absolutely relevant. Basically we need to...

For example, there were some [old examples](https://github.com/Renmusxd/RustQIP/tree/56757b5a3eb2474542aa8a47ff839470d98d4f91/examples) which became out of date with the new rewrite. I think rewriting these or other algorithms like these would be a great way...

Seems great - also I don't really use discord so I think the issues pane is fine for this sort of thing which is all project related. If needed feel...

For reference this would be useful for projects like this [Quantum Neural Networks](https://ai.googleblog.com/2018/12/exploring-quantum-neural-networks.html)

Sounds good - I definitely need to work on adding documentation (I lot of it was lost when I rewrote things), so if anything is unclear please don't hesitate to...

Those docs are for the Cargo version which is behind the github version. I'd recommend building the docs locally with `cargo doc`

91e98a9149975cc7f8372deee205226d28c6bb42 is the first stable large reorganization matching all the above criteria. A few modules have been dropped for now (unfortunately including the some macro support). Slowly working on reintroducing...

After some thought it seems the `program!` and `wrap!` / `invert_fn!` macros need to be significantly rethought. I believe with the strong types in the rewrite (such as no use...

1ab3a11 is the bulk of the program! rewrite, it is now a procedural macro living in a package adjacent to the core qip code. It can be enabled via the...