QuantumBFS / ZXCalculus.jl

An implementation of ZX-calculus in Julia
http://yaoquantum.org/ZXCalculus.jl/dev/
MIT License
46 stars 7 forks source link

Add features to analyze barren plateaus #76

Closed ChenZhao44 closed 11 months ago

ChenZhao44 commented 3 years ago

Analyzing the barren plateau phenomenon in training quantum neural networks with the ZX-calculus

Computing variance of gradients in variational quantum circuits will help one to design circuit structure. It is possible to implement these features with the current data structure. But the better way is to use the ZX-calculus with ground notation. This is more elegant to handle mixed states.

exAClior commented 11 months ago

This is implemented in #93, see tests. I will close this for now.