tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Functions/Subroutines | Variables
tblite_version Module Reference

Interfaces to query the version information of the library. More...

Functions/Subroutines

subroutine, public get_tblite_version (major, minor, patch, string)
 Getter function to retrieve tblite version.
 

Variables

character(len= *), parameter, public tblite_version_string = "0.3.0"
 String representation of the tblite version.
 
integer, dimension(3), parameter, public tblite_version_compact = [0, 3, 0]
 Numeric representation of the tblite version.
 

Detailed Description

Interfaces to query the version information of the library.

Function/Subroutine Documentation

◆ get_tblite_version()

subroutine, public tblite_version::get_tblite_version ( integer, intent(out), optional major,
integer, intent(out), optional minor,
integer, intent(out), optional patch,
character(len=:), intent(out), optional, allocatable string )

Getter function to retrieve tblite version.

Parameters
[out]majorMajor version number of the tblite version
[out]minorMinor version number of the tblite version
[out]patchPatch version number of the tblite version
[out]stringString representation of the tblite version