Sample GAALOPScripts:
Compute center of 4-Points Sphere (CGA)
Three spheres (CGA)
Triangle interpolation (PGA)
One Qubit Not operation (QuBit)
Two Qubits Not operation (QuBit)
Choose the geometric algebra:
imaginary numbers
euclidean geometric algebra
2D projective geometric algebra
3D projective geometric algebra
compass ruler algebra
space-time algebra
conformal geometric algebra
geometric algebra for conics
double conformal geometric algebra
cubic CGA
Quantum Bit GA
Quantum Register GA
Number of QuBits in QBA:
Choose the output type:
Code & Visualization
Visualization
Code
Define the optimization options:
Use Common Subexpression Elimination (CSE)
Use Maxima (may take long to compile)
Code to optimize:
NOT = { // 1: eix 2: eit 3: ei+1x 4: ei+1t 5: r rref1= sqrt(2)/2*(_P(1) + _P(3))*_P(2)*_P(4); rref2= sqrt(2)/2*(_P(2) + _P(4))*_P(1)*_P(3); R = rref1*rref2; R*_P(5)*R } r = c0x*e0x + c0t*e0t +c1x*e1x + c1t*e1t; ?rprime = NOT(e0x, e0t, e1x, e1t, r);
Variable assignments:
Multivectors to be visualized:
Choose the name of the function: