qMuVi - A python package that converts quantum circuits into audiovisual experiences, bridging the gap between complex quantum computations and human perception. Render music videos that reveal the evolution of quantum states during algorithm processing, making quantum computing more intuitive and accessible.
Currently the rhythm follows mido in using units of ticks (480 ticks per second). I think it's more intuitive for people to use seconds.
Change time units from ticks to seconds. Ticks will then be calculated using
round(time * 480.0)
.