(git:1f9fd2c)
Loading...
Searching...
No Matches
trexio.F
Go to the documentation of this file.
1!--------------------------------------------------------------------------------------------------!
2! CP2K: A general program to perform molecular dynamics simulations !
3! Copyright 2000-2026 CP2K developers group <https://cp2k.org> !
4! !
5! SPDX-License-Identifier: GPL-2.0-or-later !
6!--------------------------------------------------------------------------------------------------!
7
8! **************************************************************************************************
9!> \brief Simple wrapper for the official TREXIO Fortran interface
10!> \par History
11!> 05.2024 created [SB]
12!> 05.2026 improved [KN]
13!> \author Stefano Battaglia
14!> \author Kosuke Nakano
15! **************************************************************************************************
16! There could be an issue by including the trexio library in this way, which is that if this
17! file is not compiled before files containing TREXIO import statements, the compiler will complain
18! that it is not able to find the TREXIO module and will fail.
19
20#ifdef __TREXIO
21#include <trexio_f.f90>
22#endif