You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The loop in the quantum game of life brush that runs a kernel on all pixels can be made massively parallel both in the simulator and hardware. This should be as simple as parallelizing the loop in line of 211 of "GoL.py".
The loop in the quantum game of life brush that runs a kernel on all pixels can be made massively parallel both in the simulator and hardware. This should be as simple as parallelizing the loop in line of 211 of "GoL.py".