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.
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.