TABLE OF CONTENTS


ABINIT/m_multibinit_io_xml [ Modules ]

[ Top ] [ Modules ]

NAME

  m_multibinit_io_xml

FUNCTION

   This module contains interface to the C functions for the potential xml file parser.

 Subroutines:

COPYRIGHT

 Copyright (C) 2001-2024 ABINIT group (hexu)
 This file is distributed under the terms of the
 GNU General Public License, see ~abinit/COPYING
 or http://www.gnu.org/copyleft/gpl.txt .
 For the initials of contributors, see ~abinit/doc/developers/contributors.txt .

SOURCE

21 #if defined HAVE_CONFIG_H
22 #include "config.h"
23 #endif
24 #include "abi_common.h"
25 
26 module m_multibinit_io_xml
27   use, intrinsic :: iso_c_binding
28   use m_mathfuncs
29   use defs_basis
30   use m_abicore
31   use m_errors
32   implicit none