print_package_versions

fireopal.print_package_versions()

Print a Markdown-formatted table of installed package versions relevant to Fire Opal.

Displays the current Python version alongside versions of key dependencies (such as Qiskit, NumPy, Fire Opal) in a Markdown table printed to stdout.

Use this function to capture environment details for debugging or reproducibility when sharing results or filing bug reports.

Was this useful?