User Portlet User Portlet

Discussions
Thats why I loved this course by Arben . I suddenly saw things from many angles and it started to make more sense . eg f[p_ /; (IntegerQ[p] && p > 0)] := p f[p - 1] f[p_] := p f[p - 1] /; Positive[p] && IntegerQ[p] ...
I can create the ket for |15> QuantumState[{"Register", 8, 15}] but how do I do the reverse, get 15 from the QuantumState |00001111},
MatrixPlot works for any dimensions of square matricies but it has problems with non square matrices .In the case of the{ 157,11} matrix the problem starts at { 121,11). Comparison between {120 , 11} and {121,11} ![enter image description...
Thanks Mads This presents a problem . The WQF paclet has no backward compatibility . I have worked around this by running my WQF files on the cloud . Now that the IBM-quantum service connect does not run on the Cloud I am stumped . I...
Similarly Paclet depository ![enter image description here][1] Wolfram Cloud ( v 1.28) ![enter image description here][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=dist1pg.jpg&userId=384115 [2]:...
try posting the full url mine is going to https://amoeba.wolfram.com/index.php/login?redirect_url=/index.php/apps/files/?dir%3D%252FSeries%2B20%2BQuantum%2BFramework%26fileid%3D22955879 the login is not working for me
Wolfram has a guide " Working with Blockchains" but it needs a tutorial on how to integrate these functions to work with blockchains eg Bitcoin.
Thanks Mariusz The video on convolution piqued my interest regarding Convolutional neural networks. Can we classify neural networks under this current mathematical scheme? Neural networks are time invariant but nonlinear , so a form of...
Mitch As a side note , make sure there are no blank spaces in your code eg Function[x_ , y_ ] should be Function[x_,y_] This used to cause major problems with the g4rader
Bitcoin "proof-of-work" mechanism results in high energy consumption mining. Does proof-of-stake /proof-of-storage have similar energy consumption overheads ?