Jinguo Liu
Jinguo Liu
* it does not call `apply!` of its block member. * in gate counting, it's behavior is different from other composite blocks. * `RotationGate` is primitive, for consistency, control block...
As shown in the [list of toolchain](https://github.com/QuantumBFS/JuliaChallenge/blob/master/ToolChain.md) for physicists, the author has tested and benchmarked some of the packages. We need your participation to help improving this list Please use...
## 1. Useful design patterns * Introduction to type methods `func(::Type{X})`. * Dispatch Symbols and Booleans. ## 2. Performance Guide * parallel computing on CPU * CUDA computing
* [ ] `simplify!(Rule{:lc}(), ::ZXDiagram)` should not work, but it does not give an error. * [x] the `_ctrl` in `push_ctrl_gate!` looks not necessary. * [ ] the naming of...
Register
@JuliaRegistrator register
Please check PR #30
Is it possible to know the loss/parameters in each step (rather than each function call).
Register
@JuliaRegistrator register
A reason to remove general iterator support. https://github.com/jieli-matrix/NiSparseArrays.jl/pull/29
## Performance tips * [ ] when does compiler optimize away ~@routine ## Notations * [ ] how to input leftarrow. ## others * [ ] integers are not differentiated.