qiskit-community / qiskit-dynamics

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

Fix ImportError warnings in test_rotating_frame #280

Closed DanPuzzuoli closed 1 year ago

DanPuzzuoli commented 1 year ago

Summary

Closes #278

Adds warning suppression to the import of qutip in test_rotating_frame. This PR also deletes a block of test code that was redundant.

Details and comments