TABLE OF CONTENTS


ABINIT/m_multibinit_unittest [ Modules ]

[ Top ] [ Modules ]

NAME

FUNCTION

 This module contains subroutines for unit test
 Instead of running multibinit, it will run unit tests.

 Datatypes:


 Subroutines:
 TODO: add this when F2003 doc style is determined.

 mb_test_main: run all unit test subroutines
 mb_test1: 

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

27 #if defined HAVE_CONFIG_H
28 #include "config.h"
29 #endif
30 
31 #include "abi_common.h"
32 
33 module m_multibinit_unittest
34   use defs_basis
35   use m_abicore
36   use m_errors
37 
38   use m_dynamic_array, only: dynamic_array_unittest
39   use m_multibinit_dataset, only: multibinit_dtset_type
40   use m_abstract_potential, only: abstract_potential_t
41   use m_spmat_ndcoo, only: test_ndcoo
42   use m_spmat_convert, only: spmat_convert_unittest
43 
44   implicit none