Stewart Smith

Results 21 issues of Stewart Smith

When running the command `boot dev` (or `boot run`, etc.) from the command line, I receive the following error: ``` java.lang.IllegalStateException: template already refers to: #'boot.core/template in namespace: adzerk.boot-reload clojure.lang.ExceptionInfo:...

Currently, our search method calculates the Euclidean distance between live hand pose data and _each_ recorded hand pose for that handedness. In one respect this is excellent because it yields...

enhancement

Having to record the same poses for each hand is time consuming and opens the door to accidental inconsistent labeling, etc. We need to look into the most efficient means...

enhancement

It’s kind of gross to see matrix definitions that include `new Q.ComplexNumber( blah, blah )` rather than something simple like `'-i'`. Something like this within the `Matrix` constructor might be...

Enhancement
Q.ComplexNumber

In addition to the current acceptable arguments for `Q.Matrix`, it ought to accept a Template literal (Template string) as a solo argument to make it trivially easy for something like...

Enhancement
Good first issue
Q.Matrix
Q.ComplexNumber

`Qubit` needs methods for converting between matrices and Bloch Spheres. From 𝒂 and 𝒃 to θ and ϕ and back again. And also from θ and ϕ to XYZ; coordinates...

Currently each time `updateBlochVector` is called it attempts to scale the Theta ring and also recalculate the geometry for the Phi arc. This is waaaay unnecessary. Should instead only re-scale...

Enhancement
Q.Qubit

Currently the axis labels on the Bloch Sphere explorer attempt to always face the camera (like billboarded sprites) but instead rotate in strange ways. The proper way to fix this...

Enhancement
Q.Qubit

In order to enable multi-qubit operations that contain multiple control and/or multiple target components, and maintain Swap operations (which have no control), and also enable _Swaps that are controlled_ we...

Q.Circuit
Proposal

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...

Enhancement
Q.Circuit
MAJOR CHANGE