scqubits.utils.misc.about#

scqubits.utils.misc.about(print_info=True)[source]#

Prints or returns a string with basic information about scqubits as well as installed version of various packages that scqubits depends on.

Parameters:

print_info (bool) – Flag that determines if string with information should be printed (if True) or returned (if False).

Return type:

None or str