|
tblite
Light-weight tight-binding framework
|
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. | |
Interfaces to query the version information of the library.
| 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.
| [out] | major | Major version number of the tblite version |
| [out] | minor | Minor version number of the tblite version |
| [out] | patch | Patch version number of the tblite version |
| [out] | string | String representation of the tblite version |