Tally is a tool for the quantum-enhanced composition of generative art.
See Tally α, the notebook of our first experiment.
from tally import H, V, e
composition = V(e, e, e) | e & H(e, e & e)
composition.draw()
composition.to_diagram().draw()
from tally import functor, n_params
F = functor(n_params * [0])
F(composition.to_diagram()).draw()