q.js
q.js copied to clipboard
WebGPU / optimization
Once circuit simulation is in place we’re going to want to go hard on optimization—while still attempting to keep the source code readable and grokable. Moving Q.Matrix computation to the GPU seems like a good place to start. A lot of ground to cover between now and then.