(git:ed6f26b)
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-2025 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!> \author Stefano Battaglia
13! **************************************************************************************************
14! There could be an issue by including the trexio library in this way, which is that if this
15! file is not compiled before files containing TREXIO import statements, the compiler will complain
16! that it is not able to find the TREXIO module and will fail.
17
18#ifdef __TREXIO
19#include <trexio_f.f90>
20#endif