elphmod is a collection of Python modules to handle coupled tight-binding and mass-spring models derived from first principles. It provides interfaces with popular simulation software such as Quantum ...
Make sure to have git, python and pip in your environment path or activate your python environment. from dmx import DMX import time dmx = DMX(num_of_channels=4) dmx.set_data(1, 0) dmx.set_data(2, 0) ...