Main Entry Point

Main Module

Version Information

Version information for HamGNN.

This module provides version information for the HamGNN package, including functions to extract version from Git if available.

hamgnn.version.get_git_version()[source]

Get version from git if available.

Returns:

(version_string, is_dirty_flag)

Return type:

tuple

hamgnn.version.get_version_info()[source]

Get detailed version information.

Returns:

Dictionary containing version information

Return type:

dict

hamgnn.version.get_version()[source]

Return the version string.

hamgnn.version.get_full_version_info()[source]

Return the complete version information dictionary.