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
106 stars 60 forks source link

Deprecation removals #124

Closed DanPuzzuoli closed 2 years ago

DanPuzzuoli commented 2 years ago

Summary

Closes #123

Details and comments

As per the deprecation notes of 0.3.0, this PR removes:

Tests that checked for the deprecation warnings have been removed. I've added a test that verifies that the Solver.model.signals property is always returned to None (or (None, None) for a Lindblad model) after calling Solver.solve.