TABLE OF CONTENTS


ABINIT/m_lwf_hist [ Modules ]

[ Top ] [ Modules ]

NAME

 m_lwf_hist

FUNCTION

 This module contains definition the type lwf_hist_t
 and its related routines
 The observables are also calculated. 

 Datatypes:

 * lwf_hist_t: history record of lwf orientations and amplitudes

 Subroutines:

 * lwf_hist_t
 * set_params

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

28 #if defined HAVE_CONFIG_H
29 #include "config.h"
30 #endif
31 
32 #include "abi_common.h"
33 module m_lwf_hist
34   use defs_basis
35   use m_abicore
36   use m_errors
37   use m_xmpi
38   use m_lwf_observables
39   !use m_lwf_ncfile
40   implicit none
41 
42   private