tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Modules | Functions/Subroutines | Variables
version.f90 File Reference

Provides version and feature information. More...

Modules

module  tblite_version
 Interfaces to query the version information of the library.
 

Functions/Subroutines

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

Variables

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

Detailed Description

Provides version and feature information.