garymooney / qmuvi

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.
https://garymooney.github.io/qmuvi/
GNU Lesser General Public License v2.1
14 stars 4 forks source link

Change units of time to seconds #14

Open garymooney opened 1 year ago

garymooney commented 1 year ago

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).