TABLE OF CONTENTS


ABINIT/m_lattice_lwf_map [ Modules ]

[ Top ] [ Modules ]

NAME

 m_lattice_lwf_map

FUNCTION

 This module contains the functions to map between Lattice and lwf, including the amplitude, and the force.


 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_lattice_lwf_map
27   use, intrinsic :: iso_c_binding
28   !use m_dynamic_array, only: int_array_type, real_array_type, int2d_array_type
29   use defs_basis
30   use m_abicore
31   use m_errors
32   use m_nctk
33   !use m_spmat_spvec, only: sp_real_vec
34   use m_spmat_coo, only: COO_mat_t
35 !#if defined HAVE_NETCDF
36   use netcdf
37 !#endif
38   implicit none
39   private