Hi, I am following the "Electric dipole spin resonance—Dynamics" tutorial under the Qubit package section and have followed the content properly, but when I go to run MOD_EDSR.py
on my Mac (I'm using VS Code), it shoots me an error for every "from device import ___" line:
OSError: dlopen(/Users/vivekdhande/Documents/qtcad/device/i_7b83147004bb93a/ilasmat-darwin-10.12-amd64.dylib, 6): image not found
I'm thinking the issue might be regarding proper module installations and "pip installs". Or is there an issue with the way I have organized by QTCAD directory?
Thank you!