Verifying the Install#

scqubits includes a set of tests that can be executed to verify that installation was successful:

import scqubits.testing as sctest
sctest.run()

This requires the pytest package.