TABLE OF CONTENTS


ABINIT/m_lattice_lwf_mover [ Modules ]

[ Top ] [ Modules ]

NAME

 m_lattice_lwf_mover

FUNCTION

 This module contains the mover for coupled lattice lwf dynamics 

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

18 #if defined HAVE_CONFIG_H
19 #include "config.h"
20 #endif
21 #include "abi_common.h"
22 
23 module  m_lattice_lwf_mover
24 
25   use defs_basis
26   use m_errors
27   use m_abicore
28   use m_xmpi
29   use m_io_tools, only : get_unit, open_file, close_unit
30   use m_mpi_scheduler, only: mpi_scheduler_t, init_mpi_info
31 
32 
33   use m_abstract_potential, only: abstract_potential_t
34   use m_abstract_mover, only: abstract_mover_t
35   use m_lattice_mover, only: lattice_mover_t
36   use m_lwf_mover, only: lwf_mover_t
37   use m_hashtable_strval, only: hash_table_t
38 
39   private