Qiskit-Extensions / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-extensions.github.io/qiskit-dynamics/
Apache License 2.0
97 stars 60 forks source link

Convert type_utils.py to use arraylias #316

Closed DanPuzzuoli closed 5 months ago

DanPuzzuoli commented 5 months ago

Summary

This PR deletes type_utils.py; most functionality is no longer needed, and the two functions that were kept are moved to models/models_utils.py.

Details and comments

Details of what happened to the contents of type_utils.py:

Other changes:

Test command (now we can just run all tests! :) ):

python -m unittest discover test

The whole repo should now also pass linting.