Get the length squared of the Current Quant
double lengthSq() { return x * x +y * y + z * z + w * w; }