Remove auto imports from qutil
- The auto import of
qutil.qi
requires qutip which is not an install requirement. - The auto import of
qutil.plotting
requries matplotlib which is not an install requirement.
Both of these requirements are typically installed via anaconda and not via pip.
Edited by Simon Sebastian Humpohl