|
Gromacs
2026.0-dev-20251109-f20ba35
|
#include <string>#include <unordered_map>
Include dependency graph for baseversion.h:
This graph shows which files directly or indirectly include this file:Declares functions to get basic version information.
Functions | |
| const char * | gmx_version () |
| Version string, containing the version, date, and abbreviated hash. More... | |
| const char * | gmx_version_git_full_hash () |
| Full git hash of the latest commit. More... | |
| const char * | gmx_version_git_central_base_hash () |
| Full git hash of the latest commit in a central GROMACS repository. More... | |
| void | gmx_is_double_precision () |
Defined if libgromacs has been compiled in double precision. More... | |
| void | gmx_is_single_precision () |
Defined if libgromacs has been compiled in single/mixed precision. More... | |
| const char * | gmxDOI () |
| DOI string, or empty when not a release build. | |
|
std::unordered_map < std::string, std::string > | gmx::versionDescriptions () |
| Returns information for describing the GROMACS version. | |
1.8.5