class QuantumEggSystem {
for(let i=0; i<this.numBands; i++){
let band= new EggMobius(i);
for(let b of this.bands){
for(let i=0; i<this.bands.length; i++){
for(let j=i+1; j<this.bands.length; j++){
for(let i=0; i<this.bands.length; i++){
let band= this.bands[i];