TABLE OF CONTENTS


ABINIT/m_lattice_verlet_mover [ Modules ]

[ Top ] [ Modules ]

NAME

 m_lattice_verlet_mover

FUNCTION

 This module contains the verlet  (NVE) lattice mover.
 


 Datatypes:

 * lattice_verlet_mover_t: defines the lattice movers

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

COPYRIGHT

 Copyright (C) 2001-2022 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

29 #if defined HAVE_CONFIG_H
30 #include "config.h"
31 #endif
32 
33 #include "abi_common.h"
34 
35 module m_lattice_verlet_mover
36   use defs_basis
37   use m_abicore
38   use m_errors
39 
40   use m_multibinit_dataset, only: multibinit_dtset_type
41   use m_abstract_potential, only: abstract_potential_t
42   use m_abstract_mover, only: abstract_mover_t
43   use m_lattice_mover, only: lattice_mover_t
44   use m_multibinit_cell, only: mbcell_t, mbsupercell_t
45   use m_random_xoroshiro128plus, only:  rng_t
46   use m_hashtable_strval, only: hash_table_t